summaryrefslogtreecommitdiff
path: root/extra/usb_updater/usb_updater.c
Commit message (Expand)AuthorAgeFilesLines
* usb_updater: allow to communicate with cr50 using trunks_sendVadim Bendebury2017-09-141-12/+176
* usb_updater: fix transposed symbolic board ID representationVadim Bendebury2017-09-141-2/+5
* usb_updater: display board ID information from RW headersVadim Bendebury2017-09-141-0/+35
* usb_updater: allow symbolic Board IDsVadim Bendebury2017-09-141-10/+41
* Cr50: usb_updater: add commands to get/set board idVadim Bendebury2017-08-191-3/+131
* cr50: usb_updater: do not send setup request unless necessaryVadim Bendebury2017-08-191-21/+26
* cr50: usb_updater: add proper vendor command processingVadim Bendebury2017-08-191-39/+117
* usb_updater: when communicating over tpm treat upgrades differentlyv1.9308_25_B.0Vadim Bendebury2017-08-191-13/+34
* usb_updater: /dev/tmp0 -> /dev/tpm0Brian Norris2017-05-121-1/+1
* usb_updater: only run send_done on usb transfersMary Ruthven2017-05-121-1/+2
* usb_updater: do not filter out dev cr50 versionsVadim Bendebury2017-05-121-12/+6
* usb_updater: post a reset during upstart on old versionsMary Ruthven2017-04-071-4/+23
* usb_updater: fix --fwverMary Ruthven2017-04-061-0/+1
* usb_updater: fix -b optionMary Ruthven2017-04-061-1/+1
* usb_updater: separate image updates and resets, add restore image optionVadim Bendebury2017-03-241-62/+64
* usb_updater: stop supporting protocol versions below 5Vadim Bendebury2017-03-241-107/+47
* usb_updater: fix command line options descriptionVadim Bendebury2017-03-081-1/+2
* usb_updater: change command line option from --spi to --systemdevVadim Bendebury2017-03-021-19/+20
* g: usb_updater: fix option description and add post_resetVadim Bendebury2017-03-021-13/+20
* g: rate limit firmware updatesVadim Bendebury2017-03-021-1/+0
* usb_updater: initialize corrupt_inactive_rw before using itVadim Bendebury2016-12-201-1/+4
* usb_updater: add command to corrupt rwMary Ruthven2016-12-161-3/+33
* usb_updater: close connection when no data is transferredVadim Bendebury2016-12-011-0/+3
* usb_updater: protocol version 6 (vendor commands over usb)Vadim Bendebury2016-11-281-18/+141
* usb_updater: improve debugabilityVadim Bendebury2016-11-281-1/+8
* usb_updater: use proper TPM command code for vendor commandsVadim Bendebury2016-11-281-1/+4
* tpm: move extension and vendor command definitions into own fileVadim Bendebury2016-11-281-9/+8
* usb_updater: unify normal and error messagesVadim Bendebury2016-11-281-9/+9
* usb_updater: use same endian conversion functionsVadim Bendebury2016-11-281-5/+5
* extra/usb_updater: don't use uninitialize variablesAaron Durbin2016-10-271-1/+1
* usb_updater: report running H1 firmwareAaron Durbin2016-10-271-22/+40
* usb_updater: add command to reset CR50 when updating over SPIVadim Bendebury2016-10-081-7/+20
* g: Upgrade protocol returns the keyid for RO/RWBill Richardson2016-10-071-11/+23
* 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