summaryrefslogtreecommitdiffstats
path: root/OvmfPkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix ICC build issue.eric_tian2009-07-211-0/+2
* Update README for video driver split from main OVMF firmware.jljusten2009-07-141-7/+18
* Separate Cirrus Logic video driver out from main OVMF firmware.jljusten2009-07-142-5/+11
* Load video option ROM which is not embedded in system firmware image.jljusten2009-07-143-1/+189
* ProcessCapsule() and BdsMemoryTest() are implemented in the BdsDxe module, wh...eric_tian2009-07-131-5/+14
* Move LockKeyboards API from GenericBdsLib to PlatformBdsLiblgao42009-07-101-2/+21
* Retire Logo and Shell guid header file, which are replaced by gEfiIntelFramew...lgao42009-07-095-10/+5
* Remove typoklu22009-07-071-1/+1
* Use PcAtChipsetPkg\PcatRealTimeClockRuntimeDxe\PcatRealTimeClockRuntimeDxe.in...klu22009-07-072-3/+3
* Retired PciIncompatibleDeviceSupportLib from IntelFrameworkModulePkg.vanjeff2009-07-073-3/+0
* Use PcAtChipsetPkg\PcatRealTimeClockRuntimeDxe\PcatRealTimeClockRuntimeDxe.in...klu22009-07-073-3/+3
* * Modify various PCI register settings for OVMF.jljusten2009-06-301-20/+151
* Add MdeModulePkg/Universal/PrintDxe driver to OVMF.jljusten2009-06-305-57/+38
* Set the SMI port in the ACPI FACP table to 0. This signals to thejljusten2009-06-231-1/+1
* Make 0xa0000 - 0xb0000 I/O memory.jljusten2009-06-231-2/+1
* Remove EFI_BDS_ARCH_PROTOCOL_INSTANCE from PlatformBdsLib.h and BdsDxe modulemdkinney2009-06-071-9/+5
* Add more details to OvmfPkg/README for building & running.jljusten2009-05-281-0/+35
* Add initial version of Open Virtual Machine Firmware (OVMF) platform.jljusten2009-05-2751-0/+6799