summaryrefslogtreecommitdiff
path: root/OvmfPkg
AgeCommit message (Expand)AuthorFilesLines
2020-11-30OvmfPkg/Bhyve: Fix various style issuesRebecca Cran15-53/+47
2020-11-30OvmfPkg: Improve style and formatting in BhyveFwCtlLib.hRebecca Cran1-12/+12
2020-11-30OvmfPkg: Fix style of BhyveFwCtlLib.infRebecca Cran1-3/+2
2020-11-30OvmfPkg: Improve code style/formatting in BhyveFwCtlLib.cRebecca Cran1-67/+69
2020-11-30OvmfPkg: Fix BhyveFwCtlLib build with VS2019Rebecca Cran1-25/+25
2020-11-27OvmfPkg/XenPvBlkDxe: add return value if allocting failWenyi Xie1-0/+4
2020-11-27OvmfPkg/Bhyve: Copy Real16ToFlat32.asm and enable cache in CR0Rebecca Cran1-0/+143
2020-11-27OvmfPkg/Bhyve: Add support for the AMD host bridgeRebecca Cran2-3/+6
2020-11-27OvmfPkg/Bhyve: Add VariablePolicy engine to BhyveRebecca Cran1-1/+3
2020-11-25OvmfPkg/PlatformCI/.azurepiplines: Use stable release of QEMUMichael D Kinney1-1/+1
2020-11-17OvmfPkg/BhyveX64.dsc: Enable MD5 while enable iSCSIGao, Zhichao1-1/+4
2020-11-17OvmfPkg/OvmfXen.dsc: Enable MD5 while enable iSCSIGao, Zhichao1-0/+3
2020-11-17OvmfPkg/OvmfPkgX64.dsc: Enable MD5 while enable iSCSIGao, Zhichao1-0/+3
2020-11-17OvmfPkg/OvmfPkgIa32X64.dsc: Enable MD5 while enable iSCSIGao, Zhichao1-0/+3
2020-11-17OvmfPkg/OvmfPkgIa32.dsc: Enable MD5 while enable iSCSIGao, Zhichao1-0/+3
2020-11-17OvmfPkg: Add VariablePolicy engine to OvmfPkg platformBret Barkelew4-0/+19
2020-11-13OvmfPkg/Bhyve: fix build breakage after SEV-ES changesRebecca Cran2-2/+3
2020-11-13OvmfPkg/Bhyve: detach ResetVector from before the SEV-ES changesRebecca Cran3-0/+255
2020-11-10UefiCpuPkg, OvmfPkg: Disable interrupts when using the GHCBTom Lendacky3-8/+28
2020-11-10OvmfPkg/QemuFlashFvbServicesRuntimeDxe: Fix erase blocks for SEV-ESTom Lendacky1-2/+2
2020-11-10OvmfPkg/QemuFlashFvbServicesRuntimeDxe: Set the SwScratch valid bitTom Lendacky1-0/+1
2020-11-10OvmfPkg/VmgExitLib: Set the SwScratch valid bit for MMIO eventsTom Lendacky1-0/+5
2020-11-10OvmfPkg/VmgExitLib: Set the SwScratch valid bit for IOIO eventsTom Lendacky1-0/+1
2020-11-10OvmfPkg/VmgExitLib: Set the SW exit fields when performing VMGEXITTom Lendacky1-0/+4
2020-11-10OvmfPkg/VmgExitLib: Implement new VmgExitLib interfacesTom Lendacky2-87/+85
2020-10-01OvmfPkg: enable HttpDynamicCommandVladimir Olovyannikov8-0/+20
2020-09-22OvmfPkg/README: HTTPS Boot: describe host-side TLS cipher suites forwardingLaszlo Ersek1-9/+15
2020-09-18OvmfPkg: Add RngLib based on TimerLib for CryptoMatthew Carlson5-0/+5
2020-09-17OvmfPkg: drop redundant VendorID check in VirtioMmioDeviceLibLeif Lindholm1-15/+0
2020-08-27OvmfPkg/CpuHotplugSmm: fix CPU hotplug race just after SMI broadcastLaszlo Ersek1-6/+29
2020-08-27OvmfPkg/CpuHotplugSmm: fix CPU hotplug race just before SMI broadcastLaszlo Ersek1-0/+19
2020-08-24OvmfPkg/Bhyve: rename files to remove 'Pkg' infixRebecca Cran3-2/+2
2020-08-24OvmfPkg/SmmControl2Dxe: negotiate ICH9_LPC_SMI_F_CPU_HOTPLUGLaszlo Ersek2-2/+25
2020-08-19OvmfPkg: Fix spelling mistake for occurredMichael D Kinney3-3/+3
2020-08-17OvmfPkg/OvmfPkg.ci.yaml: Add configuration for Ecc checkShenglei Zhang1-0/+12
2020-08-17OvmfPkg: Move the GHCB allocations into reserved memoryTom Lendacky1-1/+3
2020-08-17OvmfPkg: Use the SEV-ES work area for the SEV-ES AP reset vectorTom Lendacky2-0/+101
2020-08-17OvmfPkg/QemuFlashFvbServicesRuntimeDxe: Bypass flash detection with SEV-ESTom Lendacky5-3/+91
2020-08-17OvmfPkg/Sec: Enable cache early to speed up bootingTom Lendacky1-0/+7
2020-08-17OvmfPkg/Sec: Add #VC exception handling for Sec phaseTom Lendacky2-13/+173
2020-08-17OvmfPkg/ResetVector: Add support for a 32-bit SEV checkTom Lendacky3-3/+277
2020-08-17OvmfPkg/PlatformPei: Reserve SEV-ES work area if S3 is supportedTom Lendacky2-0/+22
2020-08-17OvmfPkg: Reserve a page in memory for the SEV-ES usageTom Lendacky1-0/+3
2020-08-17OvmfPkg/PlatformPei: Move early GDT into ram when SEV-ES is enabledTom Lendacky1-0/+18
2020-08-17OvmfPkg: Create GHCB pages for use during Pei and Dxe phaseTom Lendacky5-1/+52
2020-08-17OvmfPkg/PlatformPei: Reserve GHCB-related areas if S3 is supportedTom Lendacky2-0/+27
2020-08-17OvmfPkg: Create a GHCB page for use during Sec phaseTom Lendacky5-0/+113
2020-08-17OvmfPkg: Add support to perform SEV-ES initializationTom Lendacky5-0/+36
2020-08-17OvmfPkg/MemEncryptSevLib: Add an SEV-ES guest indicator functionTom Lendacky2-14/+47
2020-08-17OvmfPkg/VmgExitLib: Add support for DR7 Read/Write NAE eventsTom Lendacky1-0/+114