summaryrefslogtreecommitdiff
path: root/include/nvmem.h
Commit message (Expand)AuthorAgeFilesLines
* cr50: complete support of the new NVMEM structureVadim Bendebury2019-04-051-9/+9
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-1/+1
* cr50_fuzz: Fix build errors related to nvmem_wipe_cache.Allen Webb2018-12-201-2/+2
* cr50: clear TPM NVMEM cache when entering Alt OSVadim Bendebury2018-12-061-0/+2
* cr50: revoke key ladder on disabling TPMNamyoon Woo2018-12-051-0/+5
* cr50: Add extern "C" to headers used by future fuzzing target.Allen Webb2018-11-151-0/+8
* cr50: Make sure TPM wipe only clears TPM data.Aseda Aboagye2017-02-231-6/+5
* nvmem: do not use malloc for cached bufferVadim Bendebury2017-01-281-8/+27
* nvmem: encrypt contents using crypto apiVadim Bendebury2017-01-251-17/+23
* g: common: introduce generic crypto APIVadim Bendebury2017-01-251-11/+2
* nvmem: rename version to generationVadim Bendebury2017-01-241-13/+13
* cr50: Avoiding nvram commits at startupVadim Bendebury2017-01-051-0/+9
* Cr50: Prevent rebooting when unlocking the consoleBill Richardson2016-11-191-7/+0
* Cr50: Clear NVMEM before unlocking the consoleBill Richardson2016-09-241-1/+9
* Cr50: NvMem: Allow for partitions to not be contiguousScott2016-09-021-3/+7
* cr50: fix nvmem calculationsVadim Bendebury2016-08-081-0/+7
* Cr50: NvMem: Connected function stubs in /board/tpm2/NVMem.cScott2016-05-261-3/+34
* NvMem: Added NV Memory module to ec/common/Scott2016-05-261-0/+137