summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/nvo.h
Commit message (Collapse)AuthorAgeFilesLines
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-55/+0Star
| | | | | | | | | | | Access to the gpxe.org and etherboot.org domains and associated resources has been revoked by the registrant of the domain. Work around this problem by renaming project from gPXE to iPXE, and updating URLs to match. Also update README, LOG and COPYRIGHTS to remove obsolete information. Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
| | | | | Add FILE_LICENCE declarations to almost all files that make up the various standard builds of gPXE.
* [Settings] Migrate DHCP and NVO code to the new settings API (untested)Michael Brown2008-03-211-9/+13
|
* Added nvo_save()Michael Brown2006-12-041-0/+6
|
* Add the concept of a fragment list for non-volatile stored options.Michael Brown2006-12-041-3/+25
|
* Abstracted out part of the concept of an SPI device to a generalised NVSMichael Brown2006-12-041-0/+21
device. Separated the mechanisms of non-volatile storage access and non-volatile stored options.