summaryrefslogtreecommitdiff
path: root/chip/g
Commit message (Expand)AuthorAgeFilesLines
* cr50: change OWNERS to cr50 team membersMary Ruthven2019-12-101-1/+0
* chip/host: Avoid concurrent recipes of libcryptoc.astabilize-12748.B-cr50_stabYicheng Li2019-12-062-16/+3
* g: update rollback info map for both RO and RW sectionsVadim Bendebury2019-12-061-10/+19
* g: display both RO and RW info map statusVadim Bendebury2019-12-061-25/+36
* g: Add support for 192 and 256 bit AES-GCM in DCRYPTO_gcm_initVadim Sukhomlinov2019-12-062-5/+5
* cr50: switch to new dev keyVadim Bendebury2019-11-211-1/+1
* cr50: remove flash nonvolatile counter spaceVadim Bendebury2019-11-211-1/+1
* cr50: Add support for ACVP tests of HMAC SHA-256 DRBGVadim Sukhomlinov2019-11-211-0/+117
* cr50: Add TRNG_TEST command to download entropy samples for NIST testsVadim Sukhomlinov2019-11-191-0/+36
* Add OWNERS for Cr50 specific directoriesVadim Bendebury2019-11-161-0/+1
* g: board_id: allow setting bid type if only flags are setMary Ruthven2019-11-071-13/+17
* g: bid: show type is empty instead of an errorMary Ruthven2019-11-071-1/+1
* sn_bits: allow setting serial number if BID type is blankMary Ruthven2019-11-073-3/+12
* board_id: change the vc to allow setting only flagsMary Ruthven2019-11-071-1/+4
* board_id: ignore erased bid type when checking headersMary Ruthven2019-11-072-12/+28
* board_id: clean up/enhancementsMary Ruthven2019-11-071-5/+6
* sn_bits: use board_id_is_blankMary Ruthven2019-11-071-1/+1
* Cleanup: Correct GPIO alternate function parameterVijay Hiremath2019-11-011-1/+2
* main: Initialize I2C pretty earlyAlexandru M Stan2019-10-241-0/+9
* Delay uart_init() done to after pinhold is disengaged.Pai Peng2019-10-211-4/+17
* cr50: Fix building with CRYPTO_TEST=1Vadim Sukhomlinov2019-10-171-1/+1
* Zero data toggles on endpointis when appropriate.Barry Twycross2019-10-091-15/+53
* Remove uses of %lEvan Green2019-10-053-4/+4
* printf: Enable compile-time format checkingEvan Green2019-10-051-0/+1
* printf: Fix formatting errorsEvan Green2019-10-052-3/+4
* printf: Convert %h to %phEvan Green2019-10-055-12/+12
* printf: Fix up %p to %pPEvan Green2019-10-053-3/+3
* g: avoid locked up flash after denied operationVadim Bendebury2019-09-271-0/+2
* g: re-implement usb console with usb-stream configuration.Namyoon Woo2019-09-192-1/+11
* g: fix typoMarius Schilder2019-09-181-1/+1
* g: allow I2CS operate without hardware resetsVadim Bendebury2019-09-051-15/+23
* g: fix UART TX done logicVadim Bendebury2019-09-031-15/+3
* cr50: added references to FIPS / NIST standards to cryptographic functionsVadim Sukhomlinov2019-08-294-22/+109
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-08-265-17/+19
* g: corrected division algorithm in DCRYPTO_bn_divVadim Sukhomlinov2019-08-231-0/+1
* g: add vendor cmd to get/set the endorsement seedMary Ruthven2019-08-131-1/+64
* cr50: use dedicated region for info1 accessesVadim Bendebury2019-08-105-103/+16
* g: Make DMEM word writes explicitLouis Collard2019-08-091-85/+104
* g: refactor pinmux state printing functionVadim Bendebury2019-08-021-10/+20
* g: add flash log entry for dcrypto failuresstabilize-12386.BVadim Bendebury2019-07-311-5/+13
* common/system: refactor some confusing ifdefsJack Rosenthal2019-07-311-0/+3
* g: Force word writes for k during ECDSA signLouis Collard2019-07-311-4/+13
* g: reset and wipe dcrypto engine after timeout.Marius Schilder2019-07-291-22/+203
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-7/+7
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-13/+10
* cr50: provide separate environment variable to enable crypto testsVadim Bendebury2019-07-171-4/+0
* g: avoid CERT_28Marius Schilder2019-06-271-19/+1
* g: try batching USB stream data under heavy loadVadim Bendebury2019-06-272-55/+143
* g: set up USB TX in USB endpoint interrupt handlerNamyoon Woo2019-06-272-25/+36
* g: make uart run fasterVadim Bendebury2019-06-241-14/+17