Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-10-19 | nolo: Fix size of snprintf buffer | Pali Rohár | 1 | -2/+2 | |
2014-10-19 | fiasco: fiasco_alloc_from_file: check if hwrevs has enough size | Pali Rohár | 1 | -3/+6 | |
2014-09-29 | main: Update usage | Pali Rohár | 1 | -3/+3 | |
2014-09-29 | main: Implement -t (filter by type) for -e (dump images) | Pali Rohár | 1 | -3/+15 | |
2014-09-29 | main: Fix memory corruption | Pali Rohár | 1 | -1/+3 | |
2014-09-29 | usb-device: Fix memory leak | Pali Rohár | 1 | -0/+1 | |
2014-09-29 | local: Fix memory corruptions | Pali Rohár | 1 | -3/+3 | |
2014-09-29 | image: Fix memory leaks | Pali Rohár | 1 | -3/+4 | |
2014-09-29 | fiasco: Call free at correct place | Pali Rohár | 1 | -7/+11 | |
2014-06-19 | local: Fix truncating file | Pali Rohár | 1 | -0/+4 | |
2014-05-10 | all: Fix typo0.6 | Pali Rohár | 5 | -10/+10 | |
2013-09-23 | Makefile: Fix depends for manpage | Pali Rohár | 1 | -1/+1 | |
2013-09-23 | main: Fix typo | Pali Rohár | 1 | -1/+1 | |
2013-09-23 | mangen: Add backslash before hyphen | Pali Rohár | 1 | -1/+1 | |
2013-09-23 | mangen: Fix manpage footer for terminals with 80 columns | Sebastian Reichel | 1 | -1/+1 | |
Signed-off-by: Sebastian Reichel <sre@ring0.de> | |||||
2013-09-21 | Makefile: Add examples to manpage | Pali Rohár | 1 | -2/+4 | |
2013-09-21 | main: Fix typo in help | Pali Rohár | 1 | -1/+1 | |
2013-09-20 | local: Fix searching for MyDocs mmc device | Pali Rohár | 1 | -22/+60 | |
Device name in /sys/block/ could not be same as in /dev/ if udev renaming it. And this is real problem on Maemo without special kernel patch when device booting with inserted SD card. So read major and minor numbers from /sys/ and find coresponding device in /dev/. These two numbers will be same after renaming device too. | |||||
2013-09-20 | usb-device: Do not use sighandler_t | Pali Rohár | 1 | -1/+1 | |
2013-09-20 | printf-utils: Add missing includes | Pali Rohár | 1 | -0/+4 | |
2013-09-07 | operations: Fix crash when no usb device is detected | Pali Rohár | 1 | -1/+2 | |
2013-09-07 | usb-device: Handle Ctrl+C SIGINT and quit wait loop | Pali Rohár | 1 | -1/+19 | |
2013-09-07 | usb-device: Remove useless check for LIBUSB_HAS_GET_DRIVER_NP | Pali Rohár | 1 | -1/+1 | |
2013-09-07 | printf-utils: Remove dead HAVE_SQUEUE code | Pali Rohár | 1 | -22/+12 | |
2013-09-07 | local: Rename macro local_cal_store to local_cal_readcopy | Pali Rohár | 1 | -11/+11 | |
2013-04-21 | image: Fix buffer pointer in function image_hash_from_data | Pali Rohár | 1 | -4/+4 | |
2013-04-21 | image: image_read returns unsigned type | Pali Rohár | 1 | -1/+1 | |
2013-04-21 | local: Fix filename for local mmc dump | Pali Rohár | 1 | -1/+1 | |
2013-04-21 | Makefile: Add support for cross compile | Pali Rohár | 1 | -6/+10 | |
2013-04-21 | local: Simplify nanddump code | Pali Rohár | 1 | -18/+27 | |
2013-04-21 | local: Add nanddump table for RX-44 and RX-48 | Pali Rohár | 1 | -0/+9 | |
2013-04-07 | Makefile: Add libusb-sniff library rules | Pali Rohár | 1 | -5/+13 | |
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 ↵ | Pali Rohár | 1 | -1/+1 | |
usb_flash_protocols in function usb_flash_protocol_to_string | |||||
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-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 | |
* Do not flash images * Do not write strings | |||||
2013-02-18 | cold-flash: accept also OMAP3630 in the ASIC ID | Aaro Koskinen | 1 | -3/+8 | |
Accept also OMAP3630 in the ASIC ID offset 4. With this patch it's possible communicate also with N950/N9. When plugging in the USB cable into a powered-off device, it seems to start in cold-flash mode, and currently 0xFFFF fails with "Invalid ASIC ID." So far only loading & booting kernel with "0xFFFF -m kernel:zImage -l -b" has been tested, and it works. WARNING: When booting a self-made kernel on N950/N9, NOLO will detect this and will permanently show a crappy disclaimer about warranty voided during the boot, even if you boot again with a stock Nokia kernel. This may also impact some SW functionality. I have no idea how to reset this condition. | |||||
2013-02-18 | cold-flash: correct chip/soc name | Aaro Koskinen | 1 | -2/+2 | |
RX-51/N900 has OMAP3430, and it seems this is what the ASIC ID field at offset 4 refers to. Fix the comment and printf. | |||||
2013-02-04 | nolo: Implement NOLO error log, for each failed usb operation print error ↵ | Pali Rohár | 1 | -29/+69 | |
from NOLO * When some usb operation failed, NOLO adding string error to log * Error log can be transfered via usb_control_msg function | |||||
2013-02-01 | local: Fix initfs nand partition which is without NOLO header, rename ↵ | Pali Rohár | 1 | -5/+5 | |
variable nanddump_n900 to nanddump_rx51 |