summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2023-06-30MdeModulePkg: Remove other attribute protection in UnsetGuardPageDun Tan1-1/+15
2023-06-28MdeModulePkg: Variable: Introduce MM based variable read service in PEIKun Qin4-0/+556
2023-06-26MdeModulePkg/DxeIpl ARM AARCH64: Switch to generic handoff codeArd Biesheuvel2-81/+1
2023-06-26MdeModulePkg/DxeIpl: Use memory attribute PPI to remap the stack NXArd Biesheuvel2-4/+30
2023-06-26MdeModulePkg/DxeIpl: Merge EBC, RISCV64 and LOONGARCH codeArd Biesheuvel4-147/+3
2023-06-26MdeModulePkg: Define memory attribute PPIArd Biesheuvel2-0/+86
2023-06-21MdeModulePkg/SmmCore: Perf-log PlatformHookBefore/AfterSmmDispatchRay Ni1-0/+4
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-06-21MdeModulePkg/SmmCore: Add perf-logging for SmmDriverDispatchHandlerRay Ni1-1/+4
2023-06-21MdeModulePkg/SmmCore: Add perf-logging for time-consuming proceduresRay Ni2-1/+20
2023-06-07MdeModulePkg/Bus: Fix port multiplier port in AhciPei PEIMNeo Hsueh1-0/+10
2023-06-01MdeModulePkg/SataControllerDxe: Fix up ASSERTS (Private != NULL)Pedro Falcato1-5/+4
2023-06-01MdeModulePkg/SataControllerDxe: Remove useless null checkPedro Falcato1-23/+21
2023-06-01MdeModulePkg/SataControllerDxe: Log expected errors at DEBUG_INFO levelPedro Falcato1-2/+13
2023-06-01MdeModulePkg/SataControllerDxe: Clean up error handling in Start()Pedro Falcato1-45/+35
2023-05-31MdeModulePkg/DxeIpl: Align Page table Level setting with previous level.Jiaxin Wu1-12/+24
2023-05-29MdeModulePkg SdMmcPciHcDxe: SD/MMC capability debug print is incorrectGiri Mudusuru1-1/+1
2023-05-24MdeModulePkg/Core/Pei: set AprioriCount=0 before walking through next FVedk2-stable202305Wendy Liao1-0/+1
2023-05-11MdeModulePkg: Add TraceHubDebugSysTLib libraryGua Guo15-0/+1457
2023-05-10MdeModulePkg: Add more PciHostBridgeLib gmock supportGua Guo5-0/+95
2023-05-08Add volatile keyword to NvmExpressPei's Passthru CQOliver Smith-Denny1-3/+3
2023-05-08Add the volatile keyword to NvmExpressDxe's Passthru CQOliver Smith-Denny1-3/+3
2023-05-06MdeModulePkg/CapsuleApp: Add EFIAPI to CompareFileNameInAlphabet()Michael D Kinney1-0/+1
2023-04-28MdeModulePkg/RegularExpressionDxe: Fix Arm build errorNickle Wang2-4/+11
2023-04-13MdeModulePkg/RegularExpressionDxe: Fix GCC build errordevel@edk2.groups.io1-4/+3
2023-04-10MdeModulePkg: Update code to be more C11 compliant by using __func__Rebecca Cran47-181/+181
2023-04-10MdeModulePkg: HOST_APPLICATION IA32/X64 onlyMichael D Kinney2-2/+2
2023-04-10MdeModulePkg/Library/UefiSortLib: Add GoogleTestLib exampleChris Johnson4-2/+100
2023-04-07MdeModulePkg: Enable forward edge CFI in mem attributes tableArd Biesheuvel3-1/+19
2023-04-03MdeModulePkg: Fix conditionally uninitialized variablesMichael Kubacki9-56/+80
2023-04-03MdeModulePkg/SmbiosDxe: Fix pointer and buffer overflow CodeQL alertsErich McMillan1-6/+2
2023-04-01MdeModulePkg: Consume new alignment-related macrosMarvin Häuser14-47/+36
2023-04-01MdeModulePkg: Rename IS_ALIGNED macros to avoid name collisionsMarvin Häuser14-43/+43
2023-03-31MdeModulePkg/Ahci: Skip retry for non-transient errorsAlbecki, Mateusz2-5/+69
2023-03-30MdePkg: Update MemoryAttributesTable to v2.10Ard Biesheuvel1-1/+1
2023-03-27MdeModulePkg/Include/Ppi: Add FirmwareVolumeShadowPpiUmang Patel2-0/+64
2023-03-17MdeModulePkg/BmBoot: Skip removable media if it is not presentMatt DeVillier1-0/+9
2023-03-08MdeModulePkg: Dxe: add RISCV64 to mMachineTypeInfoAndrei Warkentin1-1/+2
2023-03-07MdeModulePkg: Improve formatting of DEBUG messages in UsbBusDxeRebecca Cran4-11/+11
2023-02-15MdeModulePkg/Library: PcdAcpiS3Enable set FALSE cause Assertlijun10x1-24/+108
2023-02-15MdeModulePkg/Variable: Attribute combination should return EFI_UNSUPPORTEDStuart Yoder1-1/+5
2023-02-15MdeModulePkg/EsrtFmpDxe: Support multiple devices with 0 HardwareInstancedevel@edk2.groups.io1-9/+13
2023-02-15MdeModulePkg/Pci: Display more information of PCIe devicesAbner Chang1-2/+5
2023-02-07MdeModulePkg: EfiUnacceptedMemoryType is not allowed in AllocatePoolMin M Xu1-1/+1
2023-02-07MdeModulePkg: Disambiguate the meaning of PcdDxeIplSwitchToLongModeZhiguang Liu1-3/+1
2023-02-04MdeModulePkg: ScsiDiskDxe: clean up comment in ScsiDisk.cYuan Yu1-4/+0
2023-02-02MdeModulePkg/Bus/Ata/AhciPei: Fix DEADCODE Coverity issueRanbir Singh1-4/+0
2023-02-02MdeModulePkg: ScsiBusDxe: Refactor DiscoverScsiDevice()Yuan Yu2-20/+23
2023-01-30MdeModulePkg: Correct memory type in PrePiDxeCis.hDionna Glaze via groups.io1-1/+1