summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.c
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-091-7/+1
* OvmfPkg/EmuVariableFvbRuntimeDxe: stop using PcdVariableStoreSizeLaszlo Ersek2018-03-301-3/+3
* OvmfPkg/EmuVariableFvbRuntimeDxe: change block size to 4KBLaszlo Ersek2017-05-181-80/+69
* OvmfPkg/EmuVariableFvbRuntimeDxe: strip trailing whitespaceLaszlo Ersek2017-05-181-22/+22
* OvmfPkg/EmuVariableFvbRuntimeDxe: correct NumOfLba vararg type in EraseBlocks()Laszlo Ersek2017-05-181-1/+1
* OvmfPkg/EmuVariableFvbRuntimeDxe: always format an auth varstore headerLaszlo Ersek2017-05-181-74/+5
* OvmfPkg/EmuVariableFvbRuntimeDxe: eliminate unchecked PcdSetXX() callsLaszlo Ersek2016-10-251-3/+9
* OvmfPkg/EmuVariableFvbRuntimeDxe: Disable if flash variables are supportedJordan Justen2013-11-121-0/+6
* OvmfPkg EmuVariableFvbRuntimeDxe: Let FaultTolerantWriteDxe to init working b...Star Zeng2013-07-031-50/+1
* Add missing braces around initializer.lzeng142012-10-111-6/+12
* OvmfPkg/EmuVariableFvbRuntimeDxe: Add support for PcdSecureBootEnablejljusten2012-03-091-1/+78
* Add Missing invocations to VA_END() for VA_START().rsun32012-02-011-1/+2
* OvmfPkg EmuVariableFvb: Use 64-bit NV storage PCDjljusten2011-01-161-1/+1
* OvmfPkg EMU FVB: Add 2 functions to PlatformFvbLibjljusten2011-01-091-0/+3
* OvmfPkg EMU FVB: Convert to FVB2 protocoljljusten2011-01-091-15/+15
* OvmfPkg PlatformFvbLib: Change PlatformFvbDataWrittenjljusten2011-01-091-2/+2
* Update the copyright notice formathhtian2010-04-281-2/+2
* Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney2010-01-301-4/+4
* EmuVariableFvbRuntimeDxe: Fix warnings generated by VS2005jljusten2009-09-261-4/+4
* Add EmuVariableFvbRuntimeDxe driver.jljusten2009-09-261-0/+873