summaryrefslogtreecommitdiff
path: root/OvmfPkg/OvmfPkgIa32.dsc
AgeCommit message (Expand)AuthorFilesLines
2022-07-07OvmfPkg: Pipeline: Resolve SecureBootVariableLib dependencyKun Qin1-0/+1
2022-06-22Ovmf/HardwareInfoLib: Add Dxe lib to dynamically parse heterogenous dataNicolas Ojeda Leon1-0/+1
2022-06-22Ovmf/HardwareInfoLib: Create Pei lib to parse directly from fw-cfgNicolas Ojeda Leon1-0/+1
2022-06-22OvmfPkg: reduce the number of dsc include files for tpm libsGerd Hoffmann1-4/+0
2022-05-25OvmfPkg: fix PcdFSBClockGerd Hoffmann1-1/+1
2022-05-19OvmfPkg: Add VariableFlashInfoLibMichael Kubacki1-0/+1
2022-04-30OvmfPkg: restore CompatImageLoaderDxe chunkGerd Hoffmann1-0/+3
2022-04-22OvmfPkg: clear PcdConOut{Row,Column}Gerd Hoffmann1-0/+2
2022-04-19OvmfPkg: Add CcProbeLib in *.dscMin Xu1-0/+1
2022-04-02OvmfPkg: Add dependency of VariableSmm driver to make it work normally.Zhihao Li1-1/+2
2022-04-02OvmfPkg: Switch timer in build time for OvmfPkgMin Xu1-1/+9
2022-04-02OvmfPkg/BaseMemEncryptTdxLib: Add TDX helper libraryMin Xu1-0/+1
2022-04-02MdeModulePkg: Add PcdTdxSharedBitMaskMin Xu1-0/+3
2022-04-02OvmfPkg: Create initial version of PlatformInitLibMin Xu1-0/+1
2022-02-16OvmfPkg/FvbServicesSmm: use the VmgExitLibNullBrijesh Singh1-1/+4
2022-01-29OvmfPkg: add PcdVideoResolutionSourceGerd Hoffmann1-0/+1
2022-01-29OvmfPkg: change qemu default resolution to 1280x800Gerd Hoffmann1-2/+2
2021-12-15OvmfPkg: move tcg configuration to dsc and fdf include filesGerd Hoffmann1-77/+11
2021-12-11OvmfPkg-EmuVariableFvbRuntimeDxe: Support Access To Memory Above 4Glixianglai1-0/+2
2021-12-11OvmfPkg: Generalize AcpiPlatformDxeSebastien Boeuf1-1/+1
2021-12-10OvmfPkg: Remove unused print service driver (PrintDxe)Philippe Mathieu-Daude1-1/+0
2021-12-09OvmfPkg/PlatformPei: set PcdConfidentialComputingAttr when SEV is activeBrijesh Singh1-0/+3
2021-12-09OvmfPkg/MemEncryptSevLib: add support to validate system RAMBrijesh Singh via groups.io1-0/+1
2021-09-30OvmfPkg: Reference new Tcg2PlatformPei in the build systemStefan Berger1-0/+4
2021-09-30OvmfPkg: Reference new Tcg2PlatformDxe in the build system for compilationStefan Berger1-0/+4
2021-08-03OvmfPkg: add SecureBootVariableLib class resolutionGrzegorz Bernacki1-0/+2
2021-07-29OvmfPkg: add BlobVerifierLibNull to DSCDov Murik1-1/+4
2021-06-04OvmfPkg: restrict XenPlatformLib to BdsDxe in the IA32, IA32X64, X64 DSCsLaszlo Ersek1-1/+1
2021-06-04OvmfPkg: drop PcdPciDisableBusEnumeration from the IA32, IA32X64, X64 DSCsLaszlo Ersek1-1/+0
2021-06-04OvmfPkg: switch IA32, IA32X64, X64 to the fw_cfg-only ACPI platform driverLaszlo Ersek1-2/+1
2021-06-04OvmfPkg: remove the Xen drivers from the IA32, IA32X64, and X64 platformsLaszlo Ersek1-4/+0
2021-04-30OvmfPkg/TpmMmioSevDecryptPei: Mark TPM MMIO range as unencrypted for SEV-ESLendacky, Thomas1-0/+1
2021-04-09OvmfPkg: Add MicrocodeLib in DSC files.Ray Ni1-0/+1
2021-03-31OvmfPkg: Consume MdeLibs.dsc.inc for RegisterFilterLibDandan Bi1-1/+4
2021-03-24OvmfPkg: strip build paths in release buildsRoss Burton1-0/+1
2021-03-05OvmfPkg: resolve MmUnblockMemoryLib (mainly for VariableSmmRuntimeDxe)Kun Qin1-0/+3
2021-01-20OvmfPkg: Introduce PciHostBridgeUtilityLib classJiahui Cen via groups.io1-0/+1
2021-01-19OvmfPkg: disable list length checks in NOOPT and DEBUG buildsLaszlo Ersek1-0/+1
2021-01-19OvmfPkg: raise PcdShellFileOperationSize to 128KBLaszlo Ersek1-0/+2
2021-01-07OvmfPkg/MemEncryptSevLib: Add an interface to retrieve the encryption maskTom Lendacky1-1/+3
2020-12-21OvmfPkg/VirtioFsDxe: convert FUSE inode attributes to EFI_FILE_INFOLaszlo Ersek1-0/+1
2020-12-21OvmfPkg: introduce VirtioFsDxeLaszlo Ersek1-0/+1
2020-11-17OvmfPkg/OvmfPkgIa32.dsc: Enable MD5 while enable iSCSIGao, Zhichao1-0/+3
2020-11-17OvmfPkg: Add VariablePolicy engine to OvmfPkg platformBret Barkelew1-0/+5
2020-10-01OvmfPkg: enable HttpDynamicCommandVladimir Olovyannikov1-0/+4
2020-09-18OvmfPkg: Add RngLib based on TimerLib for CryptoMatthew Carlson1-0/+1
2020-08-17OvmfPkg: Create GHCB pages for use during Pei and Dxe phaseTom Lendacky1-0/+2
2020-08-17OvmfPkg: Add support to perform SEV-ES initializationTom Lendacky1-0/+3
2020-08-16OvmfPkg: Prepare OvmfPkg to use the VmgExitLib libraryTom Lendacky1-0/+1
2020-07-17OvmfPkg/LsiScsiDxe: Create the empty driverGary Lin1-0/+4