summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-11-20Change dump_image APIPali Rohár4-7/+7
2012-11-20image: Fix function image_missing_values_from_namePali Rohár1-0/+3
2012-11-19Makefile: Remove CFLAGS unsupported by old gccPali Rohár1-1/+1
2012-11-15operations: Added support for Mk II and RAW disk modePali Rohár1-22/+79
2012-11-15usb-device: Added support for Mk IIPali Rohár1-2/+10
2012-11-15Makefile: Add mkii.o and disk.oPali Rohár1-1/+1
2012-11-15main: In help show also supported connection protocolsPali Rohár1-2/+9
2012-11-15usb-device: Add FLASH_COUNTPali Rohár1-0/+1
2012-11-15Added template for USB RAW disk modePali Rohár2-0/+80
2012-11-15Added template for Mk II flashing protocolPali Rohár2-0/+176
2012-11-15operations: Remove network connection methodPali Rohár2-4/+0
2012-11-15operations: Added support for local devicePali Rohár2-2/+69
2012-11-15Added code for local on device operationsPali Rohár2-0/+379
2012-09-23Added macro PRINTF_ERROR_RETURN which working with progressbarPali Rohár3-5/+8
2012-09-23main: Fix loading imagesPali Rohár1-2/+2
2012-09-23main: Set swver from fiasco imagePali Rohár1-0/+5
2012-09-23main: Fix '-x' optionPali Rohár1-3/+11
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