b43-tools.git
16 years agob43-fwcutter: unsupported file support
Johannes Berg [Fri, 23 Nov 2007 11:17:26 +0000 (12:17 +0100)]
b43-fwcutter: unsupported file support

This patch makes fwcutter support only those files we know are working
and marks the other one unsupported. To allow developers to still work
with such files, an --unsupported command line option is added that
allows one to extract firmware from such unsupported files. Some code
restructuring was necessary to support the --unsupported flag with other
flags in any order.

Also, because this is a significant change, bump the version number.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Michael Buesch <mb@bu3sch.de>
16 years agodasm: Move some definitions around.
Michael Buesch [Sun, 18 Nov 2007 14:10:24 +0000 (15:10 +0100)]
dasm: Move some definitions around.

Signed-off-by: Michael Buesch <mb@bu3sch.de>
16 years agodasm: Rewrite cmdline arg parsing and remove the bin wrapper script.
Michael Buesch [Sun, 18 Nov 2007 13:57:35 +0000 (14:57 +0100)]
dasm: Rewrite cmdline arg parsing and remove the bin wrapper script.

Signed-off-by: Michael Buesch <mb@bu3sch.de>
16 years agodasm: list_empty() can use a const pointer.
Michael Buesch [Sat, 17 Nov 2007 23:37:49 +0000 (00:37 +0100)]
dasm: list_empty() can use a const pointer.

Signed-off-by: Michael Buesch <mb@bu3sch.de>
16 years agoasm: Cleanup makefile.
Michael Buesch [Sat, 17 Nov 2007 23:35:17 +0000 (00:35 +0100)]
asm: Cleanup makefile.

Signed-off-by: Michael Buesch <mb@bu3sch.de>
16 years agoasm: Fix the preprocessing script.
Michael Buesch [Sat, 17 Nov 2007 23:29:21 +0000 (00:29 +0100)]
asm: Fix the preprocessing script.

Allow stdin as input and properly pass the filename up to the
assembler, so it appears in the error messages.
(The filename is passed through CPPs special line markers)

Signed-off-by: Michael Buesch <mb@bu3sch.de>
16 years agodasm: Fix %arch statement.
Michael Buesch [Fri, 16 Nov 2007 22:03:00 +0000 (23:03 +0100)]
dasm: Fix %arch statement.

Signed-off-by: Michael Buesch <mb@bu3sch.de>
16 years agoassembler: Remove two fixmes.
Michael Buesch [Fri, 16 Nov 2007 22:01:08 +0000 (23:01 +0100)]
assembler: Remove two fixmes.

Signed-off-by: Michael Buesch <mb@bu3sch.de>
16 years agoassembler: Fix label-immediate for v15
Michael Buesch [Sun, 11 Nov 2007 01:38:44 +0000 (02:38 +0100)]
assembler: Fix label-immediate for v15

Signed-off-by: Michael Buesch <mb@bu3sch.de>
16 years agoPartial support for the new v15 architecture.
Michael Buesch [Sun, 11 Nov 2007 01:31:40 +0000 (02:31 +0100)]
Partial support for the new v15 architecture.

Signed-off-by: Michael Buesch <mb@bu3sch.de>
16 years agoRename bcm43xx -> b43
Michael Buesch [Sat, 10 Nov 2007 22:28:15 +0000 (23:28 +0100)]
Rename bcm43xx -> b43

Signed-off-by: Michael Buesch <mb@bu3sch.de>
16 years agoInitial commit.
Michael Buesch [Sat, 10 Nov 2007 22:12:26 +0000 (23:12 +0100)]
Initial commit.

Signed-off-by: Michael Buesch <mb@bu3sch.de>