summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library
AgeCommit message (Expand)AuthorFilesLines
2023-04-10MdeModulePkg: Update code to be more C11 compliant by using __func__Rebecca Cran7-19/+19
2023-04-10MdeModulePkg: HOST_APPLICATION IA32/X64 onlyMichael D Kinney1-1/+1
2023-04-10MdeModulePkg/Library/UefiSortLib: Add GoogleTestLib exampleChris Johnson3-2/+94
2023-04-03MdeModulePkg: Fix conditionally uninitialized variablesMichael Kubacki2-11/+19
2023-03-17MdeModulePkg/BmBoot: Skip removable media if it is not presentMatt DeVillier1-0/+9
2023-02-15MdeModulePkg/Library: PcdAcpiS3Enable set FALSE cause Assertlijun10x1-24/+108
2023-01-19MdeModulePkg/IpmiCommandLib: Add NULL instance libraryAbner Chang5-0/+757
2022-10-06MdeModulePkg/UefiBootManagerLib: Add Disk Info support for UfsJeff Brasen2-1/+4
2022-09-09MdeModulePkg: Fix imbalanced debug macrosMichael Kubacki1-1/+1
2022-08-09UefiCpuPkg: Simplify InitializeSeparateExceptionStacksLiu, Zhiguang1-6/+9
2022-07-23MdeModulePkg/Include: Long debug string is truncated to 104 charCosmo Lai3-16/+0
2022-06-10CpuException: Add InitializeSeparateExceptionStacksRay Ni1-19/+7
2022-06-10CpuException: Remove InitializeCpuInterruptHandlersRay Ni1-28/+3
2022-05-19MdeModulePkg/VariableFlashInfoLib: Add initial libraryMichael Kubacki3-0/+239
2022-03-02edk2/MdeModulePkg/Debuglib: Add Standalone MM supportXiaolu.Jiang1-2/+2
2022-02-15MdeModulePkg: update brotli submoduleBob Feng1-0/+0
2022-01-28MdeModulePkg/UefiBootManagerLib: Convert BmLoadOption to Variable PolicyRebecca Cran3-13/+24
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki166-14521/+16317
2021-12-07MdeModulePkg: Change complex DEBUG_CODE() to DEBUG_CODE_BEGIN/END()Michael D Kinney4-14/+14
2021-12-07MdeModulePkg: Change OPTIONAL keyword usage styleMichael D Kinney38-180/+166
2021-12-07MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney20-236/+233
2021-12-03MdeModulePkg/DxeCorePerformanceLib:Variable Initialwenyi,xie via groups.io1-0/+2
2021-11-12MdeModulePkg/FPDT: Lock boot performance table address variable at EndOfDxeedk2-stable202111-rc1Dandan Bi4-66/+216
2021-11-10MdeModulePkg/DxeCapsuleLibFmp: Use new Variable Lock interfaceYang Jie2-30/+63
2021-11-10MdeModulePkg/DxeCapsuleLibFmp: Capsule on Disk file name capsuleBob Morgan2-3/+19
2021-11-08MdeModulePkg: Reproduce builds across source format changesMichael D Kinney1-1/+1
2021-10-21MdeModulePkg/SortLib: Add QuickSort function on BaseLibIanX Kuo2-223/+8
2021-08-12MdeModulePkg/UefiSortLib:Add UefiSortLib unit testWenyi Xie2-0/+239
2021-08-03MdeModulePkg: Add BootDiscoveryPolicyUiLib.Grzegorz Bernacki5-0/+303
2021-06-15MdeModulePkg: Fix device path when boot manager menu is from different FVZhiguang Liu1-25/+3
2021-05-18MdeModulePkg: Retrieve boot manager menu from any fvZhiguang Liu1-4/+5
2021-05-17MdeModulePkg: Fix various typosRebecca Cran2-17/+17
2021-04-13MdeModulePkg: Initialize temp variable in VarCheckPolicyLibBret Barkelew1-0/+1
2021-04-07MdeModulePkg/PiDxeS3BootScriptLib: Rename mAcpiS3Enable to avoid dup symbolMichael D Kinney1-6/+5
2021-03-25MdeModulePkg: Initialize local variable value before they are usedLiming Gao1-0/+5
2021-02-25MdeModulePkg/UefiBootManagerLib: Put BootMenu at the end of BootOrderLi, Walon1-2/+2
2021-02-05MdeModulePkg/Library: Add HiiGetStringEx to UefiHiiLib for EDK2 RedfishAbner Chang1-26/+72
2021-02-01MdeModulePkg: SmmSmiHandlerProfileLib: Support StandaloneMm InstanceKun Qin6-84/+210
2021-02-01MdeModulePkg: SmmReportStatusCodeLib: ReportStatusCodeLib in StandaloneMmKun Qin6-8/+177
2021-02-01MdeModulePkg: SmmLockBoxSmmLib: Support StandaloneMm for SmmLockBoxLibKun Qin6-53/+228
2021-01-15MdeModulePkg/FileExplorerLib: Add return value checkwenyi,xie via groups.io1-5/+7
2021-01-08MdeModulePkg Lzma: Update LZMA SDK version to 19.00Liu, WeiX C10-77/+160
2021-01-07MdeModulePkg/Library/VarCheckLib: Allow SetVariable from SMMMichael D Kinney1-1/+8
2021-01-06MdeModulePkg BrotliCustomDecompressLib: Remove the duplicated functionsgaoliming1-23/+0
2020-12-23MdeModulePkg/VarCheckPolicyLib: implement standalone MM versionMasahisa Kojima6-10/+198
2020-12-04MdeModulePkg/FileExplorerLib: remove redundant null pointer checkwenyi xie1-7/+3
2020-11-27MdeModulePkg/VariablePolicyLib: Fix runtime panic in ValidateSetVariable()edk2-stable202011James Bottomley1-1/+1
2020-11-21MdeModulePkg/LzmaCustomDecompressLib: catch 4GB+ uncompressed buffer sizesLaszlo Ersek2-0/+12
2020-11-17MdeModulePkg: Define the VarCheckPolicyLib and SMM interfaceBret Barkelew3-0/+400
2020-11-17MdeModulePkg: Define the VariablePolicyHelperLibBret Barkelew3-0/+443