aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/nvs/nvs.c
Commit message (Expand)AuthorAgeFilesLines
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [nvs] Allow for non-volatile storage devices without block boundariesMichael Brown2011-01-111-16/+32
* [build] Rename gPXE to iPXEMichael Brown2010-04-191-1/+1
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* Various warnings fixups for OpenBSD with gcc-3.3.5.Michael Brown2007-12-071-1/+1
* Return -EIO when verification fails, instead of -EINVAL.Michael Brown2006-12-201-1/+1
* Verify data after writingMichael Brown2006-12-061-1/+35
* Added nvs_write(). This shares a lot of code in common with nvs_read();Michael Brown2006-12-041-0/+43
* Added the generic block-splitting code to nvs.cMichael Brown2006-12-041-1/+40
* Abstracted out part of the concept of an SPI device to a generalised NVSMichael Brown2006-12-041-0/+31