summaryrefslogtreecommitdiff
path: root/common/new_nvmem.c
Commit message (Expand)AuthorAgeFilesLines
* new_nvmem: fix update_pcrstabilize-15395.B-cr50_stabstabilize-15393.48.B-cr50_stabrelease-R113-15393.B-cr50_stabfirmware-skyrim-15390.B-cr50_stabAndrey Pronin2023-03-191-9/+1
* fix ChromiumOS authors and whitespace warningsMary Ruthven2022-09-131-1/+1
* cr50/nvmem: fix unmarshalling of objectContextID in TPM2 state loadVadim Sukhomlinov2022-08-191-1/+1
* coil: replace non-inclusive pronounsMary Ruthven2021-11-191-1/+1
* coil: replace non-inclusive terms with "placeholder"Mary Ruthven2021-11-191-5/+5
* add CONFIG_CMD_DUMP_NVMEMMary Ruthven2021-05-071-0/+2
* coil: cleanup commentsstabilize-rust-13720.B-cr50_stabMary Ruthven2021-01-111-1/+1
* coil: nvmem master_at->controller_atMary Ruthven2021-01-061-54/+55
* NVMEM: selective erase of TPM objectsVadim Bendebury2020-06-251-7/+26
* printf: Add support for %zEvan Green2019-10-051-2/+2
* printf: Fix up %p to %pPEvan Green2019-10-051-1/+1
* cr50: nvmem: fix list_index after erased header at page endAndrey Pronin2019-10-011-3/+3
* cr50: nvmem: fix total vars overflow checkAndrey Pronin2019-10-011-1/+1
* cr50: nvmem: release var buf in setvar overflow caseAndrey Pronin2019-10-011-1/+3
* nvmem: allow printing encrypted contents only in DEV imagesVadim Bendebury2019-08-311-1/+7
* nvmem: reinitialize on catastrophic errorsVadim Bendebury2019-08-231-15/+71
* nvmem: recover from failure saving object spanning flash pagesVadim Bendebury2019-08-231-5/+43
* cr50: minor fix in neglecting 'failure type' in NVMEM flash logNamyoon Woo2019-07-241-1/+1
* new_nvmem: use CC_SYSTEM as the console channelMary Ruthven2019-06-181-12/+11
* get rid of compiler warningsVadim Bendebury2019-06-071-1/+1
* nvmem: make page header checksums different between prod and devVadim Bendebury2019-05-241-13/+21
* nvmem: do not run when crypto is disabledVadim Bendebury2019-05-241-0/+23
* nvmem: protect flash accesses with a mutexVadim Bendebury2019-05-021-5/+85
* nvmem: populate default tpm objects after wipeoutVadim Bendebury2019-05-011-2/+4
* nvmem: add test of recovery from interrupted savesVadim Bendebury2019-05-011-0/+5
* nvmem: fix delimiter creation during setvar()Vadim Bendebury2019-05-011-16/+54
* nvmem: add logging and restart on app_cipher failuresVadim Bendebury2019-05-011-2/+5
* cr50: complete support of the new NVMEM structureVadim Bendebury2019-04-051-6/+7
* cr50: New NVMEM flash storage implementationVadim Bendebury2019-04-041-0/+2956