summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-04-21Makefile: Add support for cross compilePali Rohár1-6/+10
2013-04-21local: Simplify nanddump codePali Rohár1-18/+27
2013-04-21local: Add nanddump table for RX-44 and RX-48Pali Rohár1-0/+9
2013-04-07debian: Add debian packagingPali Rohár7-0/+74
2013-04-07doc: Add examplesPali Rohár1-0/+46
2013-04-07doc: Remove usage (now replaced by autogenerated manpage)Pali Rohár1-88/+0
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-07main: Fix compile warning: declared with attribute warn_unused_resultPali Rohár1-1/+2
2013-04-07printf-utils: Fix compile warning: declared with attribute warn_unused_resultPali Rohár1-3/+3
2013-04-07local: Fix compile warning: declared with attribute warn_unused_resultPali Rohár1-2/+4
2013-04-07device: Remove dependency on log10, max value of uint16_t is 5Pali Rohár1-2/+1
2013-04-07usb-device: Disable Mk II protocol and RAW disk because are not implemented yetPali Rohár1-2/+2
2013-04-07main: Fix help titlePali Rohár1-1/+1
2013-04-07usb-device: Fix crashing when accessing out of global array usb_flash_protoco...Pali Rohár1-1/+1
2013-04-07Makefile: Add mangen rulesPali Rohár1-3/+12
2013-04-07mangen: Generate manpage from 0xFFFF -h outputPali Rohár1-0/+106
2013-04-07README: Update infoPali Rohár1-4/+11
2013-04-06main: Fix memory corruption when loading/flashing FIASCO imagesPali Rohár1-13/+23
2013-02-25image: Do not call image_free on NULL pointerPali Rohár1-0/+3
2013-02-25nolo: Show only first 20 error messages, fix possible infinity loopPali Rohár1-2/+2
2013-02-25nolo: Respect simulate flagPali Rohár1-9/+22
2013-02-18cold-flash: accept also OMAP3630 in the ASIC IDAaro Koskinen1-3/+8
2013-02-18cold-flash: correct chip/soc nameAaro Koskinen1-2/+2
2013-02-04nolo: Implement NOLO error log, for each failed usb operation print error fro...Pali Rohár1-29/+69
2013-02-01doc/local-flash: Add info about ubi on n900Pali Rohár1-0/+12
2013-02-01doc/dumping: Add info about naddumpPali Rohár1-2/+18
2013-02-01local: Fix initfs nand partition which is without NOLO header, rename variabl...Pali Rohár1-5/+5
2013-01-24Makefile: Add $(BIN) to destination in make installPali Rohár1-1/+1
2013-01-24Makefile: Fix make installPali Rohár1-1/+1
2013-01-12main: Fix loading kernel & initfs imagesPali Rohár1-18/+18
2013-01-11main: In load mode, do not set kernel or initfs image more timesPali Rohár1-8/+22
2013-01-05nolo: Fix possible reading from uninitialized memoryPali Rohár1-6/+6
2013-01-05Fix crashing when accessing out of global arraysPali Rohár3-5/+4
2012-11-25Fix MakefilePali Rohár1-2/+2
2012-11-25Update docPali Rohár7-203/+134
2012-11-25Update INSTALL and README, added AUTHORSPali Rohár3-5/+5
2012-11-25Update MakefilesPali Rohár3-25/+14
2012-11-25Remove old mtd headers from treePali Rohár6-504/+0
2012-11-25Remove old console prompt from treePali Rohár3-192/+1
2012-11-25Remove old queue mode from treePali Rohár6-554/+1
2012-11-25main: Remove console prompt and shared queue modePali Rohár1-31/+0
2012-11-25Remove old gui from treePali Rohár7-1889/+1
2012-11-25Remove old logotool from treePali Rohár7-550/+3
2012-11-25Remove old man pages from treePali Rohár4-162/+0
2012-11-25Remove libusb from treePali Rohár14-4967/+0
2012-11-24local: Read from CAL also overwritten hw revision0.6-beta1Pali Rohár1-3/+15
2012-11-24device: Fix memory corruption in device_list_alloc_to_bufsPali Rohár1-1/+1
2012-11-24device: Fix memory corruption, allocate enought memory for device_list_alloc_...Pali Rohár1-4/+6
2012-11-24device: Fix memory corruption, do not call log10(0)Pali Rohár1-1/+1