b43-tools.git
2009-08-21 Michael Bueschfwcutter: Use ARRAY_SIZE
2009-08-21 Larry Fingerfwcutter: Add two new sources for 478.104 firmware
2009-08-21 Larry Fingerfwcutter: mklist.py - Update to new library and skip...
2009-06-02 Michael BueschUpdate .gitignore
2009-06-02 Michael Bueschfwcutter: Add release script
2009-06-02 Larry FingerChanges in b43-fwcutter (V2)
2009-01-25 Michael Bueschb43-fwfump: Better helptext for --phy option
2008-12-29 Larry Fingerssb-sprom: Generate help for all variations
2008-12-29 Larry Fingerssb-sprom: Put SPROM data in a master table and add...
2008-10-24 Michael Bueschb43-fwcutter: Use another source file
2008-10-24 Michael Bueschfwcutter: Add a stupid script to generate fwcutter_list...
2008-07-23 Michael BueschFix crash if b43 is not loaded.
2008-07-23 Michael BueschAdd some documentation
2008-07-22 Michael Bueschb43-beautifier: Explain what the --defs directory is
2008-07-22 Michael BueschAdd b43 firmware assembly beautifier
2008-06-26 Michael Bueschdebug: Add a generic text patcher
2008-06-25 Michael Bueschssb-sprom: Add warnings.
2008-06-24 Michael BueschFix typo.
2008-06-19 Michael Bueschb43-ivaldump: Add a tool for dumping initvals files.
2008-06-19 Michael Bueschb43-asm: Add tram keyword for writing to template ram
2008-06-19 Michael Bueschb43-fwdump: Allow a binary SHM dump to stdout.
2008-06-19 Michael Bueschb43-fwdump: Add SHM dump
2008-06-19 Michael BueschAdd an install script.
2008-06-19 Michael BueschImplement firmware state dumper
2008-06-19 Michael Bueschb43-dasm: Allow disassembling files without header.
2008-06-19 Michael BueschAdd a python library to access device internals.
2008-06-17 Michael Bueschssb-sprom: Fix typo.
2008-06-16 Michael BueschAdd generated files to .gitignore
2008-06-16 Michael BueschFix compiler warning on certain architectures.
2008-06-16 Michael Bueschssb_sprom: Fix segfault in parameter parsing code.
2008-06-14 Michael BueschAllow passing CPP parameters right after the filenames.
2008-06-14 Michael BueschMerge branch 'master' of ssh://git.bu3sch.de/home/git...
2008-06-14 Michael BueschWarn on usage of offset register 6. It is broken.
2008-06-13 Pavel Roskinb43-tools typos
2008-06-13 Larry.Finger... ssb-sprom: Fix for incorrect Subsystem and PCI Product...
2008-06-09 Michael Bueschb43-asm: Update some comments.
2008-06-09 Michael BueschAllow inline %assert inside of complex immediates.
2008-06-09 Michael BueschAdd support for assemble-time assertions.
2008-06-05 Michael Bueschb43-asm: Allow complex immediates in M and S operands.
2008-05-26 Michael BueschUse gcc -E as preprocessor, as cpp will cause problems...
2008-05-24 Michael Bueschb43-asm: Only warning, not error, on RET after JMP
2008-05-24 Michael Bueschb43-asm: Add trivial selftest.
2008-05-22 Michael Bueschb43-asm: Allow complex immediates in initvals.
2008-05-22 Michael Bueschb43-asm: Change the filenames of the binaries.
2008-05-18 Michael Bueschb43-asm: Add an option to print the code sizes after...
2008-05-18 Michael Bueschb43-asm: Change JMP emulation from JE to JEXT
2008-05-18 Michael Bueschb43-asm: Fix the reverse search for JMPs before RETs
2008-05-18 Michael Bueschb43-asm: Fix memory allocation bug.
2008-05-18 Michael Bueschasm/dasm: Let's simply comment out these lines that...
2008-05-17 Michael Bueschb43-asm: Throw error when using RET after a jump
2008-05-16 Michael Bueschb43-asm: Terminate instructions with ; instead of |
2008-04-25 Larry FingerExtend README file.
2008-02-12 Michael Bueschfwcutter: Extend the help text
2008-02-12 Michael Bueschfwcutter: Print the ID in the --identify output
2008-02-12 Michael Bueschfwcutter: Increment version number
2008-02-12 Michael Bueschfwcutter: Mark all files as "supported" that are needed...
2008-02-08 Michael Bueschfwcutter: Start ID numbering at 10 to avoid clashes...
2008-02-08 Michael Bueschfwcutter: Add unique firmware IDs
2008-01-27 Michael Bueschb43-asm: Make use of complex immediates as memory offse...
2008-01-26 Michael Bueschb43-dasm: Add a space char after comma to improve asm...
2008-01-26 Michael Bueschb43-asm: Allow terminating lines with |
2008-01-25 Michael Bueschb43-asm: Pass external conditions as immediates
2008-01-15 Michael BueschBump fwcutter version
2008-01-13 Michael BueschAdd .gitignore
2008-01-13 Michael Bueschfwcutter: Change support status flags.
2008-01-13 Johannes Bergfwcutter: Add firmware file offsets
2008-01-04 Michael BueschRemove the broken endianness check in the md5 code.
2008-01-02 Michael BueschAdd support for version 4 SPROM.
2007-11-23 Johannes Bergb43-fwcutter: make sparse happier
2007-11-23 Johannes Bergb43-fwcutter: unsupported file support
2007-11-18 Michael Bueschdasm: Move some definitions around.
2007-11-18 Michael Bueschdasm: Rewrite cmdline arg parsing and remove the bin...
2007-11-17 Michael Bueschdasm: list_empty() can use a const pointer.
2007-11-17 Michael Bueschasm: Cleanup makefile.
2007-11-17 Michael Bueschasm: Fix the preprocessing script.
2007-11-16 Michael Bueschdasm: Fix %arch statement.
2007-11-16 Michael Bueschassembler: Remove two fixmes.
2007-11-11 Michael Bueschassembler: Fix label-immediate for v15
2007-11-11 Michael BueschPartial support for the new v15 architecture.
2007-11-10 Michael BueschRename bcm43xx -> b43
2007-11-10 Michael BueschInitial commit.