summaryrefslogtreecommitdiff
path: root/MdePkg/Library
AgeCommit message (Expand)AuthorFilesLines
2025-11-04MdePkg: Add code to detect running as an SEV guestRARelph4-0/+79
2025-10-30MdePkg: Remove DXE_SAL_DRIVERSathya Ravichandran6-6/+6
2025-10-30MdePkg: Copy FvLib to MdePkgZhiguang Liu2-0/+456
2025-10-13MdePkg/BaseFdtLib: Add FdtGetPhandle wrapperSarah Walker1-0/+18
2025-10-06MdePkg/MockFdtLib: add FdtLib mock functionsBob Morgan1-0/+1
2025-09-26MdePkg: Remove ARM32 Support from CompilerIntrinsicsLibOliver Smith-Denny42-2301/+0
2025-09-26MdePkg: Remove ARM32 Support from BaseLibOliver Smith-Denny22-973/+5
2025-09-26MdePkg: Remove ARM32 SupportOliver Smith-Denny9-32/+4
2025-09-26MdePkg: Remove ARM32 Support from BaseCpuLibOliver Smith-Denny5-144/+2
2025-09-26MdePkg: Remove ARM32 Support from PE/COFF LibsOliver Smith-Denny4-242/+3
2025-09-26MdePkg: Remove ARM32 Support from BaseSynchronizationLibOliver Smith-Denny3-420/+1
2025-09-26MdePkg: Remove ARM32 Support from BaseIoIntrinsicLibOliver Smith-Denny5-298/+4
2025-09-26MdePkg: Remove ARM32 Support from BaseMemoryLibOptDxeOliver Smith-Denny13-1073/+5
2025-09-26MdePkg: Remove ARM32 Support from ArmS*cLibOliver Smith-Denny4-86/+0
2025-09-26MdePkg: Remove ARM32 Support from Service Table LibsOliver Smith-Denny3-10/+2
2025-09-26MdePkg: Remove ARM32 Support from StackCheckLibOliver Smith-Denny4-59/+3
2025-09-19MdePkg/Library/BaseLib: Remove __chkstk() from BaseLibMichael D Kinney3-20/+0
2025-09-02MdePkg/Library/BaseRngLib/Riscv: use CPU RNG instructions onlyAdriano Cordova1-92/+3
2025-08-26MdePkg/BaseFdtLib: Remove unused macros and string APIsThamballi Sreelalitha1-20/+11
2025-08-06MdePkg/Library: Remove MM_STANDALONE LibraryClass in UefiDevicePathLib.infGowtham M1-1/+1
2025-08-06MdePkg/Library: Remove UefiDevicePathLibStandaloneMm.infGowtham M1-78/+0
2025-07-15MdePkg: RISC-V: Add PeiServicesTablePointerLibTuan Phan3-0/+125
2025-07-15MdePkg: RISC-V: Remove firmware context APIsTuan Phan1-61/+0
2025-07-15MdePkg/BaseCpuLib: Add FPU initialization support for RISC-VTuan Phan2-1/+24
2025-07-08MdePkg: Remove UGA supportGuoMinJ3-93/+0
2025-07-04MdePkg: Correct spelling errors and typosAbdul Lateef Attar2-2/+5
2025-06-26MdePkg: ArmFfaMemMgmtLib: Introduce FF-A memory protocol libraryKun Qin2-0/+644
2025-06-11MdePkg: Fix definition typosDongyan Qian1-1/+1
2025-06-05MdePkg: BaseLib: Add UUID-GUID conversion functionKun Qin2-0/+122
2025-05-30MdePkg/BaseFdtLib: add a few new function wrappersLeif Lindholm1-0/+40
2025-05-26MdePkg: Add comment describing address parameter in PciSegmentLibVarshitPandya3-0/+36
2025-04-30MdePkg/BaseFdtLib: add FdtGetPropertyW wrapperLeif Lindholm1-0/+24
2025-04-30MdePkg,UefiPayloadPkg: clean up BaseFdtLib API confusionLeif Lindholm1-2/+27
2025-04-22MdePkg/Library: Remove unused gEfiDevicePathProtocolGuidJiaxin Wu1-1/+0
2025-04-18MdePkg: Add two new APIs in HobLibDun Tan3-0/+219
2025-04-10ArmPkg: ArmSvcLib: Move ArmSvcLib to MdePkgKun Qin3-0/+111
2025-04-10ArmPkg: ArmSmcLibNull: Move ArmSmcLibNull to MdePkgKun Qin2-0/+124
2025-04-10ArmPkg: ArmSmcLib: Move ArmSmcLib to MdePkgKun Qin4-0/+245
2025-02-28MdePkg/BaseMemoryLib: Prevent potential VS2022 linker failureMichael Kubacki1-3/+3
2025-02-11MdePkg/DynamicStackCookieEntryPointLib: Drop execute-in-place versionsArd Biesheuvel7-295/+6
2025-02-11MdePkg/DynamicStackCookieEntryPointLib: Remove unused filesArd Biesheuvel3-162/+0
2025-02-07MdePkg: Add Dynamic Stack Cookie SupportOliver Smith-Denny29-71/+1739
2025-02-07MdePkg: Move StackCheckLibStaticInit to StackCheckLibOliver Smith-Denny8-7/+10
2025-02-07MdePkg: Add StandaloneMmCoreEntryPoint for X64Oliver Smith-Denny2-0/+101
2025-02-07MdePkg: Add StackCheckLib Library ClassOliver Smith-Denny4-0/+5
2025-02-07MdePkg: Centralize RNDR Register DefinitionOliver Smith-Denny4-9/+4
2025-02-06MdePkg: Add PeiRngLibMichael Kubacki3-0/+282
2025-01-31MdePkg/BaseFdtLib: fix build with gcc 15Gerd Hoffmann1-9/+13
2025-01-29MdePkg/BasePeCoffLib: Remove DEBUG() statements from runtime codeArd Biesheuvel1-2/+6
2025-01-28MdePkg: Fix Clang Build ErrorINDIA\sachinganesh1-5/+2