summaryrefslogtreecommitdiffstats
path: root/src/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2009-10-17* Fix static buildpancake@localhost.localdomain1-0/+3
2008-12-14* Oops missing up0.4pancake1-1/+1
* 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* Added -n flag to do not write to disk or flash (simulation)pancake1-1/+3
* 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-03-05* Initial import of the GtkAML gui frontend - Mostly implemented in just one ↵pancake1-1/+2
night :) * Import the squeue c and vapi sources * Make 0xFFFF run as squeue daemon with -Q flag * Up to 0.4
2008-01-14* Up to 0.3.2pancake1-3/+5
* 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-11-20- Import patches from Osvaldo Santana * Fix build on gcc 4 * Fix nanddump ↵0.3.1pancake1-0/+1
call definition (ignore oob added) * Fixed some stupid bugs with -pedantic -std=c99 release 0.3.1
2007-10-08* Finally implement the support for the FIASCO firmware formatpancake1-1/+1
* 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-12* Finally integrate libusb in Makefiles. Use 'allusb' target to build a ↵pancake1-0/+8
0xFFFF binary without library dependencies (libusb) * Add 'static' makefile target for building a statically linked 0xFFFF * Documentate all makefile targets in INSTALL
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