summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library
AgeCommit message (Expand)AuthorFilesLines
2024-02-26MdeModulePkg/TraceHubDebugSysTLib: Use wider type for loop comparisonsMichael Kubacki3-4/+4
2023-12-26MdeModulePkg/DebugAgentLibNull: Indicate SMM Debug Agent support or notJiaxin Wu1-0/+12
2023-12-19MdeModulePkg/UefiBootManagerLib: Signal ReadyToBoot on platform recoveryNeal Gompa1-0/+11
2023-11-28MdeModulePkg/DxeCapsuleLibFmp: Fix crash with VirtualAddressMap omittedNhi Pham2-12/+7
2023-11-27MdeModulePkg: Update DumpImageRecord() in ImagePropertiesRecordLibTaylor Beebe2-17/+116
2023-11-27MdeModulePkg: Add Logic to Create/Delete Image Properties RecordsTaylor Beebe2-0/+187
2023-11-27MdeModulePkg: Transition SMM MAT Logic to Use ImagePropertiesRecordLibTaylor Beebe1-0/+29
2023-11-27MdeModulePkg: Add NULL checks and Return Status to ImagePropertiesRecordLibTaylor Beebe1-123/+177
2023-11-27MdeModulePkg: Fix MAT SplitTable() LogicTaylor Beebe1-19/+19
2023-11-27MdeModulePkg: Fix MAT SplitRecord() LogicTaylor Beebe1-29/+27
2023-11-27MdeModulePkg: Fix MAT Descriptor Count CalculationTaylor Beebe1-1/+1
2023-11-27MdeModulePkg: Add ImagePropertiesRecordLib Host-Based Unit TestTaylor Beebe2-0/+973
2023-11-27MdeModulePkg: Move Some DXE MAT Logic to ImagePropertiesRecordLibTaylor Beebe2-0/+774
2023-11-27MdeModulePkg: Add ImagePropertiesRecordLibTaylor Beebe2-0/+34
2023-11-06MdeModulePkg/DxeCorePerformanceLib: Install BPDT in config tableJeff Brasen1-0/+2
2023-10-31MdeModulePkg/VariablePolicy: Add more granular variable policy queryingMichael Kubacki3-27/+452
2023-10-27MdeModulePkg: Apply uncrustify formatting to relevant files.Vivian Nowka-Keane1-16/+21
2023-10-24MdeModulePkg: Optimize BmExpandPartitionDevicePathAaron Young1-34/+56
2023-09-12MdeModulePkg/BootMaintenanceManagerUiLib: Check array index before accessMichael Kubacki1-4/+7
2023-09-08MdePkg/Rng: Add GetRngGuid() to RngLibPierre Gondois2-0/+32
2023-09-08SecurityPkg/SecurityPkg.dec: Move PcdCpuRngSupportedAlgorithm to MdePkgPierre Gondois1-1/+1
2023-09-08MdeModulePkg: Duplicate BaseRngLibTimerLib to MdeModulePkgPierre Gondois3-0/+243
2023-08-30MdeModulePkg/DxeCorePerformanceLib:fix smm perf issueTan, Dun1-13/+19
2023-06-21MdeModulePkg/SmmCorePerformanceLib: Disable perf-logging at runtimeRay Ni2-3/+47
2023-06-21MdeModulePkg/SmmPerformanceLib: Disable perf-logging after ExitBSRay Ni2-2/+75
2023-05-11MdeModulePkg: Add TraceHubDebugSysTLib libraryGua Guo11-0/+1391
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