summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* g: do not invoke signer with sudo unless it is necessaryVadim Bendebury2017-08-182-2/+2
* codesigner: accept the new command line optionVadim Bendebury2017-08-182-2/+6
* g: mitigate deep-sleep abortions when using USBVincent Palatin2017-08-181-1/+2
* cr50: ensure the hash sizes are correct in U2F codeVincent Palatin2017-08-181-5/+5
* cr50: add U2F supportVincent Palatin2017-08-185-0/+238
* Add U2F implementationVincent Palatin2017-08-185-0/+594
* cr50: update U2F transport to usb-internalVincent Palatin2017-08-171-5/+5
* g: add chip unique id generationVincent Palatin2017-08-171-0/+18
* cr50: add derivation functions using the key-ladderVincent Palatin2017-08-174-2/+112
* stm32: Add function to fetch unique idNicolas Boichat2017-08-172-1/+12
* g: allow to select the default USB PHY at startup.Vincent Palatin2017-08-172-1/+7
* g: fix build without CONFIG_RESTRICTED_CONSOLE_COMMANDSVincent Palatin2017-08-171-0/+5
* flash: ensure proper pstate alignmentVincent Palatin2017-08-172-2/+6
* spi: extend spi master API on STM32Vincent Palatin2017-08-172-6/+27
* Add option to adjust compiler optimization on RSAVincent Palatin2017-08-172-0/+11
* util: add constant-time memcmpVincent Palatin2017-08-172-0/+20
* cr50: implement an ASN.1 DER x.509 certificate builderVincent Palatin2017-08-172-3/+346
* cr50: change the power button handlingVincent Palatin2017-08-171-8/+18
* cr50: configure flash counterVincent Palatin2017-08-173-9/+16
* Add non-volatile flash counterVincent Palatin2017-08-174-0/+287
* cr50: make sure tpm reset in factory mode always happensVadim Bendebury2017-08-021-11/+17
* cr50: prepare to release RW 0.0.22Vadim Bendebury2017-07-252-2/+2
* cr50: provide chip factory mode supportVadim Bendebury2017-07-254-5/+43
* cr50: introduce means of detecting chip running in factory modeVadim Bendebury2017-07-253-0/+24
* cr50: modify tpm_endorse() error reporting logicVadim Bendebury2017-07-252-10/+30
* cr50: prepare to release version 0.0.21Vadim Bendebury2017-06-192-2/+2
* Cr50: usb_updater: add commands to get/set board idVadim Bendebury2017-06-191-3/+131
* cr50: usb_updater: do not send setup request unless necessaryVadim Bendebury2017-06-191-21/+26
* cr50: include more vendor commands into the USB setVadim Bendebury2017-06-191-1/+4
* cr50: usb_updater: add proper vendor command processingVadim Bendebury2017-06-191-39/+117
* cr50: usb_updater: include return codes into USB response payloadVadim Bendebury2017-06-192-18/+34
* cr50: usb_upgrade: allow responses lager than requestsVadim Bendebury2017-06-192-5/+22
* cr50: usb_upgrade: pass proper number of bytes to the vendor commandsVadim Bendebury2017-06-191-2/+5
* cr50: Add console and TPM vendor commands to get/set board IDPhilip Chen2017-06-196-10/+335
* usb_updater: when communicating over tpm treat upgrades differentlyv1.9308_24_B.0Vadim Bendebury2017-06-191-13/+34
* cr50: allow vendor command to turn update on even in prod imagesVadim Bendebury2017-05-231-1/+1
* cr50: prepare to release version 0.0.20Vadim Bendebury2017-05-232-2/+2
* 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
* cr50: use 2048 bit key for autosigned imagesVadim Bendebury2017-05-121-37/+25
* 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
* cr50: add a function to read TPM NVMEM locationsVadim Bendebury2017-03-242-0/+75
* g: add code to corrupt new header until further notice and move rw to 0.0.19Vadim Bendebury2017-03-244-18/+53
* usb_updater: separate image updates and resets, add restore image optionVadim Bendebury2017-03-241-62/+64
* cr50: add vendor command to restore corrupted headerVadim Bendebury2017-03-244-1/+145
* g: expose API to unlock secondary RO areaVadim Bendebury2017-03-243-16/+21
* usb_updater: stop supporting protocol versions below 5Vadim Bendebury2017-03-241-107/+47