summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
...
* dcrypto/hmac: another fix for HMAC SHA256 computeVadim Sukhomlinov2021-02-251-1/+1
* dcrypto/hmac: fix HMAC-SHA256 computationVadim Sukhomlinov2021-02-252-14/+19
* g: Make DMEM word writes explicitLouis Collard2021-02-251-85/+104
* g: add flash log entry for dcrypto failuresVadim Bendebury2021-02-251-5/+13
* g: Force word writes for k during ECDSA signLouis Collard2021-02-251-4/+13
* g: reset and wipe dcrypto engine after timeout.Marius Schilder2021-02-251-22/+203
* Revert "trng: change TRNG_EMPTY_COUNT to 0x7ff"Mary Ruthven2021-02-241-5/+4
* trng: change TRNG_EMPTY_COUNT to 0x7ffMary Ruthven2021-02-231-4/+5
* usb_spi: add support for custom SYS_RST and EC_RST setupMary Ruthven2020-08-111-10/+11
* system: make sure CR50_DEV images will not update info mapVadim Bendebury2020-08-111-0/+25
* trng: adjust TRNG timeout to reduce TRNG resetsVadim Sukhomlinov2020-08-111-2/+2
* cr50: use NIST-compliant configuration of TRNGVadim Sukhomlinov2020-08-111-69/+134
* hmac_drbg: define error codes, add parameter checkVadim Sukhomlinov2020-08-112-14/+21
* Unify #! use in python scriptsStefan Reinauer2020-08-111-1/+1
* Introduce BOARD_CFG_LONG_INT_AP_BIT in TPM_BOARD_CFG registerNamyoon Woo2020-06-241-8/+1
* Introduce TPM_BOARD_CFG registerNamyoon Woo2020-06-241-0/+1
* Use a long pulse of INT_AP_L for SPSNamyoon Woo2020-06-241-8/+49
* close RO window after useVadim Bendebury2020-06-244-8/+35
* Plug in the AP RO verification implementationVadim Bendebury2020-06-242-1/+13
* Add AP RO integrity check implementation.Vadim Bendebury2020-06-242-2/+9
* board_id: refactor to expose function checking INFO1 board ID spaceVadim Bendebury2020-06-242-0/+27
* usb_spi: refactor to allow use in different contextsVadim Bendebury2020-06-242-4/+10
* crypto_api: use const voidVadim Bendebury2020-06-244-12/+11
* sps: do not generate AP_INT_L pulse until controller is readyVadim Bendebury2020-05-211-19/+32
* Revert "step back to 0.3.26 state"Mary Ruthven2020-05-2115-217/+337
* idle: reduce set of idle command actionsMary Ruthven2020-05-081-9/+7
* step back to 0.3.26 stateVadim Bendebury2020-05-0815-337/+217
* prevent EC UART TX channel lockup caused by EFS introductionNamyoon Woo2020-04-241-22/+31
* g: add CONFIG_USB_CONSOLE_DEFAULT_DISABLEDMarius Schilder2020-04-241-6/+11
* remove CONFIG_USB_HID_KEYBOARD and CONFIG_USB_UPDATENamyoon Woo2020-04-242-160/+0
* introducing an unittest of EC-EFSNamyoon Woo2020-04-246-19/+142
* EC-CR50 communicationNamyoon Woo2020-04-242-10/+26
* restructure EC-EFS moduleNamyoon Woo2020-04-241-0/+3
* control EC USB-UART bridgeNamyoon Woo2020-04-242-7/+62
* use gpio_set_wakepin() to enable or disable wake pinsNamyoon Woo2020-04-241-4/+2
* make DIOB3 interruptible and wakable for EC-EFS2Namyoon Woo2020-04-241-0/+16
* g: add gpio_set_wakepin() to configure wake pinsMary Ruthven2020-04-241-19/+80
* revise the uart tx connect/disconnect functionsNamyoon Woo2020-04-241-6/+0
* extend INT_AP_L pulseNamyoon Woo2020-01-282-0/+19
* drop chip factory mode supportVadim Bendebury2020-01-281-3/+0
* g: update rollback info map for both RO and RW sectionsVadim Bendebury2020-01-281-10/+19
* g: display both RO and RW info map statusVadim Bendebury2020-01-281-25/+36
* g: Add support for 192 and 256 bit AES-GCM in DCRYPTO_gcm_initVadim Sukhomlinov2020-01-282-5/+5
* cr50: remove flash nonvolatile counter spaceVadim Bendebury2020-01-281-1/+1
* cr50: Add support for ACVP tests of HMAC SHA-256 DRBGVadim Sukhomlinov2020-01-281-0/+117
* cr50: Add TRNG_TEST command to download entropy samples for NIST testsVadim Sukhomlinov2020-01-281-0/+36
* g: remove eraseflashinfoMary Ruthven2019-12-101-61/+0
* g: board_id: allow setting bid type if only flags are setMary Ruthven2019-12-101-13/+17
* g: bid: show type is empty instead of an errorMary Ruthven2019-12-101-1/+1
* sn_bits: allow setting serial number if BID type is blankMary Ruthven2019-12-103-3/+12