summaryrefslogtreecommitdiff
path: root/OvmfPkg
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-17OvmfPkg/VmgExitLib: Add support for MWAIT/MWAITX NAE eventsTom Lendacky1-0/+36
2020-08-17OvmfPkg/VmgExitLib: Add support for MONITOR/MONITORX NAE eventsTom Lendacky1-0/+38
2020-08-17OvmfPkg/VmgExitLib: Add support for RDTSCP NAE eventsTom Lendacky1-0/+47
2020-08-17OvmfPkg/VmgExitLib: Add support for VMMCALL NAE eventsTom Lendacky1-0/+48
2020-08-17OvmfPkg/VmgExitLib: Add support for INVD NAE eventsTom Lendacky1-0/+29
2020-08-17OvmfPkg/VmgExitLib: Add support for RDPMC NAE eventsTom Lendacky1-0/+46
2020-08-17OvmfPkg/VmgExitLib: Add support for RDTSC NAE eventsTom Lendacky1-0/+43
2020-08-17OvmfPkg/VmgExitLib: Add support for WBINVD NAE eventsTom Lendacky1-0/+29
2020-08-17OvmfPkg/VmgExitLib: Add support for NPF NAE events (MMIO)Tom Lendacky1-0/+488
2020-08-17OvmfPkg/VmgExitLib: Add support for MSR_PROT NAE eventsTom Lendacky1-0/+65
2020-08-17OvmfPkg/VmgExitLib: Add support for CPUID NAE eventsTom Lendacky1-0/+60
2020-08-17OvmfPkg/VmgExitLib: Support string IO for IOIO_PROT NAE eventsTom Lendacky1-14/+76
2020-08-17OvmfPkg/VmgExitLib: Add support for IOIO_PROT NAE eventsTom Lendacky2-13/+628
2020-08-17OvmfPkg/VmgExitLib: Implement library support for VmgExitLib in OVMFTom Lendacky4-1/+277
2020-08-16OvmfPkg: Prepare OvmfPkg to use the VmgExitLib libraryTom Lendacky4-0/+4
2020-08-01OvmfPkg: fix DEC spec violation introduced by Bhyve additionLaszlo Ersek14-179/+14
2020-07-31Add BhyvePkg, to support the bhyve hypervisorRebecca Cran53-0/+12283
2020-07-31OvmfPkg/OvmfPkg.ci.yaml: Add configuration for LicenseCheckShenglei Zhang1-0/+4
2020-07-17OvmfPkg/LsiScsiDxe: Process the SCSI Request PacketGary Lin5-1/+498
2020-07-17OvmfPkg/LsiScsiDxe: Examine the incoming SCSI Request PacketGary Lin2-0/+102
2020-07-17OvmfPkg/LsiScsiDxe: Map DMA bufferGary Lin2-1/+75
2020-07-17OvmfPkg/LsiScsiDxe: Open PciIo protocol and initialize the deviceGary Lin3-1/+159
2020-07-17OvmfPkg/LsiScsiDxe: Report Targets and LUNsGary Lin4-2/+159
2020-07-17OvmfPkg/LsiScsiDxe: Install stubbed EXT_SCSI_PASS_THRUGary Lin3-1/+244
2020-07-17OvmfPkg/LsiScsiDxe: Probe PCI devices and look for LsiScsiGary Lin3-1/+73