summaryrefslogtreecommitdiff
path: root/extra
Commit message (Expand)AuthorAgeFilesLines
* usb_updater: fix -b optionMary Ruthven2017-03-311-1/+1
* usb_updater: separate image updates and resets, add restore image optionVadim Bendebury2017-03-221-62/+64
* usb_updater: stop supporting protocol versions below 5Vadim Bendebury2017-03-211-107/+47
* usb_updater: fix command line options descriptionVadim Bendebury2017-03-021-1/+2
* usb_updater: change command line option from --spi to --systemdevVadim Bendebury2017-02-281-19/+20
* g: usb_updater: fix option description and add post_resetVadim Bendebury2017-02-261-13/+20
* g: rate limit firmware updatesVadim Bendebury2017-02-221-1/+0
* Revert "servo_v4: Remove PSTATE to create more space in RO"Nick Sanders2016-12-291-1/+2
* servo_v4: Remove PSTATE to create more space in ROScott2016-12-201-2/+1
* 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
* sweetberry: add power logging toolNick Sanders2016-12-1610-0/+803
* 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_gpio: fix misspelled variable nameMartin Roth2016-11-151-9/+9
* usb_serial: add python consoleNick Sanders2016-11-081-0/+287
* usb_update: increase read timout for fw_update.pyNick Sanders2016-11-011-1/+1
* 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
* 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
* usb_updater: allow to define target environmentVadim Bendebury2016-06-161-3/+5
* USB Serial: Add README and update CCD docsAnton Staaf2016-06-151-0/+4
* USB Serial: Add fallback rule and scriptAnton Staaf2016-06-153-7/+114
* USB Serial: Add simple install scriptAnton Staaf2016-05-251-0/+19
* usb_serial: ignore make byproductsVadim Bendebury2016-05-241-0/+12
* 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