summaryrefslogtreecommitdiff
path: root/extra/usb_updater/usb_updater.c
Commit message (Expand)AuthorAgeFilesLines
* usb_updater: always reboot cr50 in the end of the updatestabilize-8872.70.Bstabilize-8872.6.Bstabilize-8872.40.Bstabilize-8872.15.Brelease-R55-8872.BVadim Bendebury2016-10-061-2/+2
* usb_updater: add missing help message sectionVadim Bendebury2016-10-061-0/+2
* usb_updater: option to report image versionsVadim Bendebury2016-08-261-2/+35
* usb_updater: move to protocol version 4Vadim Bendebury2016-08-261-61/+279
* usb_updater: host side support protocol version 3Vadim Bendebury2016-08-211-70/+241
* Change transfer_endpoint to transfer_descriptorVadim Bendebury2016-08-211-24/+24
* g: usb_updater: add command line option to allow updating the RO sectionVadim Bendebury2016-08-211-1/+7
* g: usb_updater: clean up update protocol handlingVadim Bendebury2016-08-211-30/+5
* usb_updater: refactor section transfer into a functionVadim Bendebury2016-08-161-61/+84
* usb_updater: use size_t for variables determining transfer sizeVadim Bendebury2016-08-151-9/+9
* Cr50: Tweak debug messages in extra/usb_updater/Bill Richardson2016-08-021-2/+13
* cr50: Modify USB updater to allow updates over /dev/tmp0 tooSimon Glass2016-07-151-23/+174
* usb_updater: retransmit upgrade blocks if target does not replyVadim Bendebury2016-05-021-25/+50
* g: introduce versioning and backwards compatibility of usb_upgradeVadim Bendebury2016-05-021-6/+59
* usb_updater: shut down on errors more gracefully and simplify APIsVadim Bendebury2016-05-021-55/+53
* Cr50: Update the USB VID:PID:subclass constantsBill Richardson2016-04-151-9/+16
* Cr50: Add userspace tool to update RW FW over USBBill Richardson2016-04-121-0/+455