summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-09-23Remove WITH_ definesPali Rohár2-16/+1
2012-09-23main: Rewrite to use operations.hPali Rohár1-169/+114
2012-09-23operations: Added operations file for wrapping all device operationsPali Rohár3-1/+561
2012-09-23cold-flash: Added function init_cold_flash, basic check if asic id is correctPali Rohár2-23/+62
2012-09-23device: Fix compile errorPali Rohár1-0/+2
2012-09-23usb-device: Added usb_switch_to_ functionsPali Rohár2-0/+47
2012-09-23nolo: In nolo_init check if device match to usb device, remove detected_ prefixPali Rohár1-2/+16
2012-09-23main: detected_ prefix was removedPali Rohár1-8/+11
2012-09-23usb-device: Check for USB product string if device match, remove detected_ pr...Pali Rohár2-6/+34
2012-09-23nolo: Fixed nolo_get_stringPali Rohár1-1/+4
2012-09-23usb-device: Fix serial number stringPali Rohár1-2/+7
2012-09-23nolo_get_hwrev and nolo_set_hwrev - use int16_tPali Rohár3-11/+20
2012-09-23nolo: nolo_boot_device - cmdline is constPali Rohár2-3/+3
2012-09-23image: Added mmc detectionPali Rohár1-0/+5
2012-09-23usb-device: If usb_claim_interface fail, exit programPali Rohár1-1/+1
2012-09-23libusb-sniff: Fix usb_control_msg logPali Rohár1-1/+13
2012-09-23nolo: Fix cmt info and implement nolo_set_hwrevPali Rohár1-182/+13
2012-09-23nolo: Implemented nolo_set_sw_verPali Rohár1-2/+36
2012-09-22nolo: Fix nolo_send_imagePali Rohár1-2/+4
2012-09-22usb-device: fix usb device serial number stringPali Rohár1-0/+1
2012-09-22Fix compilation on 32bit systemPali Rohár4-8/+8
2012-09-22nolo: Show progressbar and wait when flashing cmtPali Rohár1-1/+66
2012-09-22nolo: Implement loading and flashing imagesPali Rohár1-5/+214
2012-09-22nolo: Implement nolo_set_string and nolo_get_stringPali Rohár1-13/+34
2012-09-22hwrev is int16_tPali Rohár3-8/+6
2012-09-22device: fix hwrev_is_validPali Rohár1-0/+6
2012-09-22main: update filteringPali Rohár1-10/+16
2012-09-22Fix generating fiasco imagesPali Rohár2-2/+2
2012-09-22fiasco: Fix fiasco_write_to_filePali Rohár1-8/+6
2012-09-22device: Fix device_list_alloc_to_bufsPali Rohár1-4/+12
2012-09-22device: Fix hwrevs_alloc_from_stringPali Rohár1-0/+1
2012-09-22image: Fix autoidentify imagesPali Rohár1-2/+2
2012-09-22fiasco: Use image_listPali Rohár1-42/+16
2012-09-22main: Use image_listPali Rohár1-3/+13
2012-09-22image: Implement image_hwrev_is_validPali Rohár2-16/+7
2012-09-22device: Rename function to hwrev_is_validPali Rohár2-2/+2
2012-09-22image: Use device_listPali Rohár2-28/+70
2012-09-22device: Fix device_list_alloc_to_bufsPali Rohár2-33/+72
2012-09-22device: Implement hwrevs as array of int16_tPali Rohár3-0/+218
2012-09-22main: Added support for loading and flashing imagesPali Rohár1-3/+78
2012-09-22main: Fixed infinite loopsPali Rohár1-4/+4
2012-09-22libusb-sniff: Disable printing output of libusb function if env USBSNIFF_SKIP...Pali Rohár1-19/+32
2012-08-27image: Do not verify image types and devices if noverify was specifiedPali Rohár1-2/+2
2012-08-24main: Update help for 80 chars terminalsPali Rohár1-6/+7
2012-08-24main: Fix error messagePali Rohár1-1/+1
2012-08-24image: Check if specified image type and device are correctPali Rohár1-7/+34
2012-08-24image: Fix image detection, detect kernel by magic number and U-Boot by arm b...Pali Rohár1-9/+9
2012-08-13fiasco: Fixed compile warningsPali Rohár1-3/+3
2012-08-12cold-flash: Add all omap boot messagesPali Rohár1-0/+27
2012-08-12nolo: Respect simulate flagPali Rohár1-0/+9