]> git.proxmox.com Git - mirror_edk2.git/commit
Implement NvVarsFileLib to save and restore non-volatile variables using a file.
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 16 Sep 2009 16:28:55 +0000 (16:28 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 16 Sep 2009 16:28:55 +0000 (16:28 +0000)
commit50944545795641de735586d4803f8fc38b43874e
tree03b1dff60958770ac8f3227f488f71c0fd637354
parentaf2cfce391f3869c53c044dbaf2ce85aa3f5ebc8
Implement NvVarsFileLib to save and restore non-volatile variables using a file.

This library provides an interface where variables can be saved and restored
using a file in a file system accessible to the firmware.  It is expected
that a platform BDS library will use this library.  The platform BDS
implementation can decide which devices to connect and then to attempt to use
for saving and restoring NV variables.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9272 6f19259b-4bc3-4df7-8a09-765794883524
OvmfPkg/Include/Library/NvVarsFileLib.h [new file with mode: 0644]
OvmfPkg/Library/NvVarsFileLib/FsAccess.c [new file with mode: 0644]
OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.c [new file with mode: 0644]
OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.h [new file with mode: 0644]
OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.inf [new file with mode: 0644]
OvmfPkg/Library/NvVarsFileLib/VarBuffer.c [new file with mode: 0644]
OvmfPkg/OvmfPkg.dec