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