summaryrefslogtreecommitdiff
path: root/OvmfPkg
AgeCommit message (Expand)AuthorFilesLines
2015-06-09OvmfPkg/PlatformPei: Initialise RCBA (B0:D31:F0 0xf0) registerPaulo Alcantara2-1/+21
2015-06-09OvmfPkg/PlatformPei: Query Host Bridge DID only oncePaulo Alcantara1-6/+11
2015-05-13OvmfPkg: AcpiS3SaveDxe: fix protocol usage hint in the INF fileLaszlo Ersek1-1/+1
2015-05-13OvmfPkg: extract some bits and port offsets common to Q35 and I440FXLaszlo Ersek4-30/+10
2015-05-13OvmfPkg: consolidate POWER_MGMT_REGISTER_PIIX4() on "I440FxPiix4.h" macrosLaszlo Ersek5-14/+12
2015-05-13OvmfPkg: consolidate POWER_MGMT_REGISTER_Q35() on "Q35MchIch9.h" macrosLaszlo Ersek5-14/+12
2015-05-13OvmfPkg: new macros for platform specific register addresses and valuesLaszlo Ersek2-0/+64
2015-05-13OvmfPkg: split Include/OvmfPlatforms.hLaszlo Ersek3-22/+72
2015-05-08OvmfPkg: QemuBootOrderLib: parse OFW device path nodes of PCI bridgesLaszlo Ersek1-26/+92
2015-05-06OvmfPkg: Use the new PCDs defined in MdePkg and MdeModulePkg.Ruiyu Ni4-14/+14
2015-04-01OvmfPkg/XenBusDxe: Fix build issue with VS2010Jordan Justen1-1/+2
2015-04-01OvmfPkg/SmbiosPlatformDxe: Fix build issue with VS2010Jordan Justen1-5/+7
2015-03-27OvmfPkg: XenConsoleSerialPortLib: deal with output overflowArd Biesheuvel1-24/+71
2015-03-26OvmfPkg: Q35: Use correct ACPI PM control register:bitGabriel Somlo3-34/+45
2015-03-16OvmfPkg: include XHCI driverLaszlo Ersek6-0/+6
2015-03-03OvmfPkg: replace strict XenHypercallLib construction with explicit queryLaszlo Ersek3-1/+16
2015-03-03OvmfPkg: XenHypercallLib: introduce XenHypercallIsAvailable()Laszlo Ersek3-0/+54
2015-03-03OvmfPkg: XenHypercallLib: add empty constructor for ARM & AARCH64Laszlo Ersek2-1/+29
2015-03-03OvmfPkg, ArmVirtualizationPkg: clean up XenHypercallLib namesLaszlo Ersek6-52/+23
2015-02-28ArmVirtualizationPkg: add XenIoMmioLibArd Biesheuvel4-0/+273
2015-02-28Ovfm/Xen: add a Vendor Hardware device path GUID for the XenBus rootArd Biesheuvel2-0/+25
2015-02-28Ovmf/Xen: add Xen PV console SerialPortLib driverArd Biesheuvel3-0/+242
2015-02-28Ovmf/Xen: port XenBusDxe to other architecturesArd Biesheuvel10-197/+49
2015-02-28Ovmf/Xen: implement XenHypercallLib for ARMArd Biesheuvel5-1/+528
2015-02-28Ovmf/Xen: move XenBusDxe to abstract XENIO_PROTOCOLArd Biesheuvel13-58/+29
2015-02-28Ovmf/Xen: add separate driver for Xen PCI deviceArd Biesheuvel2-0/+412
2015-02-28Ovmf/Xen: introduce XENIO_PROTOCOLArd Biesheuvel2-0/+49
2015-02-28Ovmf/Xen: move XenBusDxe hypercall code to separate libraryArd Biesheuvel15-84/+149
2015-02-28Ovmf/Xen: refactor XenBusDxe hypercall implementationArd Biesheuvel9-81/+84
2015-02-28Ovmf/Xen: fix pointer to int cast in XenBusDxeArd Biesheuvel1-2/+2
2015-02-28Ovmf/Xen: move Xen interface version to <xen.h>Ard Biesheuvel3-9/+5
2015-02-23OvmfPkg/QemuVideoDxe: enable ARM buildsLaszlo Ersek2-1/+5
2015-02-19OvmfPkg: AcpiPlatformDxe: make dependency on PCI enumeration dynamicLaszlo Ersek3-6/+78
2015-02-19OvmfPkg: AcpiPlatformDxe: extract common entry pointLaszlo Ersek7-52/+99
2015-02-19OvmfPkg/AcpiPlatformDxe: InstallAllQemuLinkedTables => InstallQemuFwCfgTablesJordan Justen3-4/+5
2015-02-19OvmfPkg/AcpiPlatformDxe: FindAcpiTablesInFv => InstallOvmfFvTablesJordan Justen1-3/+9
2015-02-17OvmfPkg/AcpiPlatformDxe: Assert if AcpiTable protocol is not foundJordan Justen2-6/+2
2015-02-17OvmfPkg/QemuFwCfgAcpiPlatformDxe: Move entry point to QemuFwCfgAcpi.cJordan Justen3-53/+38
2015-02-17OvmfPkg/build.sh: Use XCODE5 for newer OS X releasesAndrew Fish1-2/+8
2015-02-17OvmfPkg/PlatformBdsLib: Signal ReadyToBoot before booting QEMU kernelJordan Justen2-2/+9
2015-02-17OvmfPkg/build.sh: Allow qemu parameters with spacesJordan Justen1-4/+3
2015-02-13OvmfPkg/SMBIOS: Provide default Type 0 (BIOS Information) structureGabriel Somlo1-0/+66
2015-02-06OvmfPkg: Update PlatformBaseDebugLibIoPort libraryLiming Gao2-2/+20
2015-02-05OvmfPkg: Update web page and wiki urlsJordan Justen2-3/+3
2015-02-03*/Contributions.txt: Update example email addressJordan Justen1-2/+2
2015-02-02OvmfPkg/AcpiPlatformDxe: Add QEMU fw-cfg only driverJordan Justen2-0/+105
2015-02-02OvmfPkg/AcpiPlatformDxe: Split QEMU fw-cfg into a new fileJordan Justen3-660/+686
2015-01-14OvmfPkg: PlatformBdsLib: get front page timeout from QEMULaszlo Ersek2-8/+1
2015-01-14OvmfPkg: QemuBootOrderLib: expose QEMU's "-boot menu=on[,splash-time=N]"Laszlo Ersek3-0/+65
2015-01-13MdeModulePkg, MdePkg, NetworkPkg, OvmfPkg, PerformancePkg, ShellPkg: Library ...Daryl McDaniel3-12/+9