summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2022-07-23MdeModulePkg/Include: Long debug string is truncated to 104 charCosmo Lai4-17/+9
2022-07-22MdeModulePkg/SetupBrowserDxe:Follow spec'd way to reconnect driverWalon Li2-9/+4
2022-07-22MdeModulePkg/CoreDxe: Allow DXE Drivers to use untested memoryStacy Howell1-0/+14
2022-06-27MdeModulePkg/XhciDxe: Add access xHCI Extended Capabilities PointerIan Chiu4-16/+296
2022-06-22MdeModulePkg/XhciDxe: Check return value of XHC_PAGESIZE registerLuo, Heng1-2/+8
2022-06-14DxeMain: Fix the bug that StackGuard is not enabledRay Ni1-0/+8
2022-06-10CpuException: Add InitializeSeparateExceptionStacksRay Ni3-38/+14
2022-06-10CpuException: Remove InitializeCpuInterruptHandlersRay Ni2-53/+6
2022-05-27MdeModulePkg/UniversalPayload: Align Identifier value with UPL specGua Guo1-1/+1
2022-05-19MdeModulePkg/FaultTolerantWrite: Consume Variable Flash InfoMichael Kubacki8-60/+63
2022-05-19MdeModulePkg/Variable: Consume Variable Flash InfoMichael Kubacki10-34/+56
2022-05-19MdeModulePkg/VariableFlashInfoLib: Add initial libraryMichael Kubacki6-0/+313
2022-05-19MdeModulePkg: Add Variable Flash Info HOBMichael Kubacki2-0/+115
2022-05-13MdeModulePkg: PiSmmCore: Inspect memory guarded with pool headersKun Qin1-5/+5
2022-05-09MdeModulePkg/PCD: Pcd initialize DXE have assertGua Guo1-0/+5
2022-04-22MdeModulePkg/GraphicsConsoleDxe: add modesGerd Hoffmann1-1/+4
2022-04-08MdeModulePkg/HiiDatabase: Fix Setup numeric default value incorrect issueChen, Lin Z2-0/+47
2022-04-02MdeModulePkg: Update PciEnumeratorSupport to ignore OptionRom if neededMin Xu2-5/+22
2022-04-02MdeModulePkg: Add PcdTdxSharedBitMaskMin Xu1-0/+4
2022-04-02MdeModulePkg: Skip setting IA32_ERER.NXE if it has already been setMin Xu1-3/+5
2022-03-29MdeModulePkg/Ufs: bRefClkFreq attribute be programmed after fDeviceInitBandaru, Purna Chandra Rao1-17/+17
2022-03-25MdeModulePkg/NvmExpressPei: fix check for NVM command setMara Sophie Grosch via groups.io1-1/+1
2022-03-25MdeModulePkg/NvmExpressDxe: fix check for Cap.CssMara Sophie Grosch via groups.io1-1/+1
2022-03-17MdeModulePkg/SdMmcPciHcDxe: Make timeout for SD card configurableSean Rhodes4-1/+14
2022-03-14MdeModulePkg/DxeIpl: Create 5-level page table for long modeLou, Yun1-2/+2
2022-03-10MdeModulePkg: Add bRefClkFreq card attribute programming supportBandaru, Purna Chandra Rao3-21/+74
2022-03-07MdeModulePkg: Add a check for metadata size in NvmExpress DriverMa, Hua2-3/+33
2022-03-03MdeModulePkg/Usb/Keyboard.c: Don't request protocol before settingSean Rhodes1-13/+5
2022-03-03MdeModulePkg/GraphicsConsoleDxe: Check status to make sure no errorGuomin Jiang1-2/+2
2022-03-02edk2/MdeModulePkg/Debuglib: Add Standalone MM supportXiaolu.Jiang1-2/+2
2022-03-01MdeModulePkg: Replace Opcode with the corresponding instructions.Jason2-35/+6
2022-02-28MdeModulePkg: Correct high-memory use in NvmExpressDxeTomas Pilar2-25/+28
2022-02-15MdeModulePkg: update brotli submoduleBob Feng1-0/+0
2022-02-07MdeModulePkg/UiApp: Fix spelling of 'FRONTPAGE'Matt DeVillier3-4/+4
2022-02-07MdeModulePkg/RuntimeDxe: clear mVirtualMapMaxIndexGerd Hoffmann1-1/+2
2022-02-04MdeModulePkg/Bus/Pci/PciBusDxe: Support platform PCI ROM overrideMichael D Kinney1-3/+2
2022-01-28MdeModulePkg/UefiBootManagerLib: Convert BmLoadOption to Variable PolicyRebecca Cran3-13/+24
2022-01-27MdeModulePkg: VariableSmmRuntimeDxe: Fix Variable Policy Message LengthKun Qin1-5/+5
2022-01-24MdeModulePkg/SdMmcPciHcDxe: Robust improvements for SD card 1.8V switchAiman Rosli1-3/+36
2022-01-21MdeModulePkg/Variable: Make only EFI_VARIABLE_NON_VOLATILE invalidSunny Wang1-1/+15
2022-01-10MdeModulePkg/PartitionDxe: Add break to handle invalid LBA0 in MBREdwards, Craig1-0/+7
2022-01-04MdeModulePkg: Put off UFS HCS.DP checking to fix timing problemKe, VincentX1-28/+19
2022-01-04MdeModulePkg: Refactoring UFS DME request and fix timing problemKe, VincentX1-139/+187
2022-01-04MdeModulePkg: Replace with UFS_UNIT_DESC to fix timeout problemKe, VincentX1-12/+11
2021-12-29MdeModulePkg/PciBusDxe: Enumerator to check for RCiEP before looking for RPRay Ni1-1/+25
2021-12-23MdeModulePkg/UsbBusDxe: fix NOOPT build errorGerd Hoffmann2-2/+2
2021-12-09MdeModulePkg/Bus/Pci/UhciDxe: Fix the UsbHc memory allocate and free issuejdzhang1-4/+4
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki994-101136/+107433
2021-12-07MdeModulePkg: Change complex DEBUG_CODE() to DEBUG_CODE_BEGIN/END()Michael D Kinney17-50/+48
2021-12-07MdeModulePkg: Change OPTIONAL keyword usage styleMichael D Kinney99-408/+381