Age | Commit message (Expand) | Author | Files | Lines |
2013-04-07 | Makefile: Remove dependency on libm.so | Pali Rohár | 1 | -1/+1 |
2013-04-07 | main: Fix compile warning: declared with attribute warn_unused_result | Pali Rohár | 1 | -1/+2 |
2013-04-07 | printf-utils: Fix compile warning: declared with attribute warn_unused_result | Pali Rohár | 1 | -3/+3 |
2013-04-07 | local: Fix compile warning: declared with attribute warn_unused_result | Pali Rohár | 1 | -2/+4 |
2013-04-07 | device: Remove dependency on log10, max value of uint16_t is 5 | Pali Rohár | 1 | -2/+1 |
2013-04-07 | usb-device: Disable Mk II protocol and RAW disk because are not implemented yet | Pali Rohár | 1 | -2/+2 |
2013-04-07 | main: Fix help title | Pali Rohár | 1 | -1/+1 |
2013-04-07 | usb-device: Fix crashing when accessing out of global array usb_flash_protoco... | Pali Rohár | 1 | -1/+1 |
2013-04-07 | Makefile: Add mangen rules | Pali Rohár | 1 | -3/+12 |
2013-04-07 | mangen: Generate manpage from 0xFFFF -h output | Pali Rohár | 1 | -0/+106 |
2013-04-07 | README: Update info | Pali Rohár | 1 | -4/+11 |
2013-04-06 | main: Fix memory corruption when loading/flashing FIASCO images | Pali Rohár | 1 | -13/+23 |
2013-02-25 | image: Do not call image_free on NULL pointer | Pali Rohár | 1 | -0/+3 |
2013-02-25 | nolo: Show only first 20 error messages, fix possible infinity loop | Pali Rohár | 1 | -2/+2 |
2013-02-25 | nolo: Respect simulate flag | Pali Rohár | 1 | -9/+22 |
2013-02-18 | cold-flash: accept also OMAP3630 in the ASIC ID | Aaro Koskinen | 1 | -3/+8 |
2013-02-18 | cold-flash: correct chip/soc name | Aaro Koskinen | 1 | -2/+2 |
2013-02-04 | nolo: Implement NOLO error log, for each failed usb operation print error fro... | Pali Rohár | 1 | -29/+69 |
2013-02-01 | doc/local-flash: Add info about ubi on n900 | Pali Rohár | 1 | -0/+12 |
2013-02-01 | doc/dumping: Add info about naddump | Pali Rohár | 1 | -2/+18 |
2013-02-01 | local: Fix initfs nand partition which is without NOLO header, rename variabl... | Pali Rohár | 1 | -5/+5 |
2013-01-24 | Makefile: Add $(BIN) to destination in make install | Pali Rohár | 1 | -1/+1 |
2013-01-24 | Makefile: Fix make install | Pali Rohár | 1 | -1/+1 |
2013-01-12 | main: Fix loading kernel & initfs images | Pali Rohár | 1 | -18/+18 |
2013-01-11 | main: In load mode, do not set kernel or initfs image more times | Pali Rohár | 1 | -8/+22 |
2013-01-05 | nolo: Fix possible reading from uninitialized memory | Pali Rohár | 1 | -6/+6 |
2013-01-05 | Fix crashing when accessing out of global arrays | Pali Rohár | 3 | -5/+4 |
2012-11-25 | Fix Makefile | Pali Rohár | 1 | -2/+2 |
2012-11-25 | Update doc | Pali Rohár | 7 | -203/+134 |
2012-11-25 | Update INSTALL and README, added AUTHORS | Pali Rohár | 3 | -5/+5 |
2012-11-25 | Update Makefiles | Pali Rohár | 3 | -25/+14 |
2012-11-25 | Remove old mtd headers from tree | Pali Rohár | 6 | -504/+0 |
2012-11-25 | Remove old console prompt from tree | Pali Rohár | 3 | -192/+1 |
2012-11-25 | Remove old queue mode from tree | Pali Rohár | 6 | -554/+1 |
2012-11-25 | main: Remove console prompt and shared queue mode | Pali Rohár | 1 | -31/+0 |
2012-11-25 | Remove old gui from tree | Pali Rohár | 7 | -1889/+1 |
2012-11-25 | Remove old logotool from tree | Pali Rohár | 7 | -550/+3 |
2012-11-25 | Remove old man pages from tree | Pali Rohár | 4 | -162/+0 |
2012-11-25 | Remove libusb from tree | Pali Rohár | 14 | -4967/+0 |
2012-11-24 | local: Read from CAL also overwritten hw revision0.6-beta1 | Pali Rohár | 1 | -3/+15 |
2012-11-24 | device: Fix memory corruption in device_list_alloc_to_bufs | Pali Rohár | 1 | -1/+1 |
2012-11-24 | device: Fix memory corruption, allocate enought memory for device_list_alloc_... | Pali Rohár | 1 | -4/+6 |
2012-11-24 | device: Fix memory corruption, do not call log10(0) | Pali Rohár | 1 | -1/+1 |
2012-11-24 | main: After dumping rename image to standardized name | Pali Rohár | 1 | -6/+87 |
2012-11-24 | local: Use disk_dump_raw for dumping mmc image, use linux sysfs for finding M... | Pali Rohár | 1 | -12/+104 |
2012-11-24 | local: Fix default value for usb_host_mode and root_device, fix align for mmc... | Pali Rohár | 1 | -5/+15 |
2012-11-24 | disk: Added function disk_dump_raw for dumping raw block device | Pali Rohár | 2 | -0/+124 |
2012-11-24 | main: When dumping, store image versions to fiasco image | Pali Rohár | 1 | -26/+69 |
2012-11-24 | main: Added support for initfs version string (param -T) | Pali Rohár | 1 | -3/+19 |
2012-11-24 | operations: Added support for initfs version string | Pali Rohár | 2 | -0/+40 |