summaryrefslogtreecommitdiff
path: root/OvmfPkg
AgeCommit message (Expand)AuthorFilesLines
2014-10-29OvmfPkg/XenPvBlkDxe: Add BlockIo.Anthony PERARD5-0/+450
2014-10-29OvmfPkg/XenPvBlkDxe: Add BlockFront client.Samuel Thibault5-0/+1382
2014-10-29OvmfPkg/XenPvBlkDxe: Xen PV Block device, initial skeletonAnthony PERARD12-0/+876
2014-10-29OvmfPkg/XenBusDxe: Add Event Channel into XenBus protocol.Anthony PERARD4-0/+163
2014-10-29OvmfPkg/XenBusDxe: Introduce XenBus support itself.Anthony PERARD6-0/+523
2014-10-29OvmfPkg/XenBusDxe: Add XenStore function into the XenBus protocolAnthony PERARD3-0/+474
2014-10-29OvmfPkg/XenBusDxe: Add an helper AsciiStrDup.Anthony PERARD2-0/+14
2014-10-29OvmfPkg/XenBusDxe: Add XenStore client implementationAnthony PERARD6-0/+1863
2014-10-29OvmfPkg/XenBusDxe: Add TestAndClearBit.Anthony PERARD6-0/+81
2014-10-29OvmfPkg/XenBusDxe: Add Event Channel Notify.Anthony PERARD4-0/+189
2014-10-29OvmfPkg/XenBusDxe: Add Grant Table functions.Steven Smith4-0/+316
2014-10-29OvmfPkg/XenBusDxe: Add InterlockedCompareExchange16.Anthony PERARD7-0/+191
2014-10-29OvmfPkg: Introduce XenBus Protocol.Anthony PERARD4-0/+100
2014-10-29OvmfPkg/XenBusDxe: Open PciIo protocol.Anthony PERARD2-0/+20
2014-10-29OvmfPkg/XenBusDxe: Add support to make Xen Hypercalls.Anthony PERARD9-0/+362
2014-10-29OvmfPkg/XenBusDxe: Add device state struct and create an ExitBoot services ev...Anthony PERARD2-2/+65
2014-10-29OvmfPkg: Add basic skeleton for the XenBus bus driver.Anthony PERARD12-0/+839
2014-10-29OvmfPkg: Add public headers from Xen Project.Anthony PERARD13-0/+1806
2014-10-29OvmfPkg: Add the MIT license to License.txt.Anthony PERARD1-0/+25
2014-10-02OvmfPkg: SecureBootConfigDxe: remove stale forkLaszlo Ersek10-5867/+0
2014-10-02OvmfPkg: disable stale fork of SecureBootConfigDxeLaszlo Ersek7-6/+8
2014-09-25OvmfPkg: Fix VS2005 build warningsJordan Justen7-15/+17
2014-09-25OvmfPkg/AcpiPlatformDxe: Fix VS2012 IA32 build warningJordan Justen1-2/+2
2014-09-22OvmfPkg: AcpiPlatformDxe: implement QEMU's full ACPI table loader interfaceLaszlo Ersek2-4/+636
2014-09-22OvmfPkg: AcpiPlatformDxe: remove current ACPI table loaderLaszlo Ersek1-337/+1
2014-09-22OvmfPkg: AcpiPlatformDxe: actualize QemuLoader.h commentsLaszlo Ersek1-5/+1
2014-09-22OvmfPkg: resolve OrderedCollectionLib with base red-black tree instanceLaszlo Ersek3-0/+3
2014-09-11OvmfPkg: resolve BcfgCommandLib class for ShellPkg/.../Shell.infLaszlo Ersek3-0/+3
2014-09-09OvmfPkg: AcpiTimerLib: Access power mgmt regs based on host bridge typeGabriel Somlo1-8/+63
2014-08-29OvmfPkg: QemuVideoDxe: work around misreported QXL framebuffer sizeLaszlo Ersek3-6/+53
2014-08-25EDK II Contributions.txt: Note acceptable contribution licensesJordan Justen1-0/+14
2014-08-18OvmfPkg/ResetVector: Remove pre-built binariesJordan Justen4-113/+0
2014-08-18OvmfPkg: Build OVMF ResetVector during EDK II build processJordan Justen7-9/+16
2014-08-18OvmfPkg: Support building OVMF's ResetVector during the EDK II buildJordan Justen2-0/+103
2014-08-13Fix VS2013 build failure.Ruiyu Ni3-5/+8
2014-07-31OvmfPkg/Csm/CsmSupportLib: fix "missing braces around initializer"Laszlo Ersek1-11/+11
2014-07-28OvmfPkg/build.sh: Support IA32+X64 buildJordan Justen1-8/+32
2014-07-28OvmfPkg/build.sh: Add support for GCC49 toolchainJordan Justen1-1/+4
2014-07-22OvmfPkg: build OVMF_VARS.fd, OVMF_CODE.fd, OVMF.fdLaszlo Ersek5-65/+164
2014-07-22OvmfPkg: extract varstore-related FD Layout Regions to an include fileLaszlo Ersek4-198/+87
2014-06-27OvmfPkg/QemuFlashFvbServicesRuntimeDxe: Fix GCC44 build failure.Gao, Liming1-0/+1
2014-06-25OvmfPkg: add missing braces to aggregate and/or union initializersLaszlo Ersek1-9/+13
2014-06-19OvmfPkg: AcpiPlatformDxe: don't rely on unstable QEMU interfaceLaszlo Ersek2-5/+139
2014-06-19OvmfPkg: AcpiPlatformDxe: exclude RSD PTR from QEMU's fw_cfg payloadLaszlo Ersek1-0/+104
2014-06-19OvmfPkg: AcpiPlatformDxe: pass FwCfgFile to InstallQemuLinkedTables()Laszlo Ersek3-47/+112
2014-06-19OvmgPkg: QemuFwCfgLib: export QEMU_FW_CFG_FNAME_SIZELaszlo Ersek2-1/+7
2014-05-20OvmfPkg/SMBIOS: Add QEMU support to OVMF SMBIOS driverGabriel Somlo4-5/+101
2014-05-20OvmfPkg/SMBIOS: Reuse handles supplied by underlying VMGabriel Somlo1-1/+1
2014-05-20OvmfPkg: QemuVideoDxe: Int10h stub for Windows 7 & 2008 (stdvga, QXL)Laszlo Ersek9-0/+1470
2014-04-05OvmfPkg: PlatformPei: protect SEC's GUIDed section handler table thru S3Laszlo Ersek6-0/+21