summaryrefslogtreecommitdiff
path: root/board/cr50/wp.c
Commit message (Expand)AuthorAgeFilesLines
* 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