summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/Library/NvVarsFileLib
Commit message (Expand)AuthorAgeFilesLines
* OvmfPkg: replace old EFI_D_ debug levels with new DEBUG_ onesRebecca Cran2020-04-301-8/+8
* OvmfPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-094-27/+4
* OvmfPkg: Removing ipf which is no longer supported from edk2.chenc22018-06-291-3/+3
* OvmfPkg/NvVarsFileLib: list "NvVarsFileLib.h" in the INF fileLaszlo Ersek2018-03-131-0/+1
* OvmfPkg: Remove superfluous return statements.Thomas Huth2017-01-191-3/+0
* OvmfPkg: Fix typing errorsThomas Huth2016-09-121-2/+2
* OvmfPkg: convert C files with LF line terminators to CRLFLaszlo Ersek2016-09-123-661/+661
* OvmfPkg: fix conversion specifiers in DEBUG format stringsLaszlo Ersek2015-07-281-4/+4
* Fix VS2013 build failure.Ruiyu Ni2014-08-131-1/+3
* OvmfPkg NvVarsFileLib: Set NvVars variable after writing vars fileJordan Justen2013-08-301-12/+42
* OvmfPkg NvVarsFileLib: Leverage SerializeVariablesLibjljusten2011-01-304-536/+94
* Update the copyright notice formathhtian2010-04-285-10/+10
* 1. Correct File header to ## @filelgao42010-02-231-4/+4
* OVMF: Add support for saving the NV variables to disk following each SetVaria...jljusten2009-09-261-0/+30
* NvVarsFileLib: Fix build warning with VS2005 on X64.jljusten2009-09-221-2/+2
* Fix several build break in Ovmf package.qhuang82009-09-211-1/+1
* Implement NvVarsFileLib to save and restore non-volatile variables using a file.jljusten2009-09-165-0/+1101