summaryrefslogtreecommitdiff
path: root/OvmfPkg/Library
AgeCommit message (Expand)AuthorFilesLines
2011-01-30OvmfPkg NvVarsFileLib: Leverage SerializeVariablesLibjljusten4-536/+94
2011-01-30OvmfPkg: Add SerializeVariablesLib library instancejljusten3-0/+938
2011-01-27OvmfPkg ResetSystemLib: Fix build issue with VS2005jljusten1-1/+1
2011-01-13OvmfPkg ResetSystemLib: Add shutdown support for OVMFjljusten2-0/+139
2011-01-09OvmfPkg EMU FVB: Add 2 functions to PlatformFvbLibjljusten2-2/+96
2011-01-09OvmfPkg EMU FVB: Convert to FVB2 protocoljljusten2-2/+2
2011-01-09OvmfPkg PlatformFvbLib: Change PlatformFvbDataWrittenjljusten2-4/+16
2010-10-13OVMF BDS: Don't call BdsLibSaveMemoryTypeInformationjljusten1-2/+1
2010-07-04Update OVMF BDS Library to call GenericBdsLib function to save gEfiMemoryType...mdkinney1-0/+1
2010-05-05Move SecExtractGuidedSectionLib instance from OvmfPkg to MdePkglgao42-468/+0
2010-04-28Update the copyright notice formathhtian17-34/+34
2010-04-06Update the modules with the different module GUID to avoid the different modu...lgao43-3/+3
2010-02-25Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl*jljusten1-0/+0
2010-02-25remove svn:executable attribute for INF file.klu21-0/+0
2010-02-25Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu22-4/+0
2010-02-231. Correct File header to ## @filelgao46-25/+25
2010-01-04OVMF: Add SEC ExtractGuidedSection implementationjljusten2-0/+468
2009-12-16Add missing EFIAPI instances on several functions.jljusten1-0/+1
2009-11-18Add necessary brace to fix GCC warningsqhuang81-18/+36
2009-10-02Fix comment describing the library in PlatformFvbLibNull.inf.jljusten1-1/+1
2009-09-26OVMF: Add support for saving the NV variables to disk following each SetVaria...jljusten3-1/+64
2009-09-26OVMF: Add library to customize the EMU Variable FVB driver.jljusten2-0/+98
2009-09-26Add PlatformFvbLibNull instance of PlatformFvbLib.jljusten2-0/+75
2009-09-22NvVarsFileLib: Fix build warning with VS2005 on X64.jljusten1-2/+2
2009-09-21Fix several build break in Ovmf package.qhuang82-4/+4
2009-09-16OVMF BDS: Make use of NvVarsFileLib to make NV variable less volatile.jljusten3-2/+96
2009-09-16OVMF BDS: Implement routines to make it easier to scan through all PCI devices.jljusten1-80/+191
2009-09-16Implement NvVarsFileLib to save and restore non-volatile variables using a file.jljusten5-0/+1101
2009-09-07OVMF: Fix a hang after resetting when NV variables are preserved.jljusten1-20/+11
2009-07-21fix ICC build issue.eric_tian1-0/+2
2009-07-14Load video option ROM which is not embedded in system firmware image.jljusten3-1/+189
2009-07-13ProcessCapsule() and BdsMemoryTest() are implemented in the BdsDxe module, wh...eric_tian1-5/+14
2009-07-10Move LockKeyboards API from GenericBdsLib to PlatformBdsLiblgao41-2/+21
2009-07-09Retire Logo and Shell guid header file, which are replaced by gEfiIntelFramew...lgao43-7/+2
2009-06-30* Modify various PCI register settings for OVMF.jljusten1-20/+151
2009-06-07Remove EFI_BDS_ARCH_PROTOCOL_INSTANCE from PlatformBdsLib.h and BdsDxe modulemdkinney1-9/+5
2009-05-27Add initial version of Open Virtual Machine Firmware (OVMF) platform.jljusten6-0/+1718