summaryrefslogtreecommitdiff
path: root/OvmfPkg/Include
AgeCommit message (Expand)AuthorFilesLines
2022-04-02OvmfPkg: Add IntelTdx.h in OvmfPkg/Include/IndustryStandardMin Xu1-0/+67
2022-03-04OvmfPkg: CloudHv: Retrieve RSDP address from PVHSebastien Boeuf1-5/+0
2022-02-28OvmfPkg/ResetVector: cache the SEV status MSR value in workareaBrijesh Singh1-2/+10
2021-12-11OvmfPkg: Install ACPI tables for Cloud HypervisorSebastien Boeuf1-0/+5
2021-12-11OvmfPkg: Retrieve SMBIOS from Cloud HypervisorSebastien Boeuf1-0/+5
2021-12-11OvmfPkg: Handle Cloud Hypervisor host bridgeSebastien Boeuf2-0/+37
2021-12-09OvmfPkg/AmdSev: expose the SNP reserved pages through configuration tableBrijesh Singh1-0/+33
2021-12-09OvmfPkg/MemEncryptSevLib: add support to validate system RAMBrijesh Singh via groups.io1-0/+14
2021-12-09OvmfPkg/MemEncryptSevLib: add MemEncryptSevSnpEnabled()Brijesh Singh1-0/+12
2021-12-07OvmfPkg: Apply uncrustify changesMichael Kubacki81-2579/+2527
2021-12-07OvmfPkg: Change OPTIONAL keyword usage styleMichael D Kinney2-9/+9
2021-10-05OvmfPkg/ResetSystemLib: add driver for microvmGerd Hoffmann2-0/+8
2021-10-05OvmfPkg/Microvm: PlatformPei/Platform: add id.Gerd Hoffmann1-0/+12
2021-09-22OvmfPkg: set a default value for the WorkAreaHeader PCDCorvin Köhne1-0/+5
2021-08-30OvmfPkg/Virtio10: Add virtio-mmio 1.0 definesGerd Hoffmann1-0/+12
2021-08-27OvmfPkg: introduce a common work areaBrijesh Singh2-20/+68
2021-08-05OvmfPkg: Remove Initrd LINUX_EFI_INITRD_MEDIA_GUIDJeff Brasen1-17/+0
2021-07-29OvmfPkg: add library class BlobVerifierLib with null implementationDov Murik1-0/+38
2021-06-04OvmfPkg/AcpiPlatformDxe: move "QemuLoader.h" to IndustryStandardLaszlo Ersek1-0/+106
2021-05-29OvmfPkg/BaseMemEncryptSevLib: remove Flush parameterBrijesh Singh1-8/+2
2021-05-29OvmfPkg/BaseMemEncryptSevLib: introduce MemEncryptSevClearMmioPageEncMask()Brijesh Singh1-0/+25
2021-04-13OvmfPkg/IndustryStandard: Introduce PageTable.hAnthony PERARD1-0/+161
2021-04-13OvmfPkg/IndustryStandard/Xen: Apply EDK2 coding style to XEN_VCPU_TIME_INFOAnthony PERARD1-8/+9
2021-03-16OvmfPkg/CpuHotplugSmm: do actual CPU hot-ejectAnkur Arora1-0/+1
2021-03-16OvmfPkg: define CPU_HOT_EJECT_DATAAnkur Arora1-0/+60
2021-03-16OvmfPkg/CpuHotplugSmm: collect hot-unplug eventsAnkur Arora1-0/+1
2021-01-20OvmfPkg/PciHostBridgeUtilityLib: Extend GetRootBridges() with BusMin/BusMaxJiahui Cen via groups.io1-0/+6
2021-01-20OvmfPkg/PciHostBridgeUtilityLib: Extend parameter list of GetRootBridgesJiahui Cen via groups.io1-9/+15
2021-01-20OvmfPkg/PciHostBridgeLib: Extract GetRootBridges() / FreeRootBridges()Jiahui Cen via groups.io1-0/+50
2021-01-20OvmfPkg/PciHostBridgeUtilityLib: Extend parameters of InitRootBridge()Jiahui Cen via groups.io1-24/+32
2021-01-20OvmfPkg/PciHostBridgeLib: Extract InitRootBridge() / UninitRootBridge()Jiahui Cen via groups.io1-0/+77
2021-01-20OvmfPkg: Introduce PciHostBridgeUtilityLib classJiahui Cen via groups.io1-0/+38
2021-01-07OvmfPkg/VmgExitLib: Support nested #VCsTom Lendacky1-0/+23
2021-01-07OvmfPkg/MemEncryptSevLib: Address range encryption state interfaceTom Lendacky1-0/+33
2021-01-07OvmfPkg/MemEncryptSevLib: Add an interface to retrieve the encryption maskTom Lendacky1-0/+12
2021-01-07OvmfPkg/ResetVector: Save the encryption mask at boot timeTom Lendacky1-0/+2
2021-01-07OvmfPkg/ResetVector: Validate the encryption bit position for SEV/SEV-ESTom Lendacky1-0/+4
2021-01-07OvmfPkg/Sec: Move SEV-ES SEC workarea definition to common header fileTom Lendacky1-1/+15
2020-12-21OvmfPkg/VirtioFsDxe: add helper for determining file mode bits updateLaszlo Ersek1-0/+3
2020-12-21OvmfPkg/VirtioFsDxe: implement the wrapper function for FUSE_SETATTRLaszlo Ersek1-1/+34
2020-12-21OvmfPkg/VirtioFsDxe: implement the wrapper function for FUSE_RENAME2Laszlo Ersek1-0/+15
2020-12-21OvmfPkg/VirtioFsDxe: implement the wrapper function for FUSE_WRITELaszlo Ersek1-0/+19
2020-12-21OvmfPkg/VirtioFsDxe: add a shared wrapper for FUSE_READ / FUSE_READDIRPLUSLaszlo Ersek1-0/+67
2020-12-21OvmfPkg/VirtioFsDxe: implement the wrapper function for FUSE_STATFSLaszlo Ersek1-0/+17
2020-12-21OvmfPkg/VirtioFsDxe: implement the wrapper function for FUSE_GETATTRLaszlo Ersek1-0/+16
2020-12-21OvmfPkg/VirtioFsDxe: add a shared wrapper for FUSE_UNLINK / FUSE_RMDIRLaszlo Ersek1-0/+2
2020-12-21OvmfPkg/VirtioFsDxe: implement the wrapper function for FUSE_LOOKUPLaszlo Ersek1-0/+6
2020-12-21OvmfPkg/VirtioFsDxe: convert FUSE inode attributes to EFI_FILE_INFOLaszlo Ersek1-0/+3
2020-12-21OvmfPkg/VirtioFsDxe: implement the wrapper function for FUSE_CREATELaszlo Ersek1-0/+17
2020-12-21OvmfPkg/VirtioFsDxe: implement the wrapper function for FUSE_MKDIRLaszlo Ersek1-0/+55