Daniel Echeverry [Wed, 25 Jun 2014 13:30:38 +0000 (15:30 +0200)]
fwcutter manpage: Fix title
Signed-off-by: Michael Buesch <m@bues.ch>
Ralf Treinen [Wed, 25 Jun 2014 13:29:44 +0000 (15:29 +0200)]
fwcutter manpage: Remove reference to --postfix option
Signed-off-by: Michael Buesch <m@bues.ch>
Daniel Echeverry [Wed, 25 Jun 2014 13:24:43 +0000 (15:24 +0200)]
fwcutter: Import the debian build scripts
Signed-off-by: Michael Buesch <m@bues.ch>
Phil Calvin [Sat, 8 Feb 2014 04:14:52 +0000 (23:14 -0500)]
Build on Mac OS 10.9 by using libkern/OSByteOrder.h
Michael Buesch [Mon, 29 Jul 2013 19:22:09 +0000 (21:22 +0200)]
fwcutter: Bump version
Signed-off-by: Michael Buesch <m@bues.ch>
Michael Buesch [Mon, 29 Jul 2013 19:14:06 +0000 (21:14 +0200)]
Fix memset size argument error.
Detected by gcc:
md5.c: In function ‘MD5Final’:
md5.c:245:26: warning: argument to ‘sizeof’ in ‘memset’ call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess]
Signed-off-by: Michael Buesch <m@bues.ch>
Larry Finger [Mon, 29 Jul 2013 18:56:53 +0000 (13:56 -0500)]
fwcutter: Add firmware 6.30.163.46
This firmware version can be extracted from the GPL tarball for the ASUS
GPL code for the RT-AC66U 802.11ac Dual-Band Wireless-AC1750 Gigabit Router.
I believe this to be the first instance of 802.11ac firmware for Broadcom
hardware. The firmware is version 784.2.
Note: The http://www.lwfinger.com/broadcom-wl-6.30.163.46.tar.bz2 is the URL
of the extracted apsta binary. The full GPL package is at
http://dlcdnet.asus.com/pub/ASUS/wireless/RT-AC66U/GPL_RT_AC66U_3004372.zip.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Michael Buesch <m@bues.ch>
Michael Buesch [Thu, 28 Feb 2013 12:31:30 +0000 (13:31 +0100)]
b43-asm: const-ify yyerror() argument
This fixes a compiler warning.
Signed-off-by: Michael Buesch <m@bues.ch>
Hauke Mehrtens [Thu, 28 Feb 2013 10:34:43 +0000 (11:34 +0100)]
b43-asm: fix compile error: undefined reference to `yydebug'
With bison 2.7 YYDEBUG will be set to 0 if it was not set, then #ifdef
YYDEBUG returns true, but bison 2.7 treets YYDEBUG 0 as not set.
This fixes the following error:
obj/main.o: In function `main':
main.c:(.text.startup+0xaf): undefined reference to `yydebug'
collect2: error: ld returned 1 exit status
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Michael Buesch [Sun, 17 Feb 2013 20:06:54 +0000 (21:06 +0100)]
fwcutter: Update URLs
Signed-off-by: Michael Buesch <m@bues.ch>
Michael Buesch [Fri, 7 Dec 2012 18:15:27 +0000 (19:15 +0100)]
b43-fwcutter: Bump version
Signed-off-by: Michael Buesch <m@bues.ch>
Michael Buesch [Fri, 7 Dec 2012 18:14:20 +0000 (19:14 +0100)]
fwcutter: Fix typo in release script
Signed-off-by: Michael Buesch <m@bues.ch>
Michael Buesch [Fri, 7 Dec 2012 13:34:10 +0000 (14:34 +0100)]
fwcutter: Fix type punning
Signed-off-by: Michael Buesch <m@bues.ch>
Hauke Mehrtens [Thu, 6 Dec 2012 21:44:58 +0000 (22:44 +0100)]
b43-fwcutter: pack correct ucode for brcmsmac fw
brcmsmac supports only lcn-phy core with core rev 24 and no n-phy cores
with core rev 24, so pack the correct ucode image into the firmware
package.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Michael Buesch <m@bues.ch>
Michael Buesch [Mon, 24 Sep 2012 21:00:26 +0000 (23:00 +0200)]
b43-fwcutter: Bump version
Signed-off-by: Michael Buesch <m@bues.ch>
Hauke Mehrtens [Sun, 23 Sep 2012 18:39:22 +0000 (20:39 +0200)]
b43-fwcutter: Add support for generating a fw for brcmsmac
The normal firmware for brcmsmac is available in the linux-firmware git
repository, but this firmware does not work on a bcm4716 devices with a
ieee80211 core rev 16. When using a firmware extracted from the
proprietary Broadcom driver the device works with brcmsmac.
I tested a firmware version 666.2 extracted from the proprietary driver
with brcmsmac on a BCM4716 and a BCM43224 and haven't seen any
problems. The interface between the firmware and the driver changed
some times, brcmsmac only support firmware version 598 and newer.
For some entries in the firmware used by brcmsmac, fwcutter has to be
more extended, so we are adding dummy entires for them in
brcmsmac_add_dummy_entries(). Currently these entries are not used by
brcmsmac, but it is checked if they are in the archive.
I would still appreciate if Broadcom could release a firmware with
support for the ieee80211 core found in the bcm4716.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Michael Buesch <m@bues.ch>
Michael Buesch [Mon, 27 Feb 2012 23:04:40 +0000 (00:04 +0100)]
fwcutter: Rewrite release script
Signed-off-by: Michael Buesch <m@bues.ch>
Michael Buesch [Mon, 12 Sep 2011 18:18:18 +0000 (20:18 +0200)]
b43-asm: Fix some dependency issues
Signed-off-by: Michael Buesch <m@bues.ch>
Michael Buesch [Mon, 12 Sep 2011 18:04:31 +0000 (20:04 +0200)]
b43-asm: Add new instructions to README
Signed-off-by: Michael Buesch <m@bues.ch>
Michael Buesch [Mon, 12 Sep 2011 17:53:00 +0000 (19:53 +0200)]
b43-dasm: suppress compiler warning
Signed-off-by: Michael Buesch <m@bues.ch>
Francesco Gringoli [Mon, 12 Sep 2011 17:49:37 +0000 (19:49 +0200)]
b43-asm, b43-dasm: Add 5 new instructions.
The following changes are made to b43-tools
1) b43-asm assembles new instructions jdn, jdnz, jdp, jdpz, mul;
2) b43-asm new instructions added to test.asm source;
3) b43-dasm disassembles opcodes 0xD6, 0xD7, 0xD8, 0xD9, 0x101.
Signed-off-by: Francesco Gringoli <francesco.gringoli@ing.unibs.it>
Signed-off-by: Michael Buesch <m@bues.ch>
Michael Buesch [Sun, 21 Aug 2011 12:16:33 +0000 (14:16 +0200)]
fwcutter: Bump version
Signed-off-by: Michael Buesch <m@bues.ch>
Michael Buesch [Sun, 21 Aug 2011 11:58:40 +0000 (13:58 +0200)]
Remove firmware-IDs
They are unmaintained in the kernel driver.
Signed-off-by: Michael Buesch <m@bues.ch>
Michael Buesch [Sun, 21 Aug 2011 11:54:12 +0000 (13:54 +0200)]
b43-fwcutter: Add 5 new drivers to cut list
The two drivers whose donload is greater than 300 MB are eliminated.
Five new sources now posted at www.lwfinger.com are added.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Michael Buesch <m@bues.ch>
Michael Buesch [Sun, 21 Aug 2011 11:50:53 +0000 (13:50 +0200)]
Update my e-mail address
Signed-off-by: Michael Buesch <m@bues.ch>
Michael Buesch [Wed, 23 Mar 2011 15:27:55 +0000 (16:27 +0100)]
fwcutter: Bump version
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Larry Finger [Wed, 23 Mar 2011 15:24:12 +0000 (16:24 +0100)]
Add details for extracting firmware from
http://mirror2.openwrt.org/sources/broadcom-wl-5.10.56.27.3_mipsel.tar.bz2. A
firmware source of this vintage is needed for Rev 16 802.11 cores found in the
14e4:432b N PHY devices.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Fri, 18 Feb 2011 22:53:40 +0000 (23:53 +0100)]
Update .gitignore
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Fri, 18 Feb 2011 22:52:37 +0000 (23:52 +0100)]
From: grarpamp <grarpamp@gmail.com>
FreeBSD support
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Fri, 24 Sep 2010 22:28:02 +0000 (00:28 +0200)]
Assembler: Don't print the real binary name in the help message
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Fri, 24 Sep 2010 22:11:05 +0000 (00:11 +0200)]
b43-beautifier: transform mov imm and jmp
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Fri, 24 Sep 2010 21:42:59 +0000 (23:42 +0200)]
Add a set of firmware include files
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Fri, 24 Sep 2010 21:42:28 +0000 (23:42 +0200)]
b43-beautifier fixes
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Fri, 24 Sep 2010 18:05:26 +0000 (20:05 +0200)]
asm/dasm: Minor fixes
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Fri, 24 Sep 2010 17:58:18 +0000 (19:58 +0200)]
Add brcm80211-ivaldump
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Fri, 24 Sep 2010 17:29:51 +0000 (19:29 +0200)]
Rename brcm80211fwconv
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Fri, 24 Sep 2010 17:12:49 +0000 (19:12 +0200)]
b43-ivaldump: Use assembly as output format
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Thu, 23 Sep 2010 19:15:28 +0000 (21:15 +0200)]
libb43.py: Default phy parameter to None
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Thu, 23 Sep 2010 19:04:23 +0000 (21:04 +0200)]
disassembler: Add missing break
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Thu, 23 Sep 2010 18:46:24 +0000 (20:46 +0200)]
Merge branch 'master' of ssh://git.bu3sch.de/home/git/repos/b43-tools
Michael Buesch [Thu, 23 Sep 2010 18:46:09 +0000 (20:46 +0200)]
disassembler: Rename is_labelref to labelref_operand
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Thu, 23 Sep 2010 18:31:17 +0000 (20:31 +0200)]
disassembler: Decode operands of new jump instructions
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Thu, 23 Sep 2010 14:42:33 +0000 (16:42 +0200)]
b43-fwdump: Disassembler fixups
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Wed, 22 Sep 2010 17:57:57 +0000 (19:57 +0200)]
libb43.py: Use hashlib
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Wed, 22 Sep 2010 17:55:14 +0000 (19:55 +0200)]
fwcutter: Update .gitignore
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Tue, 21 Sep 2010 12:02:00 +0000 (14:02 +0200)]
assembler: Make wrapper script posix shell compliant.
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Tue, 21 Sep 2010 11:51:11 +0000 (13:51 +0200)]
Assembler: Fix CPP lineinfo interpreter
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Tue, 21 Sep 2010 10:31:45 +0000 (12:31 +0200)]
asm/dasm: Improve cflags
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Mon, 20 Sep 2010 23:04:49 +0000 (01:04 +0200)]
Throw errors on missing header files
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Mon, 20 Sep 2010 20:58:40 +0000 (22:58 +0200)]
assembler: Fix debug output
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Mon, 20 Sep 2010 20:53:52 +0000 (22:53 +0200)]
assembler: Put commandline args into structure
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Mon, 20 Sep 2010 20:41:48 +0000 (22:41 +0200)]
disassembler: Put debug variable into cmdargs struct
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Mon, 20 Sep 2010 18:06:14 +0000 (20:06 +0200)]
disassembler: Improve header error messages
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Mon, 20 Sep 2010 17:28:38 +0000 (19:28 +0200)]
asm/dasm: Update selftest to support r15 arch
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Mon, 20 Sep 2010 17:19:57 +0000 (19:19 +0200)]
disassembler: Use 4 digits for code address
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Mon, 20 Sep 2010 16:54:49 +0000 (18:54 +0200)]
disassembler: Force opcode @0 to decode raw operands
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Mon, 20 Sep 2010 16:30:51 +0000 (18:30 +0200)]
asm/dasm: Add support for calls/rets (untested)
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Mon, 20 Sep 2010 15:19:06 +0000 (17:19 +0200)]
disassembler: Add option to decode operands of unknown instructions
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Sun, 19 Sep 2010 19:17:38 +0000 (21:17 +0200)]
disassembler: Add error helpers
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Sun, 19 Sep 2010 19:04:58 +0000 (21:04 +0200)]
disassembler: Add new call/ret
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Sun, 19 Sep 2010 18:34:33 +0000 (20:34 +0200)]
disassembler: Emit %start directive. This avoids a warning when re-assembling
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Sun, 19 Sep 2010 18:17:05 +0000 (20:17 +0200)]
Assembler: Better error message for %arch
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Sun, 19 Sep 2010 18:02:53 +0000 (20:02 +0200)]
brcm80211fwconv: Complain if the index is invalid
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Sun, 19 Sep 2010 17:55:17 +0000 (19:55 +0200)]
brcm80211fwconv: Fix sorting for merge
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Sun, 19 Sep 2010 17:06:42 +0000 (19:06 +0200)]
Update .gitignore
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Sun, 19 Sep 2010 17:03:14 +0000 (19:03 +0200)]
brcm80211fwconv: Add support for merging data back
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Sun, 19 Sep 2010 16:34:34 +0000 (18:34 +0200)]
Update file headers
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Sun, 19 Sep 2010 16:30:59 +0000 (18:30 +0200)]
assembler/disassembler: Fix indirect mem addressing for r15
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Sun, 19 Sep 2010 15:42:39 +0000 (17:42 +0200)]
assembler: Add support for raw output format
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Sun, 19 Sep 2010 15:19:28 +0000 (17:19 +0200)]
assembler: Some r15 fixes
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Sun, 19 Sep 2010 15:08:12 +0000 (17:08 +0200)]
Decode opcode 0x002 RAW on r15 for now.
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Sun, 19 Sep 2010 15:00:18 +0000 (17:00 +0200)]
Install brcm80211fwconv
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Sun, 19 Sep 2010 14:58:25 +0000 (16:58 +0200)]
Add script for brcm80211 firmware conversion
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Sun, 19 Sep 2010 14:56:34 +0000 (16:56 +0200)]
Disassembler: Fixes for r15 architecture
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Sat, 7 Aug 2010 10:19:48 +0000 (12:19 +0200)]
b43asm: Update README
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Mon, 26 Jul 2010 18:15:25 +0000 (20:15 +0200)]
b43-fwcutter: add COPYING file
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Mon, 19 Apr 2010 16:17:55 +0000 (18:17 +0200)]
b43-fwcutter: Fix compiler warnings
"Type punned pointer blah blah..."
Just call the "from_..." functions from the "to_..." functions.
They also work backwards.
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Mon, 19 Apr 2010 15:50:59 +0000 (17:50 +0200)]
fwcutter: Fix release script tagging
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Mon, 19 Apr 2010 15:48:59 +0000 (17:48 +0200)]
Update release script
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Mon, 19 Apr 2010 15:39:27 +0000 (17:39 +0200)]
Bump fwcutter version
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Thu, 26 Nov 2009 14:38:38 +0000 (15:38 +0100)]
ssb_sprom: Fix binary name
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Thu, 26 Nov 2009 14:30:36 +0000 (15:30 +0100)]
ssb_sprom: Fix sparse warnings
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Thu, 26 Nov 2009 14:28:21 +0000 (15:28 +0100)]
ssb_sprom: Add sparse support, Add quiet build, Add autodependencies
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Thu, 26 Nov 2009 14:22:55 +0000 (15:22 +0100)]
fwcutter: Add sparse support, Add quiet build, Add autodependencies
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Thu, 26 Nov 2009 14:18:15 +0000 (15:18 +0100)]
disassembler: Fix sparse warnings
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Thu, 26 Nov 2009 14:15:43 +0000 (15:15 +0100)]
assembler: Fix sparse warnings
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Thu, 26 Nov 2009 14:00:22 +0000 (15:00 +0100)]
asm/disasm: Add sparse support, Add quiet build, Add auto-dependencies
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Thu, 26 Nov 2009 13:44:47 +0000 (14:44 +0100)]
asm: Don't ignore install failures
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Fri, 21 Aug 2009 13:59:08 +0000 (15:59 +0200)]
fwcutter: Use ARRAY_SIZE
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Larry Finger [Thu, 20 Aug 2009 21:51:38 +0000 (16:51 -0500)]
fwcutter: Add two new sources for 478.104 firmware
Add 2 new files with 478.104 firmware, which includes Rev 16.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Larry Finger [Thu, 20 Aug 2009 17:30:11 +0000 (12:30 -0500)]
fwcutter: mklist.py - Update to new library and skip some sections
Switch from the deprecated md5 library to hashlib.
Detect the ro section that describes the firmware version,
print the address of the data, and and skip some ro sections
that are not of interest.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Tue, 2 Jun 2009 15:52:32 +0000 (17:52 +0200)]
Update .gitignore
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Tue, 2 Jun 2009 15:49:38 +0000 (17:49 +0200)]
fwcutter: Add release script
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Larry Finger [Tue, 2 Jun 2009 15:23:47 +0000 (10:23 -0500)]
Changes in b43-fwcutter (V2)
The present version of b43-fwcutter extracts core 4 firmware from V4 drivers that
contain it even though b43 will not work with these devices. As this causes
confusion among the users, this patch suppresses such extraction.
Note: For b43legacy, firmware for core 5 devices is extracted. This capacity should
be retained as this overlap is used in the testing of b43legacy.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Sun, 25 Jan 2009 15:14:30 +0000 (16:14 +0100)]
b43-fwfump: Better helptext for --phy option
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Larry Finger [Mon, 29 Dec 2008 17:11:10 +0000 (11:11 -0600)]
ssb-sprom: Generate help for all variations
Revise ssb-sprom to generate the help data for all versions of the device.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Larry Finger [Mon, 29 Dec 2008 15:47:40 +0000 (09:47 -0600)]
ssb-sprom: Put SPROM data in a master table and add Rev. 8
Program ssb-sprom has gotten unwieldy as more versions of the SPROM have been
accommodated. As we now need to add Rev. 8 SPROMs for LP and N PHY devices, I
chose to rewrite the program now.
This patch converts the program to be driven by a table, which removes the need
for hard coding a number of revision-specific values. In fact, only two such
numbers are defined in the new header - the SPROM sizes for 128 and 440 byte
versions. Other changes include modifying the data order so that the variables
that are most likely to be changed are at the botton the list. I also removed
the SPROM revision from the list that could be modified. Changing this value
would BRICK the device. At the moment, only the first of the "per-path"
variables have been added for revisions 4, 5, and 8. As we gain more experience
with these variants, addition of new outputs may be necessary.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Fri, 24 Oct 2008 18:35:27 +0000 (20:35 +0200)]
b43-fwcutter: Use another source file
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Fri, 24 Oct 2008 17:58:41 +0000 (19:58 +0200)]
fwcutter: Add a stupid script to generate fwcutter_list.h entries from .o files
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Michael Buesch [Wed, 23 Jul 2008 22:36:58 +0000 (00:36 +0200)]
Fix crash if b43 is not loaded.
Signed-off-by: Michael Buesch <mb@bu3sch.de>