summaryrefslogtreecommitdiff
path: root/common/ccd_config.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ccd: require password to change or clear itVadim Bendebury2017-12-091-5/+15
* cr50: ccd: add vendor command to disable RMA modeVadim Bendebury2017-11-281-0/+69
* ccd: pass 'ccd password' execution through tpm task contextVadim Bendebury2017-10-271-7/+98
* rma: process proper auth codeVadim Bendebury2017-10-241-22/+1
* ccd_config: fix ccd_testlab print statementMary Ruthven2017-09-131-3/+3
* ccd_config: Clean up help and config.hRandall Spangler2017-09-091-28/+20
* cr50: Defragment codeRandall Spangler2017-09-091-1/+1
* ccd_config: Fix setting test lab modeRandall Spangler2017-09-061-4/+10
* ccd: Consolidate config commandsRandall Spangler2017-09-061-42/+95
* cr50: Consolidate CCD device enableRandall Spangler2017-09-061-7/+7
* ccd_config: Change test callback to highest priorityRandall Spangler2017-08-151-1/+1
* usb_i2c: Fail if board I2C bridge is disabledRandall Spangler2017-07-311-0/+1
* cr50: Disable CCD on board ID mismatchRandall Spangler2017-07-271-7/+36
* cr50: Preserve CCD state across deep sleepRandall Spangler2017-07-271-15/+12
* cr50: Add case closed debugging V1 configurationRandall Spangler2017-07-201-0/+1007