summaryrefslogtreecommitdiff
path: root/board/cr50/wp.c
Commit message (Expand)AuthorAgeFilesLines
* VENDOR_CC_WP: allow to enable write protection (WP)Vadim Bendebury2020-04-141-1/+10
* capitalize enum tpm_read_rv and tpm_write_rvstabilize-volteer-12931.B-cr50_stabNamyoon Woo2020-02-221-4/+4
* cr50: add support for FIPS mode flag in FWMPVadim Sukhomlinov2019-12-061-2/+16
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-08-261-1/+2
* ec: Remove extraneous new line as the end of CPRINTS stringsNicolas Boichat2019-06-201-2/+2
* cr50: use board_wipe_tpm to clear the tpmMary Ruthven2019-04-051-16/+29
* cr50: add command to override BATT_PRES_LMary Ruthven2019-04-031-9/+85
* cr50: add board_forcing_wp to get force wp stateMary Ruthven2019-03-261-5/+12
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-1/+1
* cr50: Rename tpm_nvmem_read to tpm_nvmem_opsLouis Collard2018-11-021-1/+1
* cr50: Add commands to get/set serial number bits.Louis Collard2018-09-051-4/+4
* cr50: implement _plat__ShallSurviveOwnerClearAndrey Pronin2018-08-071-2/+1
* cr50: add vendor command to get wp settingMary Ruthven2018-06-071-0/+29
* cr50: Add check for developer modeRandall Spangler2018-05-181-1/+29
* rma: enable WP on RMA disableVadim Bendebury2018-02-081-6/+13
* cr50: do not cache FWMP contentsVadim Bendebury2017-12-081-26/+12
* tpm: let the caller of TPM reset decide if the EC needs to be reset tooVadim Bendebury2017-10-241-2/+15
* cr50: Defragment codeRandall Spangler2017-09-091-83/+1
* cr50: Consolidate CCD device enableRandall Spangler2017-09-061-1/+1
* cr50: Merge BattPrsnt device handling to wp.cRandall Spangler2017-08-081-5/+35
* cr50: restrict console and control WP via CCD configRandall Spangler2017-07-271-346/+98
* cr50: Add case closed debugging V1 configurationRandall Spangler2017-07-201-9/+56
* cr50: Add physical presence state machineRandall Spangler2017-07-191-4/+18
* cr50: add U2F supportVincent Palatin2017-06-291-0/+4
* cr50: change the power button handlingVincent Palatin2017-06-021-8/+18
* cr50: read fwmp and act on it when controlling console restrictionsVadim Bendebury2017-05-311-13/+90
* cr50: drop obsolete/addressed TODOsVadim Bendebury2017-05-161-7/+0
* cr50: wp: Only use RAM val on wake from hibernate.Aseda Aboagye2017-03-311-6/+12
* cr50: Store console lock state in NvMem vars.Aseda Aboagye2017-02-271-16/+66
* cr50: Decrement retry counter on manual reboots.Aseda Aboagye2017-02-181-1/+2
* cleanup: Move chip/g-specific system() prototypes to system_chip.hShawn Nematbakhsh2017-02-181-0/+1
* cr50: Disallow console unlocking for prod images.Aseda Aboagye2017-02-141-1/+9
* cr50: Use BATT_PRES_L as source of write protect.Aseda Aboagye2017-02-091-10/+48
* tpm: rename tpm_reset to tpm_reset_requestMary Ruthven2017-01-281-1/+1
* cr50: keep wp and console state through deep sleepMary Ruthven2016-12-211-13/+92
* Cr50: Enhance the console unlock warning messageBill Richardson2016-11-231-2/+5
* Cr50: Prevent rebooting when unlocking the consoleBill Richardson2016-11-191-1/+16
* Cr50: Add TPM-compliant commands for console lockBill Richardson2016-11-111-5/+70
* Cr50: Lock console by default, with long timeoutBill Richardson2016-09-241-8/+24
* Cr50: Unlock console quickly when battery is unpluggedBill Richardson2016-09-241-25/+56
* Cr50: Clear NVMEM before unlocking the consoleBill Richardson2016-09-241-7/+18
* Cr50: Change "unlock dance" to "unlock process"Bill Richardson2016-09-241-27/+29
* Cr50: Implement the console unlock danceBill Richardson2016-08-311-21/+102
* Cr50: Enable restricted console commandsBill Richardson2016-08-311-0/+74
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-3/+2
* Cr50: Add "wp" console command to control EC_WP_LBill Richardson2016-08-221-0/+32