summaryrefslogtreecommitdiff
path: root/chip/g/usb_upgrade.c
Commit message (Expand)AuthorAgeFilesLines
* cr50: pass params to vendor commands as structRandall Spangler2018-05-231-64/+53
* cr50: Refactor tracking vendor command originRandall Spangler2018-05-221-0/+29
* consumer: Remove flush operationNicolas Boichat2017-12-181-5/+0
* cr50: usb_upgrade: allow responses lager than requestsVadim Bendebury2017-06-061-5/+20
* cr50: usb_upgrade: pass proper number of bytes to the vendor commandsVadim Bendebury2017-06-021-2/+5
* g: extension: Add a whitelist for vendor commands.Aseda Aboagye2017-02-181-5/+5
* cr50: do not invoke fw_upgrade_complete() if there was no data transferVadim Bendebury2016-12-241-2/+19
* usb_updater: protocol version 6 (vendor commands over usb)Vadim Bendebury2016-11-281-13/+64
* usb_updater: improve debugabilityVadim Bendebury2016-11-281-0/+2
* g: fix reboot request posting bugVadim Bendebury2016-11-181-0/+1
* chip/g to chip/lm4: fix more misspellings in commentsMartin Roth2016-11-151-2/+2
* cr50: provide means of posting reboot requestVadim Bendebury2016-10-081-6/+4
* g: clear reset_counter after updateMary Ruthven2016-09-021-0/+1
* g: implement firmware upgrade protocol version 3Vadim Bendebury2016-08-221-39/+44
* usb_updater: host side support protocol version 3Vadim Bendebury2016-08-211-29/+29
* g: usb_updater: clean up update protocol handlingVadim Bendebury2016-08-211-51/+21
* g: enhance upgrade protocol to allow upgrade block restartsVadim Bendebury2016-05-021-3/+38
* g: verify that first message of each upgrade block is rightVadim Bendebury2016-05-021-11/+13
* g: upgrade - improve verification of the first upgrade messageVadim Bendebury2016-05-021-6/+35
* g: introduce versioning and backwards compatibility of usb_upgradeVadim Bendebury2016-05-021-4/+33
* g: fix debug messages not to include two newlinesVadim Bendebury2016-05-021-6/+6
* g: recover from usb_upgrade interruptionsVadim Bendebury2016-05-021-1/+27
* Cr50: Update the USB VID:PID:subclass constantsBill Richardson2016-04-151-3/+2
* Cr50: New usb_upgrade module for RW updatesBill Richardson2016-04-121-0/+230