summaryrefslogtreecommitdiff
path: root/extra
Commit message (Expand)AuthorAgeFilesLines
* gsctool: fast forward to cros/factory-coral-10122.BHenry Sun2020-05-2715-25/+4602
* usb_updater: fix transposed symbolic board ID representationVadim Bendebury2018-03-131-2/+5
* usb_updater: display board ID information from RW headersVadim Bendebury2018-03-131-0/+35
* usb_updater: allow symbolic Board IDsVadim Bendebury2018-03-131-10/+41
* Cr50: usb_updater: add commands to get/set board idVadim Bendebury2018-03-131-3/+131
* cr50: usb_updater: do not send setup request unless necessaryVadim Bendebury2018-03-131-21/+26
* cr50: usb_updater: add proper vendor command processingVadim Bendebury2018-03-131-39/+117
* usb_updater: when communicating over tpm treat upgrades differentlyVadim Bendebury2018-03-131-13/+34
* usb_updater: do not filter out dev cr50 versionsVadim Bendebury2018-03-131-12/+6
* usb_updater: post a reset during upstart on old versionsMary Ruthven2018-03-131-4/+23
* usb_updater: /dev/tmp0 -> /dev/tpm0Brian Norris2018-03-131-1/+1
* usb_updater: only run send_done on usb transfersMary Ruthven2018-03-131-1/+2
* usb_updater: fix --fwverMary Ruthven2018-03-131-0/+1
* usb_updater: fix -b optionMary Ruthven2018-03-131-1/+1
* usb_updater: separate image updates and resets, add restore image optionVadim Bendebury2018-03-131-62/+64
* usb_updater: stop supporting protocol versions below 5Vadim Bendebury2018-03-131-107/+47
* usb_updater: fix command line options descriptionVadim Bendebury2018-03-131-1/+2
* usb_updater: change command line option from --spi to --systemdevVadim Bendebury2018-03-131-19/+20
* g: usb_updater: fix option description and add post_resetVadim Bendebury2018-03-131-13/+20
* g: rate limit firmware updatesVadim Bendebury2018-03-131-1/+0
* usb_update: increase read timout for fw_update.pyNick Sanders2017-01-271-1/+1
* usb_updater: initialize corrupt_inactive_rw before using itVadim Bendebury2016-12-251-1/+4
* usb_updater: add command to corrupt rwMary Ruthven2016-12-251-3/+33
* usb_updater: close connection when no data is transferredVadim Bendebury2016-12-251-0/+3
* usb_updater: protocol version 6 (vendor commands over usb)Vadim Bendebury2016-12-251-18/+141
* usb_updater: improve debugabilityVadim Bendebury2016-12-251-1/+8
* usb_updater: use proper TPM command code for vendor commandsVadim Bendebury2016-12-251-1/+4
* tpm: move extension and vendor command definitions into own fileVadim Bendebury2016-12-251-9/+8
* usb_updater: unify normal and error messagesVadim Bendebury2016-12-251-9/+9
* usb_updater: use same endian conversion functionsVadim Bendebury2016-12-251-5/+5
* extra/usb_updater: don't use uninitialize variablesAaron Durbin2016-11-241-1/+1
* usb_updater: report running H1 firmwareAaron Durbin2016-11-241-22/+40
* usb_updater: add command to reset CR50 when updating over SPIVadim Bendebury2016-11-241-7/+20
* g: Upgrade protocol returns the keyid for RO/RWBill Richardson2016-11-241-11/+23
* usb_updater: always reboot cr50 in the end of the updateVadim Bendebury2016-11-241-2/+2
* usb_updater: add missing help message sectionVadim Bendebury2016-11-241-0/+2
* sweetberry: add usb fw updateNick Sanders2016-09-021-0/+14
* 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: allow to build for gdb debuggingVadim Bendebury2016-08-241-2/+7
* 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
* servo_v4: add python firmware update scriptNick Sanders2016-07-213-0/+446
* extra: usb_serial: correct doc pointerBrian Norris2016-07-151-1/+1
* cr50: Modify USB updater to allow updates over /dev/tmp0 tooSimon Glass2016-07-151-23/+174