summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal
AgeCommit message (Expand)AuthorFilesLines
2022-05-19MdeModulePkg/FaultTolerantWrite: Consume Variable Flash InfoMichael Kubacki8-60/+63
2022-05-19MdeModulePkg/Variable: Consume Variable Flash InfoMichael Kubacki10-34/+56
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-03-03MdeModulePkg/GraphicsConsoleDxe: Check status to make sure no errorGuomin Jiang1-2/+2
2022-03-01MdeModulePkg: Replace Opcode with the corresponding instructions.Jason2-35/+6
2022-01-27MdeModulePkg: VariableSmmRuntimeDxe: Fix Variable Policy Message LengthKun Qin1-5/+5
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
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki283-38181/+40978
2021-12-07MdeModulePkg: Change complex DEBUG_CODE() to DEBUG_CODE_BEGIN/END()Michael D Kinney9-22/+20
2021-12-07MdeModulePkg: Change OPTIONAL keyword usage styleMichael D Kinney27-93/+84
2021-12-07MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney43-334/+321
2021-11-12MdeModulePkg/FPDT: Lock boot performance table address variable at EndOfDxeedk2-stable202111-rc1Dandan Bi8-225/+88
2021-11-05MdeModulePkg/Variable/RuntimeDxeUnitTest: Fix 32-bit GCC buildsMichael D Kinney1-3/+3
2021-09-03MdeModulePkg: Fix typo of "memory" in RamDiskDxe debug messageRebecca Cran1-1/+1
2021-09-02MdeModulePkg/HiiDatabaseDxe:remove dead code blockWenyi Xie1-3/+0
2021-08-30MdeModulePkg/EbcDxe: Mitigate memcpy intrinsicsMarvin H?user3-3/+15
2021-08-13MdeModulePkg PCD: Reinstall PCD service PPIS when memory availableedk2-stable202108-rc1Yeh, GregX1-1/+70
2021-07-21MdeModulePkg PCD: Print which PCD was unable to be foundDaniel Schaefer1-1/+2
2021-07-14MdeModulePkg/RamDiskDxe: Init list head before registering RamDisk protocolTrammell Hudson1-5/+6
2021-07-07MdeModulePkg/RegularExpressionDxe: Fix memory assert in FreePool()Nickle Wang2-13/+20
2021-07-06MdeModulePkg/PartitionDxe: Ignore PMBR BootIndicator per UEFI specNeal Gompa1-2/+1
2021-06-22MdeModulePkg/BdsDxe: Update BdsEntry to use Variable PolicyKen Lautner3-7/+17
2021-06-16MdeModulePkg/ACPI: Install ACPI table from HOB.Zhiguang Liu4-38/+271
2021-06-16MdeModulePkg/Universal/SmbiosDxe: Scan for existing tablesZhiguang Liu3-3/+360
2021-06-02MdePkg/MdeModulePkg: Move AML_NAME_SEG_SIZE definitionPierre Gondois1-1/+0
2021-05-23MdeModulePkg/VariableLock: downgrade compatibility warnings to DEBUG_WARNLaszlo Ersek1-5/+5
2021-05-21MdeModulePkg/PlatformDriOverrideDxe: Fix overflow condition checkLi, Walon1-1/+1
2021-05-17MdeModulePkg: Fix various typosRebecca Cran5-8/+8
2021-03-05MdeModulePkg: VariableSmmRuntimeDxe: Added request unblock memory interfaceKun Qin2-0/+43
2021-02-23MdeModulePkg/VariableStandaloneMm: Set PcdFlashNvStorageVariableBase to PcdIlias Apalodimas1-2/+2
2021-02-03MdeModulePkg/TerminalDxe: Terminal fifo buffer overflow.gechao1-1/+1
2021-02-01MdeModulePkg: ReportStatusCodeRouter: Support StandaloneMm RSC RouterKun Qin6-55/+178
2021-02-01MdeModulePkg: FirmwarePerformanceDataTable: Added StandaloneMm supportKun Qin6-46/+279
2021-02-01MdeModulePkg: StatusCodeHandler: StatusCodeHandler driver in StandaloneMmKun Qin8-45/+179
2021-01-06MdeModulePkg/ConSplitter: Change StdErr color to EFI_LIGHTGRAYSamer El-Haj-Mahmoud1-1/+1
2021-01-06MdeModulePkg/Graphics: Fix spelling mistakesSamer El-Haj-Mahmoud3-43/+43
2021-01-06MdeModulePkg/GraphicsConsoleDxe: Change default CursorVisible to FALSESamer El-Haj-Mahmoud1-1/+1
2020-12-22MdeModulePkg/Universal/StatusCodeHandler: Fix a bug about log lostTan, Ming3-17/+23
2020-12-15MdeModulePkg/Variable/RuntimeDxe: Add Variable Lock Protocol Unit TestsMichael D Kinney2-0/+601
2020-12-15MdeModulePkg/Variable/RuntimeDxe: Restore Variable Lock Protocol behaviorBret Barkelew1-36/+59
2020-12-14MdeModulePkg: Fix SetMem parameter in OnigurumaUefiPortBaraneedharan Anbazhagan1-1/+1
2020-11-17MdeModulePkg: Drop VarLock from RuntimeDxe variable driverBret Barkelew5-48/+75
2020-11-17MdeModulePkg: Change TCG MOR variables to use VariablePolicyBret Barkelew4-25/+82
2020-11-17MdeModulePkg: Allow VariablePolicy state to delete protected variablesBret Barkelew2-0/+12
2020-11-17MdeModulePkg: Connect VariablePolicy business logic to VariableServicesBret Barkelew7-0/+670
2020-11-12MdeModulePkg DisplayEngineDxe: Correct the local variable name.gechao1-8/+8
2020-11-11MdeModulePkg/DriverSampleDxe: Add HII sample optionsAbner Chang3-1/+48