summaryrefslogtreecommitdiffstats
path: root/src/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2007-06-10* Fix in fpid for proper JFFS2 identificationpancake1-1/+1
* Add new flag '-c' that makes 0xFFFF run as a shell * Split the connect_via_usb() code from main() * Add console handler for shell like usage of the flasher
2007-06-10* Drop the partition limit. It is calculed with ioctl()pancake1-1/+1
* Query the user to strip or not the dumped pieces * Add new flag '-s' for serial port console
2007-06-02* Covardly copy the nanddump() function from the mtd-utils to fix dump ↵pancake1-1/+1
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-01* Move usb-dev related code to devices.c from main.cpancake1-2/+2
* Create a root Makefile to build the flasher, logotool and install * Clean some warning messages
2007-04-25* import of the 'set-rd-flags+cleanups' patch from Robert Schusterpancake1-1/+1
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-20* Initial commit of 0xFFFF.0.1pancake1-0/+11
This tree contains the same as the 0.1 tarball