summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-01-23cold-flash: Comment unused omap variablesPali Rohár1-0/+3
2016-01-23all: Code style fixesPali Rohár5-17/+17
2016-01-23all: Rename variable readed to sentPali Rohár3-29/+29
2016-01-23libusb-sniff: add libusb 1.0 supportSebastian Reichel1-0/+129
2016-01-23all: Switch to libusb-1.0Sebastian Reichel7-168/+170
2016-01-23libusb-sniff: Use POSIX.1-2003 workaround for dlsym() assignment which is com...Pali Rohár1-6/+6
2016-01-23libusb-sniff: avoid usb.h includeSebastian Reichel1-1/+3
2016-01-23libusb-sniff: add header for getenv()Sebastian Reichel1-0/+1
2016-01-13disk: dirent.h is required for DIRSebastian Reichel1-0/+1
2016-01-13all: free() is defined in stdlib.hSebastian Reichel2-0/+3
2016-01-10fiasco: Fix code for append device & hwrevs subsectionPali Rohár1-4/+5
2016-01-10image: Check for return value fo image_read() in image_type_from_data()Pali Rohár1-16/+17
2016-01-10main: Check for SW rel version lengthPali Rohár1-0/+7
2016-01-10fiasco: Remove wrong checks for 'name' and 'swver'Pali Rohár1-2/+2
2016-01-10all: Check for return value of lseekPali Rohár5-9/+47
2016-01-10fiasco: Fix memory leak for device_hwrevs_bufs variablePali Rohár1-21/+21
2016-01-10fiasco: In simulate mode do not close invalid not open fdPali Rohár1-1/+3
2016-01-10local: Call nanddump without -i paramPali Rohár1-2/+2
2015-06-24image: Fix condition for detecting devicePali Rohár1-1/+1
2015-06-24fiasco: Fix checking for header of next imagePali Rohár1-1/+1
2015-06-24mangen: Set build date externallyDhole2-2/+8
2015-01-15image: Fix detecting new ARM U-Boot imagesPali Rohár1-1/+1
2015-01-15all: Fix MEMMEM implementationPali Rohár1-1/+1
2014-11-26fiasco: Remove not reached codePali Rohár1-2/+0
2014-11-26local: Fix argument for mmap/munmapPali Rohár1-2/+2
2014-11-26all: Fix overflow in shift operatorsPali Rohár4-8/+8
2014-11-26Makefile: Now 0xFFFF is Posix compatible, enable -D_POSIX_C_SOURCE=200809LPali Rohár1-1/+1
2014-11-26cal: Enable Linux code only on LinuxPali Rohár1-4/+21
2014-11-26disk: Enable Linux code only on LinuxPali Rohár1-1/+41
2014-11-26local: Enable N900 code only for ARM and enable Linux code only on LinuxPali Rohár1-1/+16
2014-11-26mkii: Fix argument for usb_bulk_writePali Rohár1-1/+1
2014-11-26main: Add missing extern variables for getoptPali Rohár1-0/+3
2014-11-26all: Use internal MEMMEM instead gnu mememPali Rohár3-3/+16
2014-11-26nolo: Check for return buffer sizePali Rohár1-0/+6
2014-11-26all: Use nanosleep (via SLEEP) instead usleepPali Rohár4-10/+13
2014-11-26mkii: Update code with to reflect documentationPali Rohár1-22/+27
2014-11-26mkii: Fix mode informationPali Rohár1-1/+1
2014-11-26mkii: Fix mkii_reboot_devicePali Rohár1-2/+2
2014-11-26mkii: Fix mkii_get_hwrevPali Rohár1-1/+1
2014-11-21operations: Enable mkii_get_sw_verPali Rohár1-0/+2
2014-11-21mkii: Implement mkii_get_sw_verPali Rohár1-5/+15
2014-11-21operations: Check for supported image types in dev_flash_imagePali Rohár1-4/+9
2014-11-21usb-device: Difference between Update and PC Suite modePali Rohár1-3/+7
2014-11-21mkii: Check for Update and PC Suite modePali Rohár1-0/+7
2014-11-21mkii: Check for supported image typesPali Rohár1-0/+36
2014-11-21operations: Enable dumping mmc images via USB disk protocolPali Rohár1-1/+8
2014-11-21disk: Implement disk_dump_image()Pali Rohár1-5/+4
2014-11-21disk: Find emmc device in disk_init()Pali Rohár1-1/+88
2014-11-21usb-device: Add data info to struct usb_devicePali Rohár1-0/+1
2014-11-21disk: Ignore '.' and '..' when listing directoryPali Rohár1-0/+3