summaryrefslogtreecommitdiffstats
path: root/src/fiasco.c
AgeCommit message (Collapse)AuthorFilesLines
2008-12-08* Added -n flag to do not write to disk or flash (simulation)pancake1-10/+33
* Added -S flag to specify subversion id manually while flashing or dumping * Fixed support for the last fiasco image - Skip paddings - More verbose output while parsing FIASCO headers * Initial implementation of the full direct FIASCO flasher - No need to dump manually before flashing * Some warnings and code cleanup * Fix building issue * Add HAVE_GUI directive in config.mk * Up to version 0.4
2007-11-20- Import patches from Osvaldo Santana * Fix build on gcc 4 * Fix nanddump ↵0.3.1pancake1-5/+5
call definition (ignore oob added) * Fixed some stupid bugs with -pedantic -std=c99 release 0.3.1
2007-10-20* Make the fiasco writing api work (some hardcoded things, but mostly ok)pancake1-41/+26
* Move documentation of fiasco format to doc/ * 0.3 release
2007-10-11* Add documentation for the FIASCO formatpancake1-40/+122
* Initial fiasco writer api * Lot of new checks and code cleanup * fiasco callback now receives a filedescriptor inside header_t - the lseek and data free is autonatically done by the main loop * Split fiasco_data_read() code, useful for streams (embeddeds low mem footprint) * Add '-P' flag to create a new fiasco pack
2007-10-08* Finally implement the support for the FIASCO firmware formatpancake1-88/+180
* Up version to 0.3 * Alphabetically order the help message flags * Cleaner short help message * Pseudo-api for creating firmwares (not yet finished) * Add '-F' flag to flash from a fiasco image
2007-06-30* Upgrade to GPLv30.2pancake1-14/+12
2007-04-20* Initial commit of 0xFFFF.0.1pancake1-0/+136
This tree contains the same as the 0.1 tarball