summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2007-06-02* Covardly copy the nanddump() function from the mtd-utils to fix dump ↵pancake9-36/+826
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.pancake2-7/+31
* Replace Y/n for y/N * Implement the command '5' (read error message)
2007-05-01* Move usb-dev related code to devices.c from main.cpancake4-90/+123
* Create a root Makefile to build the flasher, logotool and install * Clean some warning messages
2007-04-26* Argument 'help' for the -f flag provides information about the rd flagspancake1-0/+9
2007-04-25* import of the 'set-rd-flags+cleanups' patch from Robert Schusterpancake4-15/+147
adds support for setting and clearing the rd flags (no-retu-watchdog, serial-console and the like). The interface to it is a bit cryptic (construct your own hex number) but it works like like 'chmod'.
2007-04-25* import of the 'set-get-query_header' from Robert Schusterpancake3-67/+68
1) name the simple functions get_foo and set_foo (and make them more consistent e.g. set_rd_mode and get_rd_mode). 2) moved remaining simple queries from main.c into query.c 3) created separate query.h header and included it in main.c 4) implemented get_usb_mode (they do not have this in the proprietary flasher) and added this function to a normal run (-> you will see the current USB mode when running with -i)
2007-04-20* Do not strip the initfs.jffs2 image, it is only 2MBpancake1-1/+2
* Some fixups on the doc/dumping documentation
2007-04-20* 'set root device' patch inclusion from Robert Schusterpancake3-7/+43
2007-04-20* Initial commit of 0xFFFF.0.1pancake14-0/+1407
This tree contains the same as the 0.1 tarball