summaryrefslogtreecommitdiffstats
path: root/src/flash.c
AgeCommit message (Collapse)AuthorFilesLines
2008-12-14* Oops missing up0.4pancake1-0/+7
* Added fixups for make install/deinstall * HAVE_GUI is now enabled by default * New 'stop' button for goxf GUI * Fix lil bug in squeue.c * Initial .desktop icon for freedesktop environments (GNOME)
2008-12-08* Implement and test direct file FIASCO flash - openfiasco receives options ↵pancake1-0/+10
for grepping for pieces and be verbose - fixed flashing order using grep options xloader, secondary, kernel, initfs, rootfs - Tested and working - Added parser for the hw revision string * Autodetect device hw revision and setup the subversion string on the fly.
2008-12-08* Added -n flag to do not write to disk or flash (simulation)pancake1-1/+1
* 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
2008-01-14* Up to 0.3.2pancake1-1/+2
* Add HAVE_USB to config.mk - Now is possible to build a usb-less version of the flasher (only for unpacking and so, offline operations) * Refactor varname. Avoid portability problems: - reboot -> moboreboot
2007-06-30* Upgrade to GPLv30.2pancake1-14/+12
2007-06-02* Covardly copy the nanddump() function from the mtd-utils to fix dump ↵pancake1-16/+23
functionality - The new function works like the old rf_extract one, no parameters has changed. - Now a complete dump/restore will be possible. - Check for badblocks while copying data - Shows information about the partition * Better use of query_error_message() for debugging
2007-05-25* Fix rootfs boundaries for a proper dump.pancake1-1/+26
* Replace Y/n for y/N * Implement the command '5' (read error message)
2007-04-20* Initial commit of 0xFFFF.0.1pancake1-0/+167
This tree contains the same as the 0.1 tarball