summaryrefslogtreecommitdiffstats
path: root/src/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2017-01-08Makefile: Fix setting compilerPali Rohár1-3/+3
2016-12-17all: Enable Large File SupportPali Rohár1-1/+1
2016-12-06usb-device: Check that we are not using broken libusb-1.0 libraryPali Rohár1-1/+1
2016-12-06all: Compile globally without _GNU_SOURCE, define _BSD_SOURCE or _GNU_SOURCE ↵Pali Rohár1-1/+1
where needed
2016-12-06all: Revert libusb-1.0 supportPali Rohár1-1/+1
Listing of usb devices with libusb-1.0 is too slow and not usable for flashing or cold-flashing Nokia N900. Old libusb (0.1) does not have this problem and works perfectly. Problem for libusb-1.0 was reported at least two times into libusb-devel mailing list, but upstream developers are totally ignore it. One message is in archive: https://sourceforge.net/p/libusb/mailman/message/34985373/ Because of that there is just one option: use tested and working libusb 0.1 library instead some experimental and non-working libusb-1.0.
2016-01-23all: Switch to libusb-1.0Sebastian Reichel1-1/+1
libusb 0.1 is deprecated. This updates 0xFFFF to use the newer libusb 1.0 API instead.
2015-06-24mangen: Set build date externallyDhole1-1/+3
Patch build system to allow the build date in the man entry to be set externally. In Debian it will be set to the latest debian/changelog entry for reproducibility.
2014-11-26Makefile: Now 0xFFFF is Posix compatible, enable -D_POSIX_C_SOURCE=200809LPali Rohár1-1/+1
2014-11-18Makefile: Fix compilation of libusb-sniff librariesPali Rohár1-2/+2
2013-09-23Makefile: Fix depends for manpagePali Rohár1-1/+1
2013-09-21Makefile: Add examples to manpagePali Rohár1-2/+4
2013-04-21Makefile: Add support for cross compilePali Rohár1-6/+10
2013-04-07Makefile: Add libusb-sniff library rulesPali Rohár1-5/+13
2013-04-07Makefile: Remove dependency on libm.soPali Rohár1-1/+1
2013-04-07Makefile: Add mangen rulesPali Rohár1-3/+12
2013-01-24Makefile: Add $(BIN) to destination in make installPali Rohár1-1/+1
2013-01-24Makefile: Fix make installPali Rohár1-1/+1
2012-11-25Fix MakefilePali Rohár1-2/+2
2012-11-25Update MakefilesPali Rohár1-2/+11
2012-11-25Remove old console prompt from treePali Rohár1-1/+1
2012-11-25Remove old queue mode from treePali Rohár1-1/+1
2012-11-24cal: Added CAL parser from CalvariaPali Rohár1-1/+1
2012-11-20Remove old dump codePali Rohár1-1/+1
2012-11-19Makefile: Remove CFLAGS unsupported by old gccPali Rohár1-1/+1
2012-11-15Makefile: Add mkii.o and disk.oPali Rohár1-1/+1
2012-11-15operations: Added support for local devicePali Rohár1-1/+1
2012-09-23Remove WITH_ definesPali Rohár1-13/+1
2012-09-23operations: Added operations file for wrapping all device operationsPali Rohár1-1/+1
2012-09-22device: Implement hwrevs as array of int16_tPali Rohár1-0/+1
2012-08-11Makefile: Remove duplicate flagsPali Rohár1-2/+2
2012-08-11Rewrite Makefile, move WITH_DEVICE, WITH_USB and WITH_SQUEUES to MakefilePali Rohár1-22/+21
2012-08-10Remove old hexdup.c codePali Rohár1-1/+1
2012-08-10Rename utils.c to printf-utils.c, remove unused functionsPali Rohár1-1/+1
2012-08-09Remove old serial.c codePali Rohár1-1/+1
2012-08-09Move query.c into nolo.cPali Rohár1-1/+1
2012-08-09Rename flash.c to nolo.cPali Rohár1-1/+1
2012-08-09Remove old pieces.c and fpid.c codePali Rohár1-1/+1
2012-08-09Add new code to MakefilePali Rohár1-0/+3
2012-08-09Remove old devices.c codePali Rohár1-1/+1
2012-08-09Remove old hash.c codePali Rohár1-1/+1
2012-08-09Remove old fiasco.c codePali Rohár1-1/+1
2012-06-23Fix compilation warningsPali Rohár1-1/+1
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