summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* board_space: use a macro to define info space sizesMary Ruthven2023-04-141-4/+7
* virtual_nvmem: add virtual nvmem factory_config supportMary Ruthven2023-04-142-1/+8
* cr50: add a factory config spaceMary Ruthven2023-04-144-0/+193
* upgrade_fw: do not accept headers smaller than a flash pageVadim Bendebury2023-03-071-0/+6
* rddkeepalive: return EC_ERROR_ACCESS_DENIED if the console is lockedMary Ruthven2022-11-071-1/+3
* alerts: ignore RTC_DEAD alertsstabilize-15208.B-cr50_stabstabilize-15207.B-cr50_stabfirmware-nissa-15217.B-cr50_stabfirmware-nissa-15217.45.B-cr50_stabfirmware-nissa-15217.126.B-cr50_stabfactory-trogdor-15210.B-cr50_stabfactory-corsola-15197.B-cr50_stabfactory-corsola-15196.B-cr50_stabMary Ruthven2022-10-171-1/+9
* rdd: fix rddkeepalive disableMary Ruthven2022-09-141-0/+6
* fix ChromiumOS authors and whitespace warningsMary Ruthven2022-09-13128-130/+128
* scribe: fix build failuresVadim Bendebury2022-05-271-1/+6
* rbox: use PWRB_IN to check power button stateMary Ruthven2022-04-271-1/+1
* gpio: add gpio flags to disable sleepMary Ruthven2022-04-271-0/+44
* ap_state: add device state infoMary Ruthven2022-04-252-0/+8
* H1_RED_BOARD: add `idle d` commandMary Ruthven2022-01-071-0/+8
* coil: replace non-inclusive terms with "placeholder"Mary Ruthven2021-11-196-8/+10
* coil: replace non-inclusive terms with "validity"Mary Ruthven2021-11-192-3/+3
* g/build.mk: replace coil termsMary Ruthven2021-11-191-2/+2
* Revert "gpio: extend flags size to accommodate GPIO_ flags"Mary Ruthven2021-11-182-2/+2
* Revert "Add OTP support"Mary Ruthven2021-11-181-1/+1
* Revert "common/system: refactor some confusing ifdefs"Mary Ruthven2021-11-181-3/+0
* Revert "Cleanup: Correct GPIO alternate function parameter"Mary Ruthven2021-11-182-3/+2
* remove lm4Mary Ruthven2021-11-1022-6120/+0
* cr50: usb_pdu_valid should check if crypto is allowed before checkVadim Sukhomlinov2021-11-101-7/+7
* ap_ro_verification: do not fail if verification is not supportedstabilize-14312.B-cr50_stabVadim Bendebury2021-10-251-7/+16
* board_id: fix an incorrect offset calculationVadim Bendebury2021-10-211-2/+1
* usb_spi_v2: read full PDU into a bufferVadim Bendebury2021-10-193-35/+164
* i2cp: reduce the number of i2c flog errorsMary Ruthven2021-10-151-0/+8
* i2cp: remove FE_TPM_I2C_ERROR logMary Ruthven2021-10-131-4/+0
* Reland "cr50_fuzz: Add fuzzer for u2f commands"Howard Yang2021-10-131-1/+1
* Revert "cr50_fuzz: Add fuzzer for u2f commands"Vadim Bendebury2021-10-071-1/+1
* cr50_fuzz: Add fuzzer for u2f commandsstabilize-ambassador-14268.43.B-cr50_stabstabilize-14268.67.B-cr50_stabstabilize-14268.52.B-cr50_stabstabilize-14268.51.B-cr50_stabrelease-R96-14268.B-cr50_stabHoward Yang2021-10-071-1/+1
* cr50: Update AES public APIsfactory-ambassador-14265.B-cr50_stabVadim Sukhomlinov2021-10-051-5/+6
* cr50: provide public crypto API for HMAC/HASH with error reporting.Vadim Sukhomlinov2021-10-023-2/+22
* cr50: detangle RO and RW build settingsVadim Sukhomlinov2021-10-012-3/+5
* chip/g: fix gcc 11.2 build issuesVadim Sukhomlinov2021-10-011-0/+3
* cr50: refactor HMAC_DRBG to simplify reseeding and initialization logicstabilize-14249.B-cr50_stabVadim Sukhomlinov2021-09-281-0/+6
* cr50: remove unused and empty struct APPKEY_CTX from APIsVadim Sukhomlinov2021-09-171-3/+2
* cr50: switch to using DRBG for key generation purposes.Vadim Sukhomlinov2021-09-171-0/+7
* cr50: consolidate FIPS module sources under board/cr50/dcryptoVadim Sukhomlinov2021-09-101-1/+1
* u2f: refactoring to split command processing and cryptoVadim Sukhomlinov2021-09-021-0/+3
* cr50: merge crypto_enabled() and fips_crypto_allowed()Vadim Sukhomlinov2021-08-311-1/+0
* Revert "u2f: refactoring to split command processing and crypto"stabilize-14179.B-cr50_stabstabilize-14178.B-cr50_stabDavid Stevens2021-08-251-3/+0
* u2f: refactoring to split command processing and cryptoVadim Sukhomlinov2021-08-241-0/+3
* cr50: final touches to remove cryptoc dependencystabilize-14163.B-cr50_stabVadim Sukhomlinov2021-08-163-3/+3
* cr50: drop cryptoc for SHA1/SHA2 supportstabilize-14150.882.B-cr50_stabstabilize-14150.881.B-cr50_stabstabilize-14150.74.B-cr50_stabstabilize-14150.734.B-cr50_stabstabilize-14150.64.B-cr50_stabstabilize-14150.43.B-cr50_stabstabilize-14150.376.B-cr50_stabrelease-R94-14150.B-cr50_stabrelease-R94-14150.49.B-cr50_stabVadim Sukhomlinov2021-08-124-16/+38
* usb_spi: move to Raiden V2 implementationVadim Bendebury2021-08-024-6/+730
* g: spi_controller: add the subtransaction capabilityVadim Bendebury2021-06-291-13/+29
* cr50: use board/cr50/dcryptoMary Ruthven2021-06-281-0/+1
* usb_spi: prevent potential loss of upstream trafficVadim Bendebury2021-06-181-0/+9
* hmac_drbg: increase output sizeMary Ruthven2021-06-091-1/+1
* make: fix awk complaintstabilize-14023.B-cr50_stabVadim Bendebury2021-06-041-1/+1