summaryrefslogtreecommitdiff
path: root/MdePkg/Library
AgeCommit message (Expand)AuthorFilesLines
2023-10-04MdePkg/DxeRngLib: Add missing GUID declaration in infPierre Gondois1-0/+1
2023-10-03MdePkg/BaseLib: fix typo in Arm SetJumpLeif Lindholm1-1/+1
2023-10-02MdePkg/BaseLib: ensure ARM LongJump never returns 0Leif Lindholm2-0/+4
2023-10-02MdePkg/BaseLib: correct register sizes in AArch64 SetJump/LongJumpLeif Lindholm2-8/+8
2023-10-02MdePkg/BaseLib: use normal register init in ARM SetJump implementationsLeif Lindholm2-2/+2
2023-10-02MdePkg/BaseLib: add ASSERT in ARM* SetJump implementationsLeif Lindholm2-0/+16
2023-10-02MdePkg/BaseLib: fix comments in ARM* SetJump/LongJump implementationsLeif Lindholm4-8/+4
2023-09-26UefiPayloadPkg: Add FIT supportBrucex.Wang1-4/+4
2023-09-26MdePkg/BaseFdtLib: Add Fdt function.Brucex.Wang1-0/+40
2023-09-21RISCV: Fix InternalLongJump to return correct valueAndrei Warkentin1-5/+2
2023-09-08MdePkg/Library/TdxLib: Remove unnecessary comparisonMichael Kubacki1-1/+1
2023-09-08MdePkg/Rng: Add GetRngGuid() to RngLibPierre Gondois6-0/+151
2023-09-08MdePkg/DxeRngLib: Request raw algorithm instead of defaultPierre Gondois1-1/+7
2023-09-08MdePkg: Add deprecated warning to BaseRngLibTimerPierre Gondois2-0/+23
2023-09-08MdePkg/Library/BaseRngLib: Fix include guardMichael Kubacki1-0/+1
2023-08-07MdePkg: Add new status codes to PrintLibNate DeSimone1-3/+7
2023-07-15MdePkg/BaseLib: RISC-V: Support getting satp register valueTuan Phan1-0/+8
2023-06-21MdePkg: Code optimization to SMM InternalAllocateAlignedPagesduntan1-1/+1
2023-06-06MdePkg/BaseLib: Add SpeculationBarrier implementation for RiscV64Yong Li2-0/+35
2023-05-17MdePkg: add SBI-based SerialPortLib for RISC-VAndrei Warkentin7-0/+765
2023-05-17MdePkg: BaseRiscVSbiLib: make more useful to consumersAndrei Warkentin1-2/+1
2023-05-11MdePkg: Add NULL library of TraceHubDebugSysTLibGua Guo2-0/+105
2023-05-11MdePkg: Add MipiSysTLib libraryGua Guo7-0/+1423
2023-05-11MdePkg: Add mipisyst submoduleGua Guo1-0/+0
2023-05-05BaseSynchronizationLib: Fix LoongArch64 synchronization functionsDongyan Qian2-19/+13
2023-05-05MdePkg/BasePeCoffLib: Deal with broken debug directoriesArd Biesheuvel1-0/+15
2023-05-05MdePkg: Support FDT library.Benny Lin11-0/+812
2023-05-05Tianocore: Support FDT library.Benny Lin1-0/+0
2023-04-12MdePkg: Add new JedecJep106Lib to fetch JEDEC JEP106 manufacturerRebecca Cran2-0/+1864
2023-04-10MdePkg/Library/BaseLib: HOST_APPLICATION IA32/X64 onlyMichael D Kinney1-1/+1
2023-04-07MdePkg/PeCoffLib: Capture DLL characteristics fields in image contextArd Biesheuvel1-11/+35
2023-04-03MdePkg: Fix conditionally uninitialized variablesMichael Kubacki1-8/+32
2023-03-30MdePkg/BaseRngLib AARCH64: Make asm files BTI compatibleArd Biesheuvel2-2/+2
2023-03-30MdePkg/BaseSynchronizationLib AARCH64: Make asm files BTI compatibleArd Biesheuvel1-0/+5
2023-03-30MdePkg/BaseMemoryLibOptDxe AARCH64: Make asm files BTI compatibleArd Biesheuvel5-0/+9
2023-03-30MdePkg/BaseLib AARCH64: Make asm files BTI compatibleArd Biesheuvel8-0/+10
2023-03-30MdePkg/BaseLib AARCH64: Make LongJump() BTI compatibleArd Biesheuvel1-2/+1
2023-03-30MdePkg/BaseIoLibIntrinsic AARCH64: Make asm files BTI compatibleArd Biesheuvel1-0/+8
2023-03-30MdePkg/BaseCpuLib AARCH64: Make asm files BTI compatibleArd Biesheuvel2-0/+2
2023-03-17MdePkg: Update code to be more C11 compliant by using __func__Rebecca Cran5-18/+18
2023-03-16MdePkg/BaseCacheMaintenanceLib: RISC-V: Fix InvalidateInstructionCacheRangeTuan Phan1-1/+6
2023-03-10MdePkg: Move API and implementation from UefiCpuLib to CpuLibYu Pu4-0/+206
2023-03-08MdePkg: BaseCpuLib: Fix RISCV CpuSleep symbol name.Andrei Warkentin1-2/+2
2023-03-08MdePkg: BaseLib: don't log in RISCV InternalSwitchStackAndrei Warkentin1-8/+0
2023-03-08MdePkg: BasePeCoffLib: Allow AArch64 and x64 images in ImageFormatSupportedAndrei Warkentin1-1/+9
2023-02-16MdePkg: Add BaseRiscVSbiLib Library for RISC-VSunil V L3-0/+299
2023-02-16MdePkg/BaseLib: RISC-V: Add few more helper functionsSunil V L5-4/+129
2023-02-15MdePkg: Added Call for AfterReadyToBoot EventRobert Phelps2-0/+15
2022-12-14MdePkg/UnitTestHostBaseLib: Remove HOST_APPLICATION limitationLiu, Zhiguang1-3/+6
2022-12-14MdePkg/BaseCpuLib: Remove assembly for CpuFlushTlbLiu, Zhiguang5-97/+5