summaryrefslogtreecommitdiff
path: root/OvmfPkg
AgeCommit message (Expand)AuthorFilesLines
2018-12-19OvmfPkg: Remove PcdPeiCoreMaxXXX PCDs' statementStar Zeng3-6/+0
2018-11-27OvmfPkg: Don't include TftpDynamicCommand in XCODE5 tool chainLiming Gao6-0/+12
2018-11-20OvmfPkg: simply use the Bochs interface for vmsvgayuchenlin3-2/+18
2018-11-20Revert "OvmfPkg: VMWare SVGA display device register definitions"yuchenlin1-104/+0
2018-11-20Revert "OvmfPkg/QemuVideoDxe: Helper functions for unaligned port I/O."yuchenlin6-359/+0
2018-11-20Revert "OvmfPkg/QemuVideoDxe: VMWare SVGA device support"yuchenlin4-379/+7
2018-11-20Revert "OvmfPkg/QemuVideoDxe: list "UnalignedIoInternal.h" in the INF file"yuchenlin1-1/+0
2018-11-19OvmfPkg: Remove EdkShellBinPkg in FDFshenglei6-24/+0
2018-11-12Reapply "OvmfPkg/QemuVideoDxe: list "UnalignedIoInternal.h" in the INF file"Laszlo Ersek1-0/+1
2018-11-12Reapply "OvmfPkg/QemuVideoDxe: VMWare SVGA device support"Laszlo Ersek4-7/+379
2018-11-12Reapply "OvmfPkg/QemuVideoDxe: Helper functions for unaligned port I/O."Laszlo Ersek6-0/+359
2018-11-12Reapply "OvmfPkg: VMWare SVGA display device register definitions"Laszlo Ersek1-0/+104
2018-11-06Revert "OvmfPkg: VMWare SVGA display device register definitions"yuchenlin1-104/+0
2018-11-06Revert "OvmfPkg/QemuVideoDxe: Helper functions for unaligned port I/O."yuchenlin6-359/+0
2018-11-06Revert "OvmfPkg/QemuVideoDxe: VMWare SVGA device support"yuchenlin4-379/+7
2018-11-06Revert "OvmfPkg/QemuVideoDxe: list "UnalignedIoInternal.h" in the INF file"yuchenlin1-1/+0
2018-11-06OvmfPkg: Replace obsoleted network drivers from platform DSC/FDF.Fu Siyuan6-48/+18
2018-10-05OvmfPkg/PlatformPei: clear CPU cachesMarc-André Lureau4-0/+125
2018-08-16OvmfPkg: link Sha384 and Sha512 support into Tcg2Pei and Tcg2DxeGary Lin3-0/+12
2018-08-06OvmfPkg/PlatformDebugLibIoPort: fix port detection for use in the DXE CoreLaszlo Ersek1-4/+20
2018-07-27OvmfPkg/PlatformBds: Implement PlatformBootManagerUnableToBootRuiyu Ni1-1/+60
2018-07-24OvmfPkg: Correct ResourcePublicationLib class name in DSC/INF filesLiming Gao4-4/+4
2018-07-20OvmfPkg/XenPvBlkDxe: remove gEfiDevicePathProtocolGuid from [Protocols]Laszlo Ersek1-1/+0
2018-07-19OvmfPkg/AcpiPlatformDxe: clean up libs and protos in "AcpiPlatformDxe.inf"Laszlo Ersek1-1/+1
2018-07-06OvmfPkg/QemuFlashFvbServicesRuntimeDxe: Restore C-bit when SEV is activeBrijesh Singh2-0/+18
2018-07-06OvmfPkg/QemuFlashFvbServicesRuntimeDxe: Do not expose MMIO in SMM buildBrijesh Singh4-50/+70
2018-07-06OvmfPkg/QemuFlashFvbServicesRuntimeDxe: mark Flash memory range as MMIOBrijesh Singh1-8/+22
2018-06-29OvmfPkg: Removing ipf which is no longer supported from edk2.chenc225-50/+53
2018-06-14OvmfPkg: add QemuRamfb to platform consoleGerd Hoffmann1-0/+51
2018-06-14OvmfPkg: add QemuRamfbDxeGerd Hoffmann8-0/+459
2018-06-14OvmfPkg: add QEMU_RAMFB_GUIDGerd Hoffmann2-0/+26
2018-05-29OvmfPkg/PlatformBootManagerLib: add missing report status code callArd Biesheuvel2-0/+5
2018-05-29OvmfPkg BasePciCapLib: Fix VS build failureLiming Gao1-2/+2
2018-05-29OvmfPkg: raise DXEFV size to 11 MBLaszlo Ersek3-9/+9
2018-05-24OvmfPkg/Virtio10Dxe: convert to PciCapLibLaszlo Ersek3-93/+53
2018-05-24OvmfPkg/PciHotPlugInitDxe: convert to PciCapLibLaszlo Ersek2-171/+103
2018-05-24OvmfPkg: resolve PciCapLib, PciCapPciSegmentLib, PciCapPciIoLibLaszlo Ersek3-0/+9
2018-05-24OvmfPkg: introduce PciCapPciIoLibLaszlo Ersek5-0/+386
2018-05-24OvmfPkg: introduce PciCapPciSegmentLibLaszlo Ersek5-0/+395
2018-05-24OvmfPkg: introduce PciCapLibLaszlo Ersek5-0/+1540
2018-05-22OvmfPkg/PlatformBootManagerLib: process TPM PPI requestMarc-André Lureau2-0/+8
2018-05-22OvmfPkg: add Tcg2PhysicalPresenceLibQemuMarc-André Lureau6-3/+1046
2018-05-22OvmfPkg/IndustryStandard: add QemuTpm.h headerMarc-André Lureau1-0/+69
2018-05-22OvmfPkg: add Tcg2PhysicalPresenceLibNull when !TPM2_ENABLEMarc-André Lureau5-0/+66
2018-05-18OvmfPkg/PlatformBootManagerLib: connect Virtio RNG devices againLaszlo Ersek2-0/+106
2018-05-17OvmfPkg/QemuVideoDxe: Enable DISPLAY_OTHER pci class for qemu stdvgaGerd Hoffmann1-0/+6
2018-05-17OvmfPkg/QemuVideoDxe: Add SubClass field to QEMU_VIDEO_CARDGerd Hoffmann2-4/+14
2018-05-14OvmfPkg/PlatformBootManagerLib: connect consoles unconditionallyLaszlo Ersek1-83/+44
2018-04-26OvmfPkg/QemuVideoDxe: round up FrameBufferSize to full pageGerd Hoffmann1-0/+6
2018-04-24OvmfPkg/README: add HTTPS BootGary Lin1-0/+88