summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-12fiasco: Respect simulate flagPali Rohár1-8/+12
2012-08-12image: Fix image_missing_values_from_namePali Rohár1-2/+6
2012-08-12Remove IMAGE_OMAP_NAND type - it is 2ndPali Rohár2-2/+0
2012-08-12Added LD_PRELOAD library libusb-sniff for sniffing usb communicationPali Rohár1-0/+169
2012-08-11main: Check if some action was specifiedPali Rohár1-0/+34
2012-08-11Makefile: Remove duplicate flagsPali Rohár1-2/+2
2012-08-11image_read returns size_t, so 0 when error or end of filePali Rohár3-5/+6
2012-08-11printf-utils: Add newline when 100%Pali Rohár1-0/+1
2012-08-11main: Fix parse_image_arg, check if arg is filePali Rohár1-0/+12
2012-08-11image: Fix image_missing_values_from_namePali Rohár1-1/+1
2012-08-11image: Fix image_readPali Rohár1-4/+7
2012-08-11image: Detect ROMFS file as initfsPali Rohár1-0/+2
2012-08-11image: Fix aligning, now aligning is working againPali Rohár1-12/+15
2012-08-11main: Fix usb loopPali Rohár1-3/+19
2012-08-11usb-device: Fix usb_descriptor_info_print and Mk II namePali Rohár1-2/+2
2012-08-11main: Added support for booting into update modePali Rohár1-2/+2
2012-08-11nolo: Merge functions nolo_boot and nolo_boot_to_update_mode to nolo_boot_devicePali Rohár2-15/+19
2012-08-11nolo: Implement nolo_boot_to_update_modePali Rohár1-5/+11
2012-08-11usb-device: Show USB device descriptor infoPali Rohár1-1/+37
2012-08-11nolo: Implement setting and getting R&D flags, remove old codePali Rohár1-108/+120
2012-08-11main: Options -b -e -u working without argumentPali Rohár1-10/+63
2012-08-11Rewrite Makefile, move WITH_DEVICE, WITH_USB and WITH_SQUEUES to MakefilePali Rohár10-37/+36