summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-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-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 MakefilesPali Rohár1-2/+11
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ár5-1871/+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
2012-11-24main: After dumping rename image to standardized namePali Rohár1-6/+87
2012-11-24local: Use disk_dump_raw for dumping mmc image, use linux sysfs for finding M...Pali Rohár1-12/+104
2012-11-24local: Fix default value for usb_host_mode and root_device, fix align for mmc...Pali Rohár1-5/+15
2012-11-24disk: Added function disk_dump_raw for dumping raw block devicePali Rohár2-0/+124
2012-11-24main: When dumping, store image versions to fiasco imagePali Rohár1-26/+69
2012-11-24main: Added support for initfs version string (param -T)Pali Rohár1-3/+19
2012-11-24operations: Added support for initfs version stringPali Rohár2-0/+40
2012-11-24mkii: Added template for initfs version stringPali Rohár2-0/+22
2012-11-24nolo: Added support for initfs version stringPali Rohár2-0/+18
2012-11-24local: Use in-tree CAL parserPali Rohár2-95/+111
2012-11-24cal: Added CAL parser from CalvariaPali Rohár3-1/+299
2012-11-23local: Fix image dumping (now dumping on N900 working)Pali Rohár1-19/+92
2012-11-23local: Fix device detectionPali Rohár1-17/+7
2012-11-23image: Align all images (not only mmc and kernel)Pali Rohár1-3/+3