summaryrefslogtreecommitdiff
path: root/OvmfPkg/Include
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-21OvmfPkg/VirtioFsDxe: implement the wrapper function for FUSE_OPENLaszlo Ersek1-14/+21
2020-12-21OvmfPkg/VirtioFsDxe: implement the wrapper function for FUSE_FLUSHLaszlo Ersek1-0/+11
2020-12-21OvmfPkg/VirtioFsDxe: add a shared wrapper for FUSE_FSYNC / FUSE_FSYNCDIRLaszlo Ersek1-0/+11
2020-12-21OvmfPkg/VirtioFsDxe: implement the wrapper function for FUSE_FORGETLaszlo Ersek1-0/+8
2020-12-21OvmfPkg/VirtioFsDxe: implement EFI_SIMPLE_FILE_SYSTEM_PROTOCOL.OpenVolume()Laszlo Ersek1-0/+5
2020-12-21OvmfPkg/VirtioFsDxe: add shared wrapper for FUSE_RELEASE / FUSE_RELEASEDIRLaszlo Ersek1-0/+12
2020-12-21OvmfPkg/VirtioFsDxe: implement the wrapper function for FUSE_OPENDIRLaszlo Ersek1-0/+15
2020-12-21OvmfPkg/VirtioFsDxe: submit the FUSE_INIT request to the deviceLaszlo Ersek1-0/+31
2020-12-21OvmfPkg/VirtioFsDxe: introduce the basic FUSE request/response headersLaszlo Ersek1-0/+49
2020-12-21OvmfPkg/VirtioFsDxe: implement virtio device (un)initializationLaszlo Ersek1-0/+52
2020-12-21OvmfPkg/VirtioFsDxe: DriverBinding: open VirtioDevice, install SimpleFsLaszlo Ersek1-0/+5
2020-12-18OvmfPkg/AmdSev/SecretDxe: make secret location naming genericJames Bottomley1-5/+5
2020-12-18OvmfPkg: Change SEV Launch Secret API to be UINT64 for base and sizeJames Bottomley1-2/+2
2020-12-14OvmfPkg/AmdSev: Expose the Sev Secret area using a configuration tableJames Bottomley1-0/+28
2020-11-30OvmfPkg: Improve style and formatting in BhyveFwCtlLib.hRebecca Cran1-12/+12
2020-08-19OvmfPkg: Fix spelling mistake for occurredMichael D Kinney1-1/+1
2020-08-17OvmfPkg/MemEncryptSevLib: Add an SEV-ES guest indicator functionTom Lendacky1-0/+12
2020-08-17OvmfPkg/VmgExitLib: Add support for IOIO_PROT NAE eventsTom Lendacky1-0/+83
2020-08-01OvmfPkg: fix DEC spec violation introduced by Bhyve additionLaszlo Ersek1-0/+47
2020-07-17OvmfPkg/LsiScsiDxe: Process the SCSI Request PacketGary Lin1-0/+64
2020-07-17OvmfPkg/LsiScsiDxe: Open PciIo protocol and initialize the deviceGary Lin1-0/+21
2020-07-17OvmfPkg/LsiScsiDxe: Probe PCI devices and look for LsiScsiGary Lin1-0/+20
2020-05-05OvmfPkg/MptScsiDxe: Implement the PassThru methodNikita Leshenko1-0/+9
2020-05-05OvmfPkg/MptScsiDxe: Initialize hardwareNikita Leshenko1-0/+128
2020-05-05OvmfPkg/MptScsiDxe: Probe PCI devices and look for MptScsiNikita Leshenko1-0/+23
2020-05-05OvmfPkg: Add BaseResetSystemLibBhyveRebecca Cran1-0/+2
2020-04-30OvmfPkg: Add VBE2 mode info structure to LegacyVgaBios.hRebecca Cran1-0/+38
2020-04-30OvmfPkg: Add bhyve support into AcpiTimerLibRebecca Cran2-0/+17
2020-04-28OvmfPkg: introduce QemuFwCfgSimpleParserLibLaszlo Ersek1-0/+128