On Wednesday 21 January 2009 18:29:40 Francesco Gringoli wrote: > Hello everyone, > > we just made available a new opensource firmware version, download at > http://www.ing.unibs.it/openfwwf > > New features: > - initvals source code added, initvals files are encoded by make process > - firmware is now recognized as opensource, though still as version > 351 (old format). Firmware's date switched to FFFF > - watchdog implemented
Note that the debug-IRQ feature is now also available to you. It enables you to panic, dump SHM, dump regs and print a marker message from within the firmware. See my openfw repository and handle_irq_ucode_debug() in b43 for details. Note that the debug-IRQ is synchronous, so it will disturb MAC functionality. But you only want to use it for debugging anyway. And for debugging it is _very_ convenient to be able to issue printks and memory dumps from within the firmware code. -- Greetings, Michael. _______________________________________________ Bcm43xx-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
