summaryrefslogtreecommitdiffstats
path: root/OvmfPkg
Commit message (Expand)AuthorAgeFilesLines
* OvmfPkg: CloudHv: Add READMESebastien Boeuf2022-03-041-0/+67
* OvmfPkg: CloudHv: Rely on PVH memmap instead of CMOSSebastien Boeuf2022-03-042-0/+75
* OvmfPkg: CloudHv: Retrieve RSDP address from PVHSebastien Boeuf2022-03-044-17/+32
* OvmfPkg: Generate CloudHv as a PVH ELF binarySebastien Boeuf2022-03-043-5/+66
* OvmfPkg: CloudHv: Remove VARS and CODE sectionsSebastien Boeuf2022-03-041-29/+1
* OvmfPkg: Xen: Generate fdf include file from ELF header generatorSebastien Boeuf2022-03-041-41/+19
* OvmfPkg: Xen: Use a new fdf include for the PVH ELF headerSebastien Boeuf2022-03-042-55/+66
* OvmfPkg: Make the Xen ELF header generator more flexibleSebastien Boeuf2022-03-041-32/+109
* OvmfPkg/BaseMemEncryptLib: use the SEV_STATUS MSR value from workareaBrijesh Singh2022-02-286-213/+156
* OvmfPkg/ResetVector: cache the SEV status MSR value in workareaBrijesh Singh2022-02-285-19/+39
* OvmfPkg/AmdSev: reserve snp pagesGerd Hoffmann2022-02-281-0/+6
* OvmfPkg/FvbServicesSmm: use the VmgExitLibNullBrijesh Singh2022-02-164-4/+16
* OvmfPkg/VmgExitLib: Fix uninitialized variable warning with XCODE5Rebecca Cran2022-02-151-0/+1
* OvmfPkg/BaseCachingPciExpressLib: Migrate BaseCachingPciExpressLibAbner Chang2022-01-292-0/+1462
* OvmfPkg/QemuVideoDxe: parse edid blob, detect display resolutionGerd Hoffmann2022-01-293-2/+105
* OvmfPkg/QemuVideoDxe: factor out QemuVideoBochsAddModeGerd Hoffmann2022-01-291-30/+47
* OvmfPkg/QemuVideoDxe: drop QEMU_VIDEO_BOCHS_MODES->ColorDepthGerd Hoffmann2022-01-292-42/+39
* OvmfPkg/QemuVideoDxe: simplify InitializeBochsGraphicsModeGerd Hoffmann2022-01-294-11/+10
* OvmfPkg: add PcdVideoResolutionSourceGerd Hoffmann2022-01-299-0/+17
* OvmfPkg: change qemu default resolution to 1280x800Gerd Hoffmann2022-01-296-12/+12
* OvmfPkg: Add CloudHvX64 to the CISebastien Boeuf2022-01-132-0/+46
* OvmfPkg/CloudHv: Remove CSM supportSebastien Boeuf2022-01-132-26/+0
* OvmfPkg/CloudHv: Remove USB supportSebastien Boeuf2022-01-132-21/+0
* OvmfPkg/CloudHv: Remove video supportSebastien Boeuf2022-01-132-20/+0
* OvmfPkg/CloudHv: Reduce dependency on QemuFwCfgSebastien Boeuf2022-01-131-2/+0
* OvmfPkg/CloudHv: Remove Q35 specificsSebastien Boeuf2022-01-131-10/+0
* OvmfPkg/CloudHv: Remove legacy 8259 PIC supportSebastien Boeuf2022-01-132-5/+0
* OvmfPkg/CloudHv: Connect serial consoleSebastien Boeuf2022-01-133-10/+10
* OvmfPkg/CloudHv: Replace legacy 8254 PIT with local APIC timerSebastien Boeuf2022-01-132-2/+3
* OvmfPkg/CloudHv: Add new target for Cloud HypervisorSebastien Boeuf2022-01-132-0/+1530
* OvmfPkg/AmdSev/SecretPei: Mark SEV launch secret area as reservedDov Murik2022-01-041-1/+1
* OvmfPkg: Bhyve: Delete unused AcpiTables/Ssdt.asl fileRebecca Cran2021-12-231-15/+0
* OvmfPkg: Call PlatformInitializeConsole for GPU passthrough caseStefan Berger2021-12-173-0/+17
* OvmfPkg/Bhyve: fix tls-enabled buildGerd Hoffmann2021-12-171-1/+1
* OvmfPkg/PlatformPei: Revert "stop using cmos for memory detection"Ard Biesheuvel2021-12-151-4/+55
* OvmfPkg: rework TPM configurationGerd Hoffmann2021-12-1514-18/+41
* OvmfPkg: create Tcg12ConfigPei.infGerd Hoffmann2021-12-154-12/+59
* OvmfPkg: drop TPM_CONFIG_ENABLEGerd Hoffmann2021-12-157-13/+8
* OvmfPkg: move tcg configuration to dsc and fdf include filesGerd Hoffmann2021-12-1519-359/+185
* OvmfPkg: remove unused TPM options from MicrovmX64.dscGerd Hoffmann2021-12-151-2/+0
* OvmfPkg/PlatformPei: stop using cmos for memory detectionGerd Hoffmann2021-12-131-55/+4
* OvmfPkg/PlatformPei: prefer etc/e820 for memory detectionGerd Hoffmann2021-12-131-5/+14
* OvmfPkg/PlatformPei: ScanOrAdd64BitE820Ram improvementsGerd Hoffmann2021-12-131-8/+24
* OvmfPkg/Microvm: add READMEGerd Hoffmann2021-12-131-0/+50
* OvmfPkg/Microvm/virtio: add virtio-mmio supportGerd Hoffmann2021-12-132-0/+3
* OvmfPkg/Microvm/fdt: add empty fdtGerd Hoffmann2021-12-131-4/+22
* OvmfPkg/Microvm/fdt: load fdt from fw_cfgGerd Hoffmann2021-12-132-0/+46
* OvmfPkg/Microvm/fdt: add device tree supportGerd Hoffmann2021-12-132-0/+8
* OvmfPkg/PlatformCI: add XenBuild.pyGerd Hoffmann2021-12-132-0/+46
* OvmfPkg/PlatformCI: dummy grub.efi for AmdSevGerd Hoffmann2021-12-131-0/+5