summaryrefslogtreecommitdiff
path: root/OvmfPkg
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-02OvmfPkg: QemuBootOrderLib: OFW-to-UEFI translation for virtio-mmioLaszlo Ersek3-1/+201
2015-01-02OvmfPkg: QemuBootOrderLib: widen ParseUnitAddressHexList() to UINT64Laszlo Ersek1-15/+15
2015-01-02OvmfPkg: introduce VIRTIO_MMIO_TRANSPORT_GUIDLaszlo Ersek2-0/+26
2015-01-02OvmfPkg: QemuBootOrderLib: featurize PCI-like device path translationLaszlo Ersek3-7/+65
2015-01-02OvmfPkg: extract QemuBootOrderLibLaszlo Ersek9-5/+70
2014-12-19OvmfPkg: enable the IPv6 supportGary Lin6-6/+102
2014-11-21OvmfPkg: CsmSupportLib: depend on OvmfPkg.dec explicitlyLaszlo Ersek1-0/+1
2014-11-20OvmfPkg: AcpiPlatformDxe: make dependency on PCI enumeration explicitLaszlo Ersek1-1/+1
2014-11-19OvmfPkg: Fix build failure with gcc44, gcc45Scott Duplichan1-2/+0
2014-11-17OvmfPkg: PlatformBdsLib: Dynamic PCI Interrupt Line register setupGabriel Somlo1-43/+139