Age | Commit message (Expand) | Author | Files | Lines |
2012-08-08 | cold-flash: Remove usb_detach_kernel_driver_np and usb_claim_interface, now h... | Pali Rohár | 1 | -18/+0 |
2012-08-08 | main: Start implementing new main.c | Pali Rohár | 2 | -0/+517 |
2012-08-08 | image: call image_align after checking hash | Pali Rohár | 1 | -1/+2 |
2012-08-08 | main: updated prepaired options | Pali Rohár | 1 | -4/+11 |
2012-08-08 | Added enum DEVICE_COUNT and IMAGE_COUNT, Added function device_to_long_string | Pali Rohár | 5 | -3/+23 |
2012-08-08 | usb_device: Added code for searching usb devices | Pali Rohár | 2 | -0/+270 |
2012-08-08 | cold-flash: Fix usb_set_configuration and usb_claim_interface, Update informa... | Pali Rohár | 2 | -11/+60 |
2012-08-08 | Added missing license headers | Pali Rohár | 6 | -0/+107 |
2012-08-08 | cold-flash: prepair cold-flash code | Pali Rohár | 2 | -108/+86 |
2012-08-07 | image: image_type_from_data - added support for rx-51 images | Pali Rohár | 1 | -12/+11 |
2012-08-07 | fiasco: after fiasco_unpack return back to origin directory | Pali Rohár | 1 | -3/+24 |
2012-08-07 | image: function image_list_add will add image to the end of list | Pali Rohár | 1 | -10/+11 |
2012-08-07 | fiasco: fix creating fiasco image | Pali Rohár | 1 | -8/+12 |
2012-08-07 | image: Implement image_hash_from_data | Pali Rohár | 1 | -5/+19 |
2012-08-07 | fiasco: remove align code (now handled by image_read) | Pali Rohár | 1 | -25/+1 |
2012-08-07 | image: align image only if needed | Pali Rohár | 1 | -1/+2 |
2012-08-07 | image: Added support for aligning images (kernel and mmc), function image_rea... | Pali Rohár | 2 | -23/+78 |
2012-08-07 | fiasco: Implemented unpacking to directory | Pali Rohár | 1 | -3/+34 |
2012-08-07 | fiasco: fix memory errors, prepaire code for unpacking | Pali Rohár | 1 | -40/+65 |
2012-08-07 | image: Implement image_missing_values_from_name and image_name_alloc_from_values | Pali Rohár | 2 | -19/+123 |
2012-08-07 | Added new files device.c and device.h | Pali Rohár | 2 | -0/+57 |
2012-08-07 | Compile fixes | Pali Rohár | 4 | -45/+65 |
2012-08-07 | fiasco: align also kernel | Pali Rohár | 1 | -6/+19 |
2012-08-07 | Implement fiasco functions | Pali Rohár | 2 | -10/+448 |
2012-08-07 | Implement image functions | Pali Rohár | 2 | -16/+132 |
2012-08-07 | Update device table | Pali Rohár | 1 | -10/+11 |
2012-07-14 | Prepaired new code for fiasco images | Pali Rohár | 4 | -0/+306 |
2012-07-14 | Update fiasco documentation | Pali Rohár | 1 | -11/+11 |
2012-07-14 | Align also kernel image | Pali Rohár | 2 | -8/+26 |
2012-06-24 | Fix prepaired new 0xFFFF options | Pali Rohár | 1 | -59/+67 |
2012-06-24 | Rename n700 --> 770 | Pali Rohár | 7 | -11/+11 |
2012-06-24 | Update usb device table | Pali Rohár | 2 | -10/+18 |
2012-06-23 | fiasco - remove dead code | Pali Rohár | 2 | -44/+0 |
2012-06-23 | Added option to use only image pieces for specific device / hw revision | Pali Rohár | 3 | -15/+56 |
2012-06-23 | Cold Flasher - Remove duplicate usb code, prepair for flashing form fiasco im... | Pali Rohár | 1 | -147/+95 |
2012-06-23 | Import my open source tool for Cold Flashing: cold-flasher-rx51.c | Pali Rohár | 1 | -0/+440 |
2012-06-23 | Fix compilation warnings | Pali Rohár | 6 | -9/+15 |
2012-06-23 | Update fiasco documentation, now is on 95% complete | Pali Rohár | 1 | -25/+31 |
2012-06-23 | Fiasco image: Allow to specify device string without hw revision (then image ... | Pali Rohár | 2 | -19/+20 |
2012-06-23 | Fixed creating fiasco images, added param version: for specifing sw-ver. Now ... | Pali Rohár | 2 | -53/+111 |
2012-06-23 | Rename fwname to swver | Pali Rohár | 2 | -5/+5 |
2012-06-23 | Fix unpacking fiasco images (check for number of subsections). Now unpacking ... | Pali Rohár | 1 | -14/+21 |
2012-06-23 | Fix memory problems when unpacking fiasco images | Pali Rohár | 2 | -6/+17 |
2012-06-23 | Unpacking fiasco - added support for FW headers (FW name) | Pali Rohár | 1 | -10/+30 |
2012-06-23 | When identifing fiasco image, show all pieces | Pali Rohár | 1 | -1/+5 |
2012-06-23 | Added preview of new 0xFFFF arguments to main.c. This change will be needed t... | Pali Rohár | 1 | -0/+93 |
2012-06-23 | Fix creating fiasco images - added support for specifing device, hwrevs, vers... | Pali Rohár | 3 | -24/+146 |
2012-06-23 | Rename hwrev to hwrevs and fix unpacking fiasco images. hwrevs do not have to... | Pali Rohár | 2 | -14/+24 |
2012-06-23 | do_hash_file - align size for mmc images, append chars \xff (nokia flasher ne... | Pali Rohár | 4 | -4/+18 |
2012-06-23 | Prepair flash_image for specifing device and hw revisions | Pali Rohár | 4 | -6/+8 |