summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Library
AgeCommit message (Expand)AuthorFilesLines
2021-12-07MdePkg: Change OPTIONAL keyword usage styleMichael D Kinney13-133/+133
2021-12-07MdePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-1/+1
2021-11-08MdePkg: Reproduce builds across source format changesMichael D Kinney1-23/+23
2021-11-08MdePkg/Include: Enhance DebugLib to support reproduce buildsMichael D Kinney1-4/+39
2021-10-13MdePkg/BaseLib: Add QuickSort function on BaseLibIanX Kuo1-0/+49
2021-05-29MdePkg/BaseLib: add support for RMPADJUST instructionTom Lendacky1-0/+35
2021-05-29MdePkg/BaseLib: add support for PVALIDATE instructionBrijesh Singh1-0/+50
2021-04-06MdePkg/BaseLib: Add support for the XSETBV instructionJiaxin Wu1-1/+24
2021-03-30MdePkg: Add RegisterFilterLib class and NULL instanceDandan Bi1-0/+243
2021-03-18MdePkg: Support standalone MM Driver Unload capabilityJiaxin Wu1-0/+25
2021-03-05MdePkg: MmUnblockMemoryLib: Added definition and null instanceKun Qin1-0/+44
2020-10-13MdePkg: Remove code wrapped by DISABLE_NEW_DEPRECATED_INTERFACESZhang, Shenglei4-1092/+0
2020-09-16MdePkg: PciExpressLib support variable size MMCONFMarcello Sylvester Bauer1-2/+3
2020-08-16MdePkg/BaseLib: Add support for the VMGEXIT instructionTom Lendacky1-0/+14
2020-08-16MdePkg/BaseLib: Add support for the XGETBV instructionTom Lendacky1-0/+17
2020-07-15MdePkg/Include: Add UT_EXPECT_ASSERT_FAILURE() to UnitTestLibMichael D Kinney1-0/+90
2020-07-15MdePkg/Include: Hook DebugLib _ASSERT() for unit testsMichael D Kinney1-1/+27
2020-06-24MdePkg/PciSegmentInfoLib: Add missing EFIAPI to GetPciSegmentInfo()Ray Ni1-1/+2
2020-06-14MdePkg/UnitTestLib.h: Drop FrameworkHandle param from SaveFrameworkState()Michael Kubacki1-6/+3
2020-05-22MdePkg: Fix SafeString performing assertions on runtime checksVitaly Cheptsov1-111/+0
2020-05-07MdePkg/BaseLib: BaseLib for RISCV64 architectureAbner Chang1-0/+26
2020-04-21MdePkg/BaseLib: Add linked list iteration macrosMichael Kubacki1-0/+27
2020-04-13MdePkg DebugLib: Enable FILE NAME as DEBUG ASSERT for CLANGZhiguang Liu1-1/+5
2020-02-10MdePkg/Library/Smm: Fix various typosAntoine Coeur3-7/+7
2020-02-10MdePkg/Library/Pci: Fix various typosAntoine Coeur4-8/+8
2020-02-10MdePkg/Library/Dxe: Fix various typosAntoine Coeur1-1/+1
2020-02-07MdePkg/Include/Library: Add UnitTestLib classBret Barkelew1-0/+757
2020-01-10MdePkg BaseLib.h: Update IA32_CR4 strut to include all public fieldsJason Voelz1-3/+12
2019-11-20MdePkg: Update the comments of IsLanguageSupportedShenglei Zhang1-9/+10
2019-09-29MdePkg: Implement SCSI commands for Security Protocol In/OutZurcher, Christopher J1-1/+129
2019-09-17MdePkg: UefiLib: Add a function to check if a language is supportedTom Zhao1-0/+17
2019-07-16MdePkg/BaseLib: re-specify Base64Decode(), and add temporary stub implLaszlo Ersek1-22/+85
2019-07-12MdePkg/BaseLib.h: Update IA32_CR4 structure for 5-level pagingRay Ni1-1/+2
2019-07-12Revert "MdePkg/BaseLib.h: Update IA32_CR4 structure for 5-level paging"Ray Ni1-2/+1
2019-07-10MdePkg/BaseLib.h: Update IA32_CR4 structure for 5-level pagingRay Ni1-1/+2
2019-04-28MdePkg: Removed IPF related codeShenglei Zhang3-598/+0
2019-04-28MdePkg/PeiServicesLib.h: Change comments of PeiServicesResetSystem2Zhichao Gao1-4/+2
2019-04-09MdePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney67-485/+67
2019-04-02MdePkg/DebugLib.h: Add new APIs for DebugLibBret Barkelew1-1/+51
2019-02-28MdePkg/BaseLib: Add Shadow Stack Support for X86.Yao, Jiewen1-0/+2
2019-02-02MdePkg: Fix coding style issuesBi, Dandan1-8/+8
2019-02-02MdePkg/BaseLib: Add Base64Encode() and Base64Decode()Mike Turner1-0/+56
2019-01-31MdePkg/UefiLib: Add a new API GetVariable3Bret Barkelew1-6/+39
2019-01-31MdePkg/UefiDevicePathLib: Add a checking stepMike Turner1-1/+2
2019-01-31MdePkg/BaseLib: Introduce CharToUpper and AsciiCharToUpper publiclyMike Turner1-1/+41
2019-01-16MdePkg: introduce standalone MM entry point library classArd Biesheuvel1-0/+131
2019-01-14MdePkg/Include: add MmServicesTableLib header fileJagadeesh Ujja1-0/+25
2019-01-10MdePkg/UefiLib: Abstract driver model protocol uninstallationAshish Singhal1-0/+103
2018-12-25MdePkg/BaseLib: Introduce new SpeculationBarrier APIHao Wu1-0/+15
2018-09-30MdePkg/BaseLib: Add new AsmLfence APIHao Wu1-0/+13