summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/Library/NvVarsFileLib/FsAccess.c
Commit message (Expand)AuthorAgeFilesLines
* OvmfPkg: Apply uncrustify changesMichael Kubacki2021-12-071-90/+78
* 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-091-7/+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-121-517/+517
* 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-301-144/+89
* Update the copyright notice formathhtian2010-04-281-2/+2
* 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-161-0/+540