summaryrefslogtreecommitdiff
path: root/common/ccd_config.c
Commit message (Expand)AuthorAgeFilesLines
* fix ChromiumOS authors and whitespace warningsMary Ruthven2022-09-131-1/+1
* ccd_config: add more options to why_deniedMary Ruthven2022-03-011-1/+2
* ccd_config: allow the option to restrict ccd in prepvt imagesMary Ruthven2022-03-011-2/+0
* ccd_config: save the config after setting the passwordMary Ruthven2022-02-121-1/+1
* ccd_config: treat ALT_IF commands the same as USB commandsMary Ruthven2022-02-121-5/+10
* ccd_config: add flag restricting ccd openMary Ruthven2021-11-181-0/+2
* cr50: provide public crypto API for HMAC/HASH with error reporting.Vadim Sukhomlinov2021-10-021-7/+17
* cr50: detangle public and internal APIs of FIPS moduleVadim Sukhomlinov2021-09-181-0/+1
* cr50: switch to using DRBG for key generation purposes.Vadim Sukhomlinov2021-09-171-4/+13
* 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-121-7/+6
* cr50: drop cryptoc for always_memset()stabilize-14149.B-cr50_stabVadim Sukhomlinov2021-08-101-1/+0
* add 'atboot' arg to rddkeepalivestabilize-13895.B-cr50_stabMary Ruthven2021-04-011-0/+1
* coil: cleanup commentsstabilize-rust-13720.B-cr50_stabMary Ruthven2021-01-111-1/+1
* printf: Convert %h to %phEvan Green2019-10-051-1/+1
* ec: Remove extraneous new line as the end of CPRINTS stringsNicolas Boichat2019-06-201-1/+1
* ccd: delay sleep while opening ccdMary Ruthven2019-04-271-0/+6
* ccd: make ccd open error more meaningfulMary Ruthven2019-04-191-2/+1
* cr50: use board_wipe_tpm to clear the tpmMary Ruthven2019-04-051-1/+1
* cr50: complete support of the new NVMEM structureVadim Bendebury2019-04-051-2/+2
* cr50: add command to override BATT_PRES_LMary Ruthven2019-04-031-3/+7
* cr50: CCD flags not read correctly on first factory bootKeith Short2019-03-061-4/+10
* cr50: Changes to support closed source EC factory modeKeith Short2019-01-081-0/+14
* cr50: CCD Info indicates whether all CCD capabilities are default.Namyoon Woo2018-10-111-1/+24
* cr50: minor code revision with macros regarding CCD capabilities.Namyoon Woo2018-10-111-5/+11
* rma: when processing 'RMA open' do not reboot the deviceVadim Bendebury2018-10-041-0/+1
* cr50: add more ccd open capabilitiesMary Ruthven2018-08-291-5/+6
* ccd_config: add flag restricting ccd openMary Ruthven2018-08-251-0/+2
* cr50: fix in handling VENDOR_RC_IN_PROGRESS when open ccd.Namyoon Woo2018-08-131-3/+3
* cr50: add command for factory resetMary Ruthven2018-05-311-0/+5
* cr50: refactor rma mode into factory modeMary Ruthven2018-05-301-17/+17
* cr50: add support for enabling factory mode on bootMary Ruthven2018-05-301-2/+1
* ccd_config: Simplify open and passwordRandall Spangler2018-05-251-108/+41
* ccd_config: Ccd vendor command takes params structRandall Spangler2018-05-251-120/+92
* cr50: tpm_alt_extension() specifies command origin is USBRandall Spangler2018-05-231-42/+29
* cr50: Add check for developer modeRandall Spangler2018-05-181-0/+4
* cr50: add vendor CCD subcommand to report CCD informationVadim Bendebury2018-04-101-53/+55
* cr50: include GscFullConsole in rma openMary Ruthven2018-03-011-10/+1
* cr50: Add SPI hashing commandRandall Spangler2018-02-081-0/+1
* rma: enable WP on RMA disableVadim Bendebury2018-02-081-0/+13
* ccd: fix scan-admin warningsVadim Bendebury2018-02-011-3/+5
* ccd: add distinct return code to indicate that password is requiredVadim Bendebury2018-01-121-2/+2
* ccd: use async TPM reset where requiredVadim Bendebury2018-01-121-7/+27
* ccd: 'pp polling' vendor command optionVadim Bendebury2018-01-121-0/+69
* ccd: do not allow 'unlock' from console unless password is setVadim Bendebury2018-01-121-1/+6
* ccd: add 'in progress' return valueVadim Bendebury2018-01-121-7/+12
* ccd: refactor to allow clear indication of CCD command being in progressVadim Bendebury2018-01-121-1/+13
* cr50: pass essential ccd commands through tpm task contextVadim Bendebury2018-01-111-71/+137
* ccd: Refactor routing CCD commands through TPM taskVadim Bendebury2018-01-101-17/+32
* ccd: prepare for handling crucial CCD commands through TPM task contextVadim Bendebury2018-01-101-20/+74
* ccd: restrict password setting to allowed statesVadim Bendebury2017-12-111-4/+106