summaryrefslogtreecommitdiff
path: root/OvmfPkg/Library
AgeCommit message (Expand)AuthorFilesLines
2025-09-09OvmfPkg: Remove OVMF IA32Oliver Smith-Denny30-194/+39
2025-09-09OvmfPkg/MemEncryptSevLib: Check if SEV-SNP coherency mitigitation is neededTom Lendacky4-8/+106
2025-09-09OvmfPkg/MemEncryptSevLib: Evict cache lines during SNP memory validationTom Lendacky1-1/+40
2025-08-28OvmfPkg/MemDebugLogLib: move QemuFwCfgSimpleParserLib to LibraryClassesLuigi Leonardi1-5/+0
2025-08-28OvmfPkg/MemDebugLogLib: unoptimize PEIM and PEI_CORELuigi Leonardi2-35/+24
2025-07-16OvmfPkg/AmdSvsmLib: add AmdSvsmQueryProtocolGerd Hoffmann1-0/+47
2025-07-08OvmfPkg/PlatformDebugLibIoPort: Add check for MemDebugLogWriteLuigi Leonardi1-1/+3
2025-07-08OvmfPkg: Don't Allocate Page 0Oliver Smith-Denny2-74/+0
2025-06-25OvmfPkg/VirtNorFlash: Move low level NOR flash functions into libraryTuan Phan2-0/+994
2025-06-20OvmfPkg: Add the ResetVector in TDX MailBoxCeping Sun1-1/+4
2025-06-19OvmfPkg: MmPlatformHobProducerLibOvmf: Ovmf specific HOB creators for StmmKun Qin2-0/+182
2025-06-19OvmfPkg: MemEncryptSevLib: Add Null instanceKun Qin2-0/+273
2025-06-19OvmfPkg: StandaloneMmCpuFeaturesLib: Introduce SmmCpuFeaturesLib for OvmfKun Qin2-0/+117
2025-06-19OvmfPkg: SmmCpuFeaturesLib: Abstract out SMM specific implementationsKun Qin3-198/+251
2025-06-19OvmfPkg: PlatformSecureLib: Support Standalone MM core and driversKun Qin1-1/+1
2025-06-19OvmfPkg: PlatformDebugLibIoPort: Support Standalone MM core and driversKun Qin1-1/+1
2025-06-19OvmfPkg: DxeAcpiTimerLib: Support Standalone MM core and driversKun Qin1-1/+1
2025-06-19OvmfPkg: MemDebugLogLibNull: Support Standalone MM core and driversKun Qin1-1/+1
2025-06-14OvmfPkg: Add OVMF Mem Debug Log buffer to PEI mem cap/reserve early bufferAaron Young2-0/+17
2025-06-14OvmfPkg: Add OVMF Memory Debug Logging support to PlatformDebugLibIoPortAaron Young3-4/+22
2025-06-14OvmfPkg: Add OVMF Memory Debug Logging MemDebugLogLib libraryAaron Young13-0/+864
2025-06-10OvmfPkg/PlatformBmPrintScLib: hint at Secure Boot verificationLaszlo Ersek1-2/+8
2025-05-26[QemuLoadImageLib] Prefix initrd=initrd in cmdlineMiguel Flores Ruiz de Eguino2-8/+8
2025-04-30ArmVirtPkg,DynamicTablesPkg,EmbeddedPkg,OvmfPkg: use MdePkg BaseFdtLibLeif Lindholm4-21/+20
2025-04-26OvmfPkg/CcExitLib: Use the proper register when filtering MSRsTom Lendacky1-1/+3
2025-04-23OvmfPkg/HardwareInfoLib: add support for qemu vars deviceGerd Hoffmann1-2/+12
2025-04-18OvmfPkg: Rename EDKII_PEI_MP_SERVICES2_PPIINDIA\sachinganesh1-4/+4
2025-03-20OvmfPkg/IntelTdx: Cache and measure FwCfgCeping Sun1-0/+6
2025-03-20OvmfPkg: Refactor QEMU_FW_CFG_CACHE_WORK_AREACeping Sun7-77/+74
2025-03-20OvmfPkg/QemuFwCfgLib: Support Cache FwCfg with optional measurementCeping Sun8-5/+271
2025-03-20OvmfPkg/QemuFwCfgLib: Add FwCfg cache interfaceCeping Sun3-0/+545
2025-03-20OvmfPkg/PeilessStartupLib: Build PlatformInfoHob before InitializePlatformCeping Sun1-6/+20
2025-03-16OvmfPkg/AmdSvsmLib: Add the SVSM vTPM protocolClaudio Carvalho1-0/+95
2025-03-16OvmfPkg/AmdSvmLib: Use named protocol and call constantsOliver Steffen1-5/+5
2025-03-14OvmfPkg: Use user-specified opt/ovmf/X-PciMmio64Mb value unconditionallyMitchell Augustin1-3/+6
2025-03-13OvmfPkg/PlatformBootManagerCommonLib: Set UiApp as an optional boot optionLuigi Leonardi2-0/+18
2025-03-13OvmfPkg/PlatformBootManagerCommonLib: Disable autoboot for EFI ShellLuigi Leonardi1-1/+1
2025-03-13OvmfPkg/HardwareInfoLib: Reserve device type ID for SVSMOliver Steffen1-2/+3
2025-03-07OvmfPkg/PlatformInitLib: fix typoGerd Hoffmann1-1/+1
2025-03-05OvmfPkg/PlatformBootManagerCommonLib: Introduce OvmfFindLoadOptionLuigi Leonardi1-1/+43
2025-03-05OvmfPkg/PlatformBootManagerLib: Register UiApp as an optional boot optionGerd Hoffmann2-0/+18
2025-03-05OvmfPkg/PlatformBootManagerLib: Disable autoboot for EFI ShellGerd Hoffmann1-1/+1
2025-02-28ArmVirtPkg: Add support for fw_cfg for EFI ShellLuigi Leonardi1-1/+11
2025-02-28OvmfPkg: Make PlatformBootManagerLibLight use PlatformBootManagerCommonLibLuigi Leonardi2-213/+4
2025-02-28OvmfPkg: Make PlatformBootManagerLib use PlatformBootManagerCommonLibLuigi Leonardi3-259/+2
2025-02-28OvmfPkg: Introduce PlatformBootManagerCommonLibLuigi Leonardi2-0/+329
2025-02-07MdePkg: Move StackCheckLibStaticInit to StackCheckLibOliver Smith-Denny1-0/+1
2025-01-29OvmfPkg: fix warning about uninitialized variableMike Maslenkin1-0/+1
2025-01-28OvmfPkg: make legacy direct kernel loader code nx cleanGerd Hoffmann1-1/+1
2025-01-24OvmfPkg/GenericQemuLoadImageLib: fix cmdline + initrd handlingGerd Hoffmann1-2/+10