summaryrefslogtreecommitdiffstats
path: root/OvmfPkg
Commit message (Expand)AuthorAgeFilesLines
* Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu22010-02-253-7/+0
* 1. Correct File header to ## @filelgao42010-02-2316-70/+70
* OVMF: Update README filejljusten2010-02-221-4/+8
* Updated OvmfPkg to use the reset vector binary from the UefiCpuPkg. Removing...geekboy15a2010-02-0225-1208/+2
* Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney2010-01-305-32/+15
* Fixed GDT load issue in some cases after a reset. Only CS should be used to ...geekboy15a2010-01-277-1/+1
* OVMF SEC: Fix VS2005 compiler warningsjljusten2010-01-062-3/+1
* OVMF VTF0 Reset Vector: Cleanup Global Descriptor Table (GDT)jljusten2010-01-047-65/+58
* OVMF VTF0 Reset Vector: Set 'accessed' bit in GDT descriptorsjljusten2010-01-047-5/+5
* OVMF Status Codes: Disable serial output, enable memory outputjljusten2010-01-043-6/+6
* OVMF: Define MDEPKG_NDEBUG to disable all debug code by defaultjljusten2010-01-043-0/+15
* OVMF: Update OVMF FD/FV build to minimize ROM sizejljusten2010-01-0413-294/+554
* OVMF: Use optimized BaseMemoryLib librariesjljusten2010-01-043-6/+23
* OVMF: Add SEC ExtractGuidedSection implementationjljusten2010-01-042-0/+468
* Refer to OEM status code hook library instances in MdeModulePkg.xli242009-12-293-9/+9
* Refer to status code library instances in MdeModulePkg.xli242009-12-293-21/+21
* Remove status code modules' dependency on IntelFrameworkModulePkg.xli242009-12-253-9/+9
* Fix bug that ovmf's BDS can not be entered and add SmbiosDxe driver into Ovmf...klu22009-12-205-6/+11
* OVMF SEC: Modify to match new interface of reset vector modulejljusten2009-12-168-74/+173
* OVMF ResetVector: Modify interface with SEC modulejljusten2009-12-1621-332/+478
* Add missing EFIAPI instances on several functions.jljusten2009-12-161-0/+1
* fix the wrong module name.eric_tian2009-12-092-2/+2
* fix build error, CpuIo module is replaced with CpuIo2Dxeeric_tian2009-12-083-3/+3
* Add DxeSecurityManagementLib instance lgao42009-11-263-0/+3
* Use InitializeFloatingPointUnits() from UefiCpuLib to initialize floating poi...qhuang82009-11-255-0/+13
* Add necessary brace to fix GCC warningsqhuang82009-11-181-18/+36
* Remove redundant blank character in DSC file.klu22009-10-223-3/+3
* 1. Impl PI 1.2 PCI part. Major changes include:davidhuang2009-10-205-5/+5
* OVMF: Align PE images in ROM, and strip relocations were possible.jljusten2009-10-072-13/+29
* OVMF SEC: Modify to search sections of FFS file for PE32 image.jljusten2009-10-073-3/+26
* Fix comment describing the library in PlatformFvbLibNull.inf.jljusten2009-10-021-1/+1
* EmuVariableFvbRuntimeDxe: Fix warnings generated by VS2005jljusten2009-09-261-4/+4
* OVMF: Add support for saving the NV variables to disk following each SetVaria...jljusten2009-09-264-1/+80
* OVMF: Convert from EmuVariableRuntimeDxe to VariableRuntimeDxe.jljusten2009-09-266-10/+52
* OVMF: Add library to customize the EMU Variable FVB driver.jljusten2009-09-263-8/+109
* Add EmuVariableFvbRuntimeDxe driver.jljusten2009-09-263-0/+1096
* Add PlatformFvbLibNull instance of PlatformFvbLib.jljusten2009-09-262-0/+75
* Add PlatformFvbLib to allow platform customization of an FVB driver.jljusten2009-09-261-0/+37
* NvVarsFileLib: Fix build warning with VS2005 on X64.jljusten2009-09-221-2/+2
* Fix bug that home addresses for register parameters must be allocated for cal...rsun32009-09-222-0/+2
* Fix several build break in Ovmf package.qhuang82009-09-212-4/+4
* OVMF BDS: Make use of NvVarsFileLib to make NV variable less volatile.jljusten2009-09-166-2/+102
* OVMF BDS: Implement routines to make it easier to scan through all PCI devices.jljusten2009-09-161-80/+191
* Implement NvVarsFileLib to save and restore non-volatile variables using a file.jljusten2009-09-167-0/+1143
* OVMF: Fix a hang after resetting when NV variables are preserved.jljusten2009-09-071-20/+11
* OVMF: Add support for more persistent NV variables which can survive a system...jljusten2009-09-075-9/+50
* Delete the PcdFSBClock declaration.jchen202009-08-203-7/+0
* Remove ".intel_syntax", convert MASM to GAS.gikidy2009-08-172-13/+11
* Retire the usage of S3Lib and RecoveryLib since DxeIpl does not use them any ...qhuang82009-08-112-4/+0
* 1. update AcpiTable module type to USER_DEFINEDvanjeff2009-08-113-7/+7