summaryrefslogtreecommitdiff
path: root/OvmfPkg/Include
AgeCommit message (Expand)AuthorFilesLines
2015-03-03OvmfPkg: XenHypercallLib: introduce XenHypercallIsAvailable()Laszlo Ersek1-0/+16
2015-02-28ArmVirtualizationPkg: add XenIoMmioLibArd Biesheuvel1-0/+64
2015-02-28Ovfm/Xen: add a Vendor Hardware device path GUID for the XenBus rootArd Biesheuvel1-0/+24
2015-02-28Ovmf/Xen: add Xen PV console SerialPortLib driverArd Biesheuvel1-0/+51
2015-02-28Ovmf/Xen: implement XenHypercallLib for ARMArd Biesheuvel2-1/+437
2015-02-28Ovmf/Xen: introduce XENIO_PROTOCOLArd Biesheuvel1-0/+48
2015-02-28Ovmf/Xen: move XenBusDxe hypercall code to separate libraryArd Biesheuvel1-0/+79
2015-02-28Ovmf/Xen: move Xen interface version to <xen.h>Ard Biesheuvel1-0/+5
2015-01-14OvmfPkg: QemuBootOrderLib: expose QEMU's "-boot menu=on[,splash-time=N]"Laszlo Ersek1-0/+12
2015-01-02OvmfPkg: introduce VIRTIO_MMIO_TRANSPORT_GUIDLaszlo Ersek1-0/+25
2015-01-02OvmfPkg: extract QemuBootOrderLibLaszlo Ersek1-0/+57
2014-11-14OvmfPkg: Factor out platform detection (q35 vs. piix4)Gabriel Somlo1-0/+49
2014-10-31OvmfPkg/Xen*: Pass struct XENSTORE_TRANSACTION argument as a pointerAnthony PERARD1-7/+7
2014-10-31OvmfPkg/Include/...Xen: Convert __i386__/__x86_64__ to MDE_CPU_IA32/MDE_CPU_X64.Anthony PERARD6-11/+14
2014-10-29OvmfPkg/XenPvBlkDxe: Add BlockFront client.Samuel Thibault1-0/+619
2014-10-29OvmfPkg/XenBusDxe: Add Event Channel into XenBus protocol.Anthony PERARD1-0/+53
2014-10-29OvmfPkg/XenBusDxe: Introduce XenBus support itself.Anthony PERARD1-0/+19
2014-10-29OvmfPkg/XenBusDxe: Add XenStore function into the XenBus protocolAnthony PERARD1-0/+223
2014-10-29OvmfPkg/XenBusDxe: Add XenStore client implementationAnthony PERARD2-0/+178
2014-10-29OvmfPkg/XenBusDxe: Add Event Channel Notify.Anthony PERARD1-0/+118
2014-10-29OvmfPkg: Introduce XenBus Protocol.Anthony PERARD1-0/+92
2014-10-29OvmfPkg: Add public headers from Xen Project.Anthony PERARD13-0/+1806
2014-06-19OvmgPkg: QemuFwCfgLib: export QEMU_FW_CFG_FNAME_SIZELaszlo Ersek1-0/+6
2014-05-20OvmfPkg: QemuVideoDxe: Int10h stub for Windows 7 & 2008 (stdvga, QXL)Laszlo Ersek1-0/+97
2014-03-22OvmfPkg: introduce gOvmfPlatformConfigGuidLaszlo Ersek1-0/+24
2014-03-04OvmfPkg QemuFwCfgLib: determine if S3 support is explicitly enabledLaszlo Ersek1-0/+14
2014-01-03OvmfPkg: QemuFwCfgLib: introduce InternalQemuFwCfgIsAvailable()Laszlo Ersek1-0/+21
2013-12-18OvmfPkg: IndustryStandard/VirtioBlk: introduce topology-related definitionsLaszlo Ersek1-1/+11
2013-12-18OvmfPkg: IndustryStandard/VirtioBlk: add extra horizontal whitespaceLaszlo Ersek1-12/+12
2013-12-11OvmfPkg/Virtio: Removed VirtioReadDevice() / VirtIoWriteDevice() functionsOlivier Martin1-64/+0
2013-12-11OvmfPkg/Virtio.h: Removed definition of VIRTIO_HDROlivier Martin1-18/+0
2013-12-11OvmfPkg: Make the VirtIo devices use the new VIRTIO_DEVICE_PROTOCOLOlivier Martin4-61/+60
2013-12-11OvmfPkg/VirtioMmioDeviceLib: Implement VIRTIO_DEVICE_PROTOCOL for VirtIo Devi...Olivier Martin1-0/+66
2013-12-11OvmfPkg/VirtioDevice.h: Introduced VIRTIO_DEVICE_PROTOCOL protocolOlivier Martin1-0/+382
2013-12-08OvmfPkg: introduce E820.hWei Liu1-0/+46
2013-10-29OvmfPkg/Virtio.h: Added the Virtio Vendor and MMIO IDsOlivier Martin1-0/+7
2013-10-29OvmfPkg/Virtio.h: Added PCI/MMIO Virtio Headers OffsetsOlivier Martin1-0/+35
2013-10-29OvmfPkg/Virtio.h: Added the macros that define the Device Specific Configurat...Olivier Martin1-0/+7
2013-09-30OvmfPkg/Virtio.h: Added VirtIo Subsystem IDsOlivier Martin1-0/+13
2013-09-30OvmfPkg/IndustryStandard: Fixed 'VirtioNet.h' line endingsOlivier Martin1-99/+99
2013-09-24OvmfPkg: Remove IndustryStandard/X64Paging.hJordan Justen1-99/+0
2013-07-18OvmfPkg: Add IndustryStandard/X64Paging.hJordan Justen1-0/+99
2013-06-14OvmfPkg: VirtioNetDxe: declarations and macro definitionsLaszlo Ersek1-0/+99
2013-05-15OvmfPkg: adapt VirtioFlush()'s leading comment to the coding stylejljusten1-5/+4
2013-05-15OvmfPkg: adapt VirtioAppendDesc()'s leading comment to the coding stylejljusten1-21/+20
2013-05-15OvmfPkg: adapt VirtioPrepare()'s leading comment to the coding stylejljusten1-1/+1
2013-05-14OvmfPkg: VirtioLib: populate the Available Ring correctlyjljusten1-15/+12
2013-02-14OvmfPkg LinuxBzimage.h: Update for kernel boot protocol 2.12jljusten1-3/+3
2013-01-28QemuFwCfgLib: Add QemuFwCfgWriteBytes() functionjljusten1-1/+20
2013-01-16OvmfPkg: LoadLinuxLib: Zero kernel parameters instead of passing garbagejljusten1-1/+21