summaryrefslogtreecommitdiffstats
path: root/src/cold-flash.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-25all: Fix delays for all operationsPali Rohár1-7/+7
2016-12-16all: Fix compilation when u_int*_t are not defined and used by usb.hPali Rohár1-2/+0
2016-12-07cold-flash: Increase timeout after leaving cold flash modePali Rohár1-1/+1
2016-12-06cold-flash: Show OMAP chip revisionPali Rohár1-7/+11
2016-12-06all: Revert libusb-1.0 supportPali Rohár1-38/+32
2016-02-21all: Fix usb endpoints after conversion to libusb 1.0Pali Rohár1-13/+11
2016-01-23cold-flash: Comment unused omap variablesPali Rohár1-0/+3
2016-01-23all: Code style fixesPali Rohár1-2/+2
2016-01-23all: Rename variable readed to sentPali Rohár1-17/+17
2016-01-23all: Switch to libusb-1.0Sebastian Reichel1-39/+46
2014-11-26all: Use nanosleep (via SLEEP) instead usleepPali Rohár1-8/+8
2014-11-18cold-flash: struct xloader_msg must be packedPali Rohár1-1/+1
2014-05-10all: Fix typo0.6Pali Rohár1-3/+3
2013-02-18cold-flash: accept also OMAP3630 in the ASIC IDAaro Koskinen1-3/+8
2013-02-18cold-flash: correct chip/soc nameAaro Koskinen1-2/+2
2012-11-21cold-flash: Decrease usleep time after leave_cold_flashPali Rohár1-1/+1
2012-09-23Added macro PRINTF_ERROR_RETURN which working with progressbarPali Rohár1-2/+2
2012-09-23cold-flash: Added function init_cold_flash, basic check if asic id is correctPali Rohár1-23/+59
2012-08-12cold-flash: Add all omap boot messagesPali Rohár1-0/+27
2012-08-11image_read returns size_t, so 0 when error or end of filePali Rohár1-3/+3
2012-08-11Rewrite Makefile, move WITH_DEVICE, WITH_USB and WITH_SQUEUES to MakefilePali Rohár1-1/+2
2012-08-11cold-flash: Rewrite error messages and return negative error values, -EAGAIN ...Pali Rohár1-78/+47
2012-08-10Move checking for flashing protocol from main to cold-flashPali Rohár1-0/+12
2012-08-10cold-flash: Use struct usb_device_infoPali Rohár1-8/+8
2012-08-09Rename usb_device to usb-device, fix includesPali Rohár1-0/+1
2012-08-08cold-flash: Remove usb_detach_kernel_driver_np and usb_claim_interface, now h...Pali Rohár1-18/+0
2012-08-08cold-flash: Fix usb_set_configuration and usb_claim_interface, Update informa...Pali Rohár1-11/+56
2012-08-08cold-flash: prepair cold-flash codePali Rohár1-108/+57
2012-06-23Cold Flasher - Remove duplicate usb code, prepair for flashing form fiasco im...Pali Rohár1-147/+95
2012-06-23Import my open source tool for Cold Flashing: cold-flasher-rx51.cPali Rohár1-0/+440