Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758319AbYGCVvE (ORCPT ); Thu, 3 Jul 2008 17:51:04 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756096AbYGCVuv (ORCPT ); Thu, 3 Jul 2008 17:50:51 -0400 Received: from ogre.sisk.pl ([217.79.144.158]:44207 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754305AbYGCVuu (ORCPT ); Thu, 3 Jul 2008 17:50:50 -0400 From: "Rafael J. Wysocki" To: David Woodhouse Subject: Re: [bug?] tg3: Failed to load firmware "tigon/tg3_tso.bin" Date: Thu, 3 Jul 2008 23:52:33 +0200 User-Agent: KMail/1.9.6 (enterprise 20070904.708012) Cc: Jeff Garzik , Theodore Tso , Hugh Dickins , Andrew Morton , KOSAKI Motohiro , mchan@broadcom.com, linux-kernel@vger.kernel.org, linux-mm@kvack.org, netdev@vger.kernel.org References: <20080703020236.adaa51fa.akpm@linux-foundation.org> <200807032342.01292.rjw@sisk.pl> <486D47F1.4080406@infradead.org> In-Reply-To: <486D47F1.4080406@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200807032352.35056.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1265 Lines: 26 On Thursday, 3 of July 2008, David Woodhouse wrote: > Rafael J. Wysocki wrote: > > Still, maybe we can add some kbuild magic to build the blobs along with > > their modules and to install them under /lib/firmware (by default) when the > > modules are installed in /lib/modules/... ? > > Something like appending this to Makefile? > > firmware_and_modules_install: firmware_install modules_install > > (I'm still wondering if we should make 'firmware_install' install to > /lib/firmware by default, instead of into the build tree as > 'headers_install' does. The Aunt Tillie answer would definitely be > 'yes', although that means it requires root privs; like modules_install > does.) I would prefer 'make firmware_install' to just copy the blobs into specific location in analogy with 'make modules_install', so that you can build the blobs as a normal user (for example, on an NFS server) and then put them into the right place as root (for example, on an NFS client that has no write privilege on the server). -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/