summaryrefslogtreecommitdiff
path: root/common/nvmem.c
Commit message (Expand)AuthorAgeFilesLines
* cr50: Make sure TPM wipe only clears TPM data.Aseda Aboagye2017-02-231-10/+17
* nvmem: do not prefer old partition over new one.Vadim Bendebury2017-02-221-16/+15
* commom: enable commits prior to checking for valid nvmem partitionsScott2017-02-081-1/+5
* common: do not release lock after nvmem read when commits are suspendedVadim Bendebury2017-02-061-2/+2
* nvmem: do not use malloc for cached bufferVadim Bendebury2017-01-281-221/+178
* nvmem: encrypt contents using crypto apiVadim Bendebury2017-01-251-112/+143
* g: common: introduce generic crypto APIVadim Bendebury2017-01-251-13/+16
* nvmem: rename version to generationVadim Bendebury2017-01-241-27/+29
* common: prepare nvmem for encryption supportVadim Bendebury2017-01-181-88/+76
* cr50: Avoiding nvram commits at startupVadim Bendebury2017-01-051-0/+32
* nvmem: fix partition number assignment in nvmem.cVadim Bendebury2016-09-281-2/+3
* Cr50: Clear NVMEM before unlocking the consoleBill Richardson2016-09-241-3/+2
* Cr50: NvMem: Allow for partitions to not be contiguousScott2016-09-021-21/+29
* Cr50: NvMem: Added write/move error stateScott2016-08-111-7/+26
* cr50: fix nvmem calculationsVadim Bendebury2016-08-081-7/+0
* Cr50: NvMem: Modified nvmem_init to handle 2 corrupt partitionsScott2016-07-221-11/+15
* Cr50: NvMem: Added mutex lock protection for cache memoryScott2016-06-221-51/+79
* nvmem: provide a function to wipe out nvmem contentsVadim Bendebury2016-05-311-1/+3
* Cr50: NvMem: Connected function stubs in /board/tpm2/NVMem.cScott2016-05-261-2/+77
* NvMem: Added NV Memory module to ec/common/Scott2016-05-261-0/+451