summaryrefslogtreecommitdiff
path: root/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-27OvmfPkg: Format with Uncrustify 73.0.8Michael Kubacki1-2/+2
2021-12-11OvmfPkg-EmuVariableFvbRuntimeDxe: Support Access To Memory Above 4Glixianglai1-7/+7
2021-12-07OvmfPkg: Apply uncrustify changesMichael Kubacki1-113/+121
2020-04-30OvmfPkg: replace old EFI_D_ debug levels with new DEBUG_ onesRebecca Cran1-8/+8
2019-04-09OvmfPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-03-30OvmfPkg/EmuVariableFvbRuntimeDxe: stop using PcdVariableStoreSizeLaszlo Ersek1-3/+3
2017-05-18OvmfPkg/EmuVariableFvbRuntimeDxe: change block size to 4KBLaszlo Ersek1-80/+69
2017-05-18OvmfPkg/EmuVariableFvbRuntimeDxe: strip trailing whitespaceLaszlo Ersek1-22/+22
2017-05-18OvmfPkg/EmuVariableFvbRuntimeDxe: correct NumOfLba vararg type in EraseBlocks()Laszlo Ersek1-1/+1
2017-05-18OvmfPkg/EmuVariableFvbRuntimeDxe: always format an auth varstore headerLaszlo Ersek1-74/+5
2016-10-25OvmfPkg/EmuVariableFvbRuntimeDxe: eliminate unchecked PcdSetXX() callsLaszlo Ersek1-3/+9
2013-11-12OvmfPkg/EmuVariableFvbRuntimeDxe: Disable if flash variables are supportedJordan Justen1-0/+6
2013-07-03OvmfPkg EmuVariableFvbRuntimeDxe: Let FaultTolerantWriteDxe to init working b...Star Zeng1-50/+1
2012-10-11Add missing braces around initializer.lzeng141-6/+12
2012-03-09OvmfPkg/EmuVariableFvbRuntimeDxe: Add support for PcdSecureBootEnablejljusten1-1/+78
2012-02-01Add Missing invocations to VA_END() for VA_START().rsun31-1/+2
2011-01-16OvmfPkg EmuVariableFvb: Use 64-bit NV storage PCDjljusten1-1/+1
2011-01-09OvmfPkg EMU FVB: Add 2 functions to PlatformFvbLibjljusten1-0/+3
2011-01-09OvmfPkg EMU FVB: Convert to FVB2 protocoljljusten1-15/+15
2011-01-09OvmfPkg PlatformFvbLib: Change PlatformFvbDataWrittenjljusten1-2/+2
2010-04-28Update the copyright notice formathhtian1-2/+2
2010-01-30Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney1-4/+4
2009-09-26EmuVariableFvbRuntimeDxe: Fix warnings generated by VS2005jljusten1-4/+4
2009-09-26Add EmuVariableFvbRuntimeDxe driver.jljusten1-0/+873