summaryrefslogtreecommitdiff
path: root/OvmfPkg
AgeCommit message (Expand)AuthorFilesLines
2021-09-30OvmfPkg: Reference new Tcg2PlatformPei in the build systemStefan Berger8-0/+20
2021-09-30OvmfPkg: Reference new Tcg2PlatformDxe in the build system for compilationStefan Berger8-0/+20
2021-09-30OvmfPkg: Handle TPM 2 physical presence opcodes much earlierStefan Berger3-22/+31
2021-09-30OvmfPkg/TPM PPI: Connect default consoles for user interactionStefan Berger2-0/+6
2021-09-22OvmfPkg: set a default value for the WorkAreaHeader PCDCorvin Köhne2-1/+6
2021-09-16UefiCpuPkg: Refactor initialization of CPU features during S3 resumeLou, Yun1-5/+2
2021-09-06OvmfPkg/OvmfXen: Fix build with QemuKernelLoaderFsDxeAnthony PERARD1-1/+4
2021-08-31OvmfPkg/OvmfXen: add QemuKernelLoaderFsDxeLin, Gary (HPS OE-Linux)2-0/+2
2021-08-31OvmfPkg/SmmControl2Dxe: use PcdAcpiS3Enable to detect S3 supportLin, Gary (HPS OE-Linux)2-3/+3
2021-08-31OvmfPkg/PlatformBootManagerLib: use PcdAcpiS3Enable to detect S3 supportLin, Gary (HPS OE-Linux)2-1/+2
2021-08-31OvmfPkg/LockBoxLib: use PcdAcpiS3Enable to detect S3 supportLin, Gary (HPS OE-Linux)2-5/+2
2021-08-31OvmfPkg/OvmfXen: set PcdAcpiS3Enable at initializationLin, Gary (HPS OE-Linux)2-0/+15
2021-08-30OvmfPkg/VirtioMmioDeviceLib: enable virtio 1.0Gerd Hoffmann1-1/+1
2021-08-30OvmfPkg/VirtioMmioDeviceLib: virtio 1.0: Adapt feature bit handlingGerd Hoffmann1-5/+23
2021-08-30OvmfPkg/VirtioMmioDeviceLib: virtio 1.0: Add default QueueNumGerd Hoffmann2-1/+12
2021-08-30OvmfPkg/VirtioMmioDeviceLib: virtio 1.0: Fix SetQueueAddressGerd Hoffmann1-2/+25
2021-08-30OvmfPkg/VirtioMmioDeviceLib: virtio 1.0: Fix SetPageSize.Gerd Hoffmann1-1/+3
2021-08-30OvmfPkg/VirtioMmioDeviceLib: Add virtio 1.0 detection.Gerd Hoffmann2-4/+17
2021-08-30OvmfPkg/Virtio10: Add virtio-mmio 1.0 definesGerd Hoffmann1-0/+12
2021-08-27OvmfPkg/ResetVector: move the GHCB page setup in AmdSev.asmBrijesh Singh2-72/+92
2021-08-27OvmfPkg/ResetVector: update SEV support to use new work area formatBrijesh Singh6-1/+51
2021-08-27OvmfPkg: introduce a common work areaBrijesh Singh7-27/+100
2021-08-05OvmfPkg: Remove Initrd LINUX_EFI_INITRD_MEDIA_GUIDJeff Brasen2-18/+0
2021-08-03OvmfPkg: add SecureBootVariableLib class resolutionGrzegorz Bernacki4-0/+8
2021-07-29OvmfPkg/AmdSev: Enforce hash verification of kernel blobsDov Murik1-2/+2
2021-07-29OvmfPkg/AmdSev: add BlobVerifierLibSevHashesDov Murik3-0/+240
2021-07-29OvmfPkg/AmdSev: reserve MEMFD space for for firmware config hashesJames Bottomley5-1/+34
2021-07-29OvmfPkg/AmdSev/SecretPei: build hob for full pageDov Murik1-1/+2
2021-07-29OvmfPkg/QemuKernelLoaderFsDxe: call VerifyBlob after fetch from fw_cfgDov Murik1-0/+9
2021-07-29OvmfPkg: add BlobVerifierLibNull to DSCDov Murik4-4/+17
2021-07-29OvmfPkg: add library class BlobVerifierLib with null implementationDov Murik4-0/+98
2021-07-29OvmfPkg: PlatformBootManagerLibGrub: Allow executing kernel via fw_cfgJames Bottomley5-0/+69
2021-07-29OvmfPkg/AmdSev: use GenericQemuLoadImageLib in AmdSev buildsDov Murik1-1/+1
2021-07-29OvmfPkg/AmdSev/SecretDxe: fix header comment to generic namingJames Bottomley1-1/+1
2021-07-29OvmfPkg/ResetVector: add the macro to request guest terminationBrijesh Singh via groups.io1-42/+45
2021-07-29OvmfPkg/ResetVector: add the macro to invoke MSR protocol based VMGEXITBrijesh Singh1-24/+47
2021-07-29OvmfPkg/ResetVector: move SEV specific code in a separate fileBrijesh Singh3-391/+401
2021-07-05OvmfPkg/Bhyve: use static PCI32Base addressCorvin Köhne2-3/+5
2021-07-05OvmfPkg/Bhyve: add USB supportCorvin Köhne2-0/+17
2021-06-29OvmfPkg/XenPlatformPei: Relocate shared_info page mappingAnthony PERARD1-1/+1
2021-06-29OvmfPkg/X86QemuLoadImageLib: State fw_cfg dependency in file headerDov Murik2-0/+6
2021-06-29OvmfPkg/GenericQemuLoadImageLib: Read cmdline from QemuKernelLoaderFsDov Murik2-15/+139
2021-06-29Revert "OvmfPkg/QemuKernelLoaderFsDxe: don't expose kernel command line"Dov Murik1-3/+8
2021-06-29OvmfPkg/X86QemuLoadImageLib: plug cmdline blob leak on successDov Murik1-2/+4
2021-06-29OvmfPkg/GenericQemuLoadImageLib: plug cmdline blob leak on successDov Murik1-2/+4
2021-06-24OvmfPkg/Bhyve: clean up TPM_ENABLE remnantsRebecca Cran2-79/+0
2021-06-09OvmfPkg/PlatformCI: bump QEMU choco package version to 2021.5.5Laszlo Ersek1-1/+1
2021-06-07OvmfPkg/README: Fix typo in READMEKAAIRA GUPTA1-1/+1
2021-06-04OvmfPkg: restrict XenPlatformLib to BdsDxe in the IA32, IA32X64, X64 DSCsLaszlo Ersek3-3/+3
2021-06-04OvmfPkg/SmbiosPlatformDxe: split Xen entry point from QEMU entry pointLaszlo Ersek6-82/+86