summaryrefslogtreecommitdiff
path: root/OvmfPkg
AgeCommit message (Expand)AuthorFilesLines
2010-02-02Updated OvmfPkg to use the reset vector binary from the UefiCpuPkg. Removing...geekboy15a25-1208/+2
2010-01-30Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney5-32/+15
2010-01-27Fixed GDT load issue in some cases after a reset. Only CS should be used to ...geekboy15a7-1/+1
2010-01-06OVMF SEC: Fix VS2005 compiler warningsjljusten2-3/+1
2010-01-04OVMF VTF0 Reset Vector: Cleanup Global Descriptor Table (GDT)jljusten7-65/+58
2010-01-04OVMF VTF0 Reset Vector: Set 'accessed' bit in GDT descriptorsjljusten7-5/+5
2010-01-04OVMF Status Codes: Disable serial output, enable memory outputjljusten3-6/+6
2010-01-04OVMF: Define MDEPKG_NDEBUG to disable all debug code by defaultjljusten3-0/+15
2010-01-04OVMF: Update OVMF FD/FV build to minimize ROM sizejljusten13-294/+554
2010-01-04OVMF: Use optimized BaseMemoryLib librariesjljusten3-6/+23
2010-01-04OVMF: Add SEC ExtractGuidedSection implementationjljusten2-0/+468
2009-12-29Refer to OEM status code hook library instances in MdeModulePkg.xli243-9/+9
2009-12-29Refer to status code library instances in MdeModulePkg.xli243-21/+21
2009-12-25Remove status code modules' dependency on IntelFrameworkModulePkg.xli243-9/+9
2009-12-20Fix bug that ovmf's BDS can not be entered and add SmbiosDxe driver into Ovmf...klu25-6/+11
2009-12-16OVMF SEC: Modify to match new interface of reset vector modulejljusten8-74/+173
2009-12-16OVMF ResetVector: Modify interface with SEC modulejljusten21-332/+478
2009-12-16Add missing EFIAPI instances on several functions.jljusten1-0/+1
2009-12-09fix the wrong module name.eric_tian2-2/+2
2009-12-08fix build error, CpuIo module is replaced with CpuIo2Dxeeric_tian3-3/+3
2009-11-26Add DxeSecurityManagementLib instance lgao43-0/+3
2009-11-25Use InitializeFloatingPointUnits() from UefiCpuLib to initialize floating poi...qhuang85-0/+13
2009-11-18Add necessary brace to fix GCC warningsqhuang81-18/+36
2009-10-22Remove redundant blank character in DSC file.klu23-3/+3
2009-10-201. Impl PI 1.2 PCI part. Major changes include:davidhuang5-5/+5
2009-10-07OVMF: Align PE images in ROM, and strip relocations were possible.jljusten2-13/+29
2009-10-07OVMF SEC: Modify to search sections of FFS file for PE32 image.jljusten3-3/+26
2009-10-02Fix comment describing the library in PlatformFvbLibNull.inf.jljusten1-1/+1
2009-09-26EmuVariableFvbRuntimeDxe: Fix warnings generated by VS2005jljusten1-4/+4
2009-09-26OVMF: Add support for saving the NV variables to disk following each SetVaria...jljusten4-1/+80
2009-09-26OVMF: Convert from EmuVariableRuntimeDxe to VariableRuntimeDxe.jljusten6-10/+52
2009-09-26OVMF: Add library to customize the EMU Variable FVB driver.jljusten3-8/+109
2009-09-26Add EmuVariableFvbRuntimeDxe driver.jljusten3-0/+1096
2009-09-26Add PlatformFvbLibNull instance of PlatformFvbLib.jljusten2-0/+75
2009-09-26Add PlatformFvbLib to allow platform customization of an FVB driver.jljusten1-0/+37
2009-09-22NvVarsFileLib: Fix build warning with VS2005 on X64.jljusten1-2/+2
2009-09-22Fix bug that home addresses for register parameters must be allocated for cal...rsun32-0/+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.jljusten6-2/+102
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.jljusten7-0/+1143
2009-09-07OVMF: Fix a hang after resetting when NV variables are preserved.jljusten1-20/+11
2009-09-07OVMF: Add support for more persistent NV variables which can survive a system...jljusten5-9/+50
2009-08-20Delete the PcdFSBClock declaration.jchen203-7/+0
2009-08-17Remove ".intel_syntax", convert MASM to GAS.gikidy2-13/+11
2009-08-11Retire the usage of S3Lib and RecoveryLib since DxeIpl does not use them any ...qhuang82-4/+0
2009-08-111. update AcpiTable module type to USER_DEFINEDvanjeff3-7/+7
2009-07-21fix ICC build issue.eric_tian1-0/+2
2009-07-14Update README for video driver split from main OVMF firmware.jljusten1-7/+18
2009-07-14Separate Cirrus Logic video driver out from main OVMF firmware.jljusten2-5/+11