From: Ben Hutchings <ben@decadent.org.uk>
To: David Woodhouse <dwmw2@infradead.org>
Cc: LKML <linux-kernel@vger.kernel.org>
Subject: [PATCH firmware 1/6] Correct various filenames
Date: Sat, 27 Feb 2010 21:29:57 +0000 [thread overview]
Message-ID: <1267306197.16186.104.camel@localhost> (raw)
In-Reply-To: <1267306076.16186.103.camel@localhost>
Filenames should be the names of the installed binary files, without
the base directory 'firmware'.
Remove mention of absent file 'whiteheat_loader_debug.fw'.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
---
WHENCE | 61 ++++++++++++++++++++++++++++++-------------------------------
1 files changed, 30 insertions(+), 31 deletions(-)
diff --git a/WHENCE b/WHENCE
index 0b99cb1..728b71d 100644
--- a/WHENCE
+++ b/WHENCE
@@ -10,7 +10,7 @@ kernel.
Driver: ambassador -- Madge Ambassador (Collage PCI 155 Server) ATM NIC.
-File: firmware/atmsar11.fw
+File: atmsar11.fw
Licence: Allegedly GPLv2+, but no source visible. Marked:
@@ -271,7 +271,6 @@ File: whiteheat.fw
Version: 4.06
File: whiteheat_loader.fw
-File: whiteheat_loader_debug.fw
Licence: Allegedly GPLv2, but no source visible. Marked:
Copyright (C) 2000-2002 ConnectTech Inc
@@ -507,9 +506,9 @@ Licence: GPLv2 or OpenIB.org BSD license, no source visible
Driver: cxgb3 - Chelsio Terminator 3 1G/10G Ethernet adapter
-File: cxgb3/ael2005_opt_edc.bin.ihex
-File: cxgb3/ael2005_twx_edc.bin.ihex
-File: cxgb3/ael2020_twx_edc.bin.ihex
+File: cxgb3/ael2005_opt_edc.bin
+File: cxgb3/ael2005_twx_edc.bin
+File: cxgb3/ael2020_twx_edc.bin
Licence:
* Copyright (c) 2007-2009 NetLogic Microsystems, Inc.
@@ -597,27 +596,27 @@ Also available from http://linuxwimax.org/Download
Driver: libertas - Marvell Libertas fullmac-type 802.11b/g cards
-File: cf8385.bin
-File: cf8385_helper.bin
-File: gspi8682.bin
-File: gspi8682_helper.bin
-File: gspi8686_v9.bin
-File: gspi8686_v9_helper.bin
-File: gspi8688.bin
-File: gspi8688_helper.bin
-File: sd8385.bin
-File: sd8385_helper.bin
-File: sd8682.bin
-File: sd8682_helper.bin
-File: sd8686_v8.bin
-File: sd8686_v8_helper.bin
-File: sd8686_v9.bin
-File: sd8686_v9_helper.bin
-File: sd8688.bin
-File: sd8688_helper.bin
-File: usb8388_v5.bin
-File: usb8388_v9.bin
-File: usb8682.bin
+File: libertas/cf8385.bin
+File: libertas/cf8385_helper.bin
+File: libertas/gspi8682.bin
+File: libertas/gspi8682_helper.bin
+File: libertas/gspi8686_v9.bin
+File: libertas/gspi8686_v9_helper.bin
+File: libertas/gspi8688.bin
+File: libertas/gspi8688_helper.bin
+File: libertas/sd8385.bin
+File: libertas/sd8385_helper.bin
+File: libertas/sd8682.bin
+File: libertas/sd8682_helper.bin
+File: libertas/sd8686_v8.bin
+File: libertas/sd8686_v8_helper.bin
+File: libertas/sd8686_v9.bin
+File: libertas/sd8686_v9_helper.bin
+File: libertas/sd8688.bin
+File: libertas/sd8688_helper.bin
+File: libertas/usb8388_v5.bin
+File: libertas/usb8388_v9.bin
+File: libertas/usb8682.bin
Licence: Redistributable. See LICENCE.libertas for details. Extracted from
Linux driver tarballs downloaded from Marvell's "Extranet" with permission.
@@ -626,8 +625,8 @@ Linux driver tarballs downloaded from Marvell's "Extranet" with permission.
Driver: mwl8k - Marvell Libertas softmac-type 802.11b/g cards
-File: fmimage_8687.fw
-File: helper_8687.fw
+File: mwl8k/fmimage_8687.fw
+File: mwl8k/helper_8687.fw
Licence: Redistributable. See LICENCE.mwl8k for details. Downloaded from
Marvell's "Extranet" with permission.
@@ -907,8 +906,8 @@ Driver: bnx2x: Broadcom Everest
File: bnx2x-e1-4.8.53.0.fw
File: bnx2x-e1h-4.8.53.0.fw
-File: bnx2x-e1-5.2.7.0.fw.ihex
-File: bnx2x-e1h-5.2.7.0.fw.ihex
+File: bnx2x-e1-5.2.7.0.fw
+File: bnx2x-e1h-5.2.7.0.fw
Licence:
Copyright (c) 2007-2009 Broadcom Corporation
@@ -1014,7 +1013,7 @@ Downloaded from http://www.ralinktech.com/ralink/Home/Support/Linux.html
Driver: usbdux/usbduxfast - usbdux data acquisition cards
File: usbdux_firmware.bin
-File: usbdixfast_firmware.bin
+File: usbduxfast_firmware.bin
Source: usbdux/fx2-include.asm
Source: usbdux/usbduxfast_firmware.asm
Source: usbdux/usbdux_firmware.asm
--
1.6.6.2
next prev parent reply other threads:[~2010-02-27 21:30 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-27 21:27 Please pull 'upstream' branch of http://git.decadent.org.uk/git/linux-firmware.git Ben Hutchings
2010-02-27 21:29 ` Ben Hutchings [this message]
2010-02-27 21:30 ` [PATCH firmware 2/6] Use 'File:' field name in front of each filename Ben Hutchings
2010-02-27 21:30 ` [PATCH firmware 3/6] Specify drivers using firmware by module/object name Ben Hutchings
2010-02-27 21:31 ` [PATCH firmware 4/6] Update firmware from rt2870sta Ben Hutchings
2010-02-27 21:32 ` [PATCH firmware 5/6] Add RT3090 firmware from rt2860sta Ben Hutchings
2010-02-27 21:33 ` [PATCH firmware 6/6] Add firmware for lgs8g75 Ben Hutchings
2010-03-02 15:00 ` Mauro Carvalho Chehab
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1267306197.16186.104.camel@localhost \
--to=ben@decadent.org.uk \
--cc=dwmw2@infradead.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.