summaryrefslogtreecommitdiff
path: root/OvmfPkg
AgeCommit message (Expand)AuthorFilesLines
2019-07-04Revert "OvmfPkg: link SM3 support into Tcg2Pei and Tcg2Dxe"Laszlo Ersek3-6/+0
2019-07-04OvmfPkg: use DxeTpmMeasurementLib if and only if TPM2_ENABLEGary Lin3-6/+6
2019-07-03OvmfPkg: link SM3 support into Tcg2Pei and Tcg2DxeImran Desai3-0/+6
2019-07-01OvmfPkg/XenBusDxe: Don't call DisconnectController in Stop()Anthony PERARD1-6/+0
2019-07-01OvmfPkg/XenBusDxe: Close XenIoProtocol openned by childrenAnthony PERARD1-0/+4
2019-06-26OvmfPkg: don't assign PCI BARs above 4GiB when CSM enabledDavid Woodhouse2-0/+8
2019-06-26OvmfPkg: Don't build in QemuVideoDxe when we have CSMDavid Woodhouse6-3/+12
2019-06-26OvmfPkg/LegacyBbs: Add boot entries for VirtIO and NVME devicesDavid Woodhouse1-5/+152
2019-06-26OvmfPkg/LegacyBios: set NumberBbsEntries to the size of BbsTableDavid Woodhouse1-3/+4
2019-06-17OvmfPkg: Refer to Shell app via its declared GUIDHao A Wu5-11/+5
2019-06-17OvmfPkg/Csm/CsmSupportLib: Drop IntelFrameworkPkg dependencyHao A Wu1-2/+1
2019-06-17OvmfPkg/IncompatiblePciDeviceSupportDxe: Drop framework pkg dependencyHao A Wu1-1/+0
2019-06-17OvmfPkg/PlatformPei: Remove redundant reference of framework pkg DECHao A Wu1-2/+1
2019-06-14OvmfPkg/Csm/LegacyBiosDxe: Fix Legacy16GetTableAddress call for E820 dataDavid Woodhouse1-0/+3
2019-06-14OvmfPkg: Update DSC/FDF files to consume CSM components in OvmfPkgHao A Wu6-21/+21
2019-06-14OvmfPkg/Csm/LegacyBootManagerLib: Update to make it build for OVMFHao A Wu1-4/+3
2019-06-14OvmfPkg/Csm/LegacyBootMaintUiLib: Update to make it build for OVMFHao A Wu1-4/+3
2019-06-14OvmfPkg/Csm/LegacyBiosDxe: Update to make it build for OVMFHao A Wu1-12/+10
2019-06-14OvmfPkg/Csm/VideoDxe: Update to make it build for OVMFHao A Wu1-8/+6
2019-06-14OvmfPkg/OvmfPkg.dec: Add PCD definitions used by copied CSM modulesHao A Wu1-0/+58
2019-06-14OvmfPkg/OvmfPkg.dec: Add the new include folder for CSM header filesHao A Wu1-0/+1
2019-06-14OvmfPkg/OvmfPkg.dec: Add definitions for CSM-related Guid & ProtocolHao A Wu1-0/+9
2019-06-14OvmfPkg: Copy the required CSM components from framework packagesHao A Wu50-0/+22879
2019-06-11OvmfPkg/README: Update the network build flagsGary Lin1-3/+8
2019-06-11OvmfPkg: Drop build flag USE_LEGACY_ISA_STACK and legacy ISA stackHao A Wu6-60/+9
2019-06-06OvmfPkg/QemuVideoDxe: Shouldn't assume system in VGA alias mode.Marc W Chen1-1/+21
2019-06-03OvmfPkg/PlatformPei: set 32-bit UC area at PciBase / PciExBarBase (pc/q35)Laszlo Ersek3-5/+66
2019-06-03OvmfPkg: raise the PCIEXBAR base to 2816 MB on Q35Laszlo Ersek3-6/+6
2019-06-03Revert "OvmfPkg/PlatformPei: assign PciSize on both i440fx/q35 branches expli...Laszlo Ersek1-2/+1
2019-06-03Revert "OvmfPkg/PlatformPei: hoist PciBase assignment above the i440fx/q35 br...Laszlo Ersek1-1/+1
2019-06-03Revert "OvmfPkg/PlatformPei: reorder the 32-bit PCI window vs. the PCIEXBAR o...Laszlo Ersek4-7/+17
2019-06-03Revert "OvmfPkg/PlatformPei: fix MTRR for low-RAM sizes that have many bits c...Laszlo Ersek3-24/+7
2019-05-16OvmfPkg/PlatformPei: fix MTRR for low-RAM sizes that have many bits clearLaszlo Ersek3-7/+24
2019-05-16OvmfPkg/PlatformPei: reorder the 32-bit PCI window vs. the PCIEXBAR on q35Laszlo Ersek4-17/+7
2019-05-16OvmfPkg/PlatformPei: hoist PciBase assignment above the i440fx/q35 branchingLaszlo Ersek1-1/+1
2019-05-16OvmfPkg/PlatformPei: assign PciSize on both i440fx/q35 branches explicitlyLaszlo Ersek1-1/+2
2019-05-16OvmfPkg: Update DSC/FDF to use NetworkPkg's include fragment file.Fu Siyuan6-219/+81
2019-05-16OvmfPkg/EnrollDefaultKeys: import the non-default key into dbGary Lin1-14/+39
2019-05-15OvmfPkg: Remove duplicated library classes in dxe drivers section in DSCZhang, Shenglei3-12/+0
2019-05-09OvmfPkg/QemuVideoDxe: Remove dependency on OptionRomPkgMichael D Kinney4-36/+3
2019-05-01OvmfPkg/EnrollDefaultKeys: suppress incorrect compiler warningLaszlo Ersek1-0/+7
2019-04-30OvmfPkg/XenSupport: turn off address decoding before BAR sizingIgor Druzhinin1-0/+21
2019-04-30OvmfPkg/XenSupport: use a correct PCI host bridge aperture for BAR64Igor Druzhinin1-1/+5
2019-04-30OvmfPkg/XenSupport: remove usage of prefetchable PCI host bridge apertureIgor Druzhinin1-22/+12
2019-04-30OvmfPkg/EnrollDefaultKeys: remove Red Hat's hard-coded PK/KEK1Laszlo Ersek2-88/+0
2019-04-30OvmfPkg/EnrollDefaultKeys: enroll PK/KEK1 from the Type 11 SMBIOS tableLaszlo Ersek2-13/+217
2019-04-30OvmfPkg: introduce OVMF_PK_KEK1_APP_PREFIX_GUIDLaszlo Ersek2-0/+46
2019-04-30OvmfPkg/EnrollDefaultKeys: document the steps of the entry point functionLaszlo Ersek1-0/+54
2019-04-30OvmfPkg/EnrollDefaultKeys: describe functions with leading comment blocksLaszlo Ersek1-0/+73
2019-04-30OvmfPkg/EnrollDefaultKeys: extract MICROSOFT_VENDOR_GUIDLaszlo Ersek6-33/+62