summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg S3SaveStateDxe: Use new EfiLocateFirstAcpiTable()Star Zeng2018-09-272-206/+5
* MdeModulePkg/UefiPxeBcDxe: Add the clarification compared to UefiPxeBcDxe in ...Jiaxin Wu2018-09-271-1/+10
* MdeModulePkg/IScsiDxe: Add the clarification compared to IScsiDxe in NetworkPkg.Jiaxin Wu2018-09-271-1/+11
* MdeModulePkg/Tcp4Dxe: Add the clarification compared to TcpDxe in NetworkPkg.Jiaxin Wu2018-09-271-1/+11
* MdeModulePke/Mtftp4Dxe: Support windowsize in read request operation.Jiaxin Wu2018-09-278-37/+89
* MdeModulePkg RegularExpressionDxe: Update Oniguruma to 6.9.0Dongao Guo2018-09-2535-19090/+58992
* MdeModulePkg/Ip4Dxe: Refine the coding style.Jiaxin Wu2018-09-181-3/+3
* MdeModulePkg: Avoid key notification called more than onceDandan Bi2018-09-141-0/+1
* MdeModulePkg/Ip4Dxe: Sync the direct route entry setting.Jiaxin Wu2018-09-132-10/+7
* MdeModulePkg/ConPlatform: Support short-form USB device pathRuiyu Ni2018-09-123-199/+339
* MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen2018-09-0680-3518/+89
* MdeModulePkg: Remove trailing white spaceStar Zeng2018-09-063-23/+23
* MdeModulePkg/Setup: Fix incorrect size used in AllocateCopyPoolBi, Dandan2018-09-041-2/+2
* MdeModulePkg/Network: Add 32bit subnet mask support for IP4 PXE boot.Fu Siyuan2018-09-038-27/+153
* MdeModulePkg SetupBrowserDxe: Remove a redundant functionshenglei2018-08-211-33/+0
* MdeModulePkg Tcp4Dxe: Remove redundant functionsshenglei2018-08-215-151/+0
* MdeModulePkg IScsiDxe: Remove a redundant functionshenglei2018-08-211-31/+0
* MdeModulePkg Ip4Dxe: Remove a redundant functionshenglei2018-08-211-16/+0
* MdeModulePkg HiiDatabaseDxe: Remove a redundant functionshenglei2018-08-211-47/+0
* MdeModulePkg TerminalDxe: Remove a redundant functionshenglei2018-08-212-37/+0
* MdeModulePkg: Remove redundant library classes and GUIDsshenglei2018-08-2014-19/+1
* MdeModulePkg/RamDiskDxe: replace OpenFileByDevicePath() with UefiLib APILaszlo Ersek2018-08-164-181/+1
* MdeModulePkg SmmLockBox: Return actual data length in SmmLockBoxRestoreStar Zeng2018-08-161-1/+4
* MdeModulePkg ErstFmpDxe: Create ESRT in ReadyToBoot eventStar Zeng2018-08-081-136/+103
* MdeModulePkg/BdsDxe: Move display of test key usage into BDS moduleKinney, Michael D2018-08-022-0/+13
* MdeModulePkg/BdsDxe: Call PlatformBootManagerUnableToBoot()Ruiyu Ni2018-07-271-0/+1
* MdeModulePkg/BdsDxe: Revert "fall back to UI loop before hanging"Ruiyu Ni2018-07-271-56/+4
* MdeModulePkg FvSimpleFileSystemDxe: Fix memory leak in Read functionVladimir Olovyannikov2018-07-271-0/+3
* MdeModulePkg: Variable: Re-prioritize TCG/TCG2 protocolZhang, Chao B2018-07-231-5/+5
* MdeModulePkg/DisplayEngineDxe: Fix small InitializeDisplayEngine leakThomas Palmer2018-07-061-0/+2
* MdeModulePkg/Variable: Check EFI_MEMORY_RUNTIME attribute before setting itBrijesh Singh2018-07-041-7/+9
* MdeModulePkg Variable: Add/Correct GetHobVariableStore para descriptionStar Zeng2018-07-032-1/+4
* MdeModulePkg/ResetSystemRuntimeDxe: Add more info in debug messageRuiyu Ni2018-07-031-1/+4
* MdeModulePkg Variable: Make sure no more than one Variable HOBStar Zeng2018-07-022-0/+48
* MdeModulePkg Variable: Abstract GetHobVariableStore functionStar Zeng2018-07-022-42/+91
* MdeModulePkg: Update IP4 driver to check for NULL pointer before using.Fu Siyuan2018-06-281-20/+17
* MdeModulePkg: Clean up source filesLiming Gao2018-06-28485-6846/+6846
* MdeModulePkg: Use new added Perf macrosBi, Dandan2018-06-261-11/+10
* MdeModulePkg/CapsuleRuntimeDxe: Fix ECC issueDandan Bi2018-06-262-1/+6
* MdeModulePkg BdsDxe: Correct VariableLockProtocol usage to match code logicLiming Gao2018-06-251-1/+1
* MdeModulePkg/NetworkPkg: Checking for NULL pointer before use.Fu Siyuan2018-06-211-2/+5
* MdeModulePkg/CapsuleRuntimeDxe: clean the capsule payload to DRAMArd Biesheuvel2018-06-155-29/+213
* MdeModulePkg Variable: Use comparison logic to check UINTN parameterLiming Gao2018-06-122-14/+14
* MdeModulePkg: Remove X86 ASM and S filesLiming Gao2018-06-0719-3339/+5
* MdeModulePkg/FirmwarePerformanceDataTableDxe: use AllocatePeiAccessiblePagesArd Biesheuvel2018-05-292-42/+10
* MdeModulePkg Variable: Fix XCODE5 varargs warningLiming Gao2018-05-232-2/+2
* MdeModulePkg Variable: Fix the returned status in UpdateVariableStorecinnamon shia2018-05-141-3/+5
* MdeModulePkg Variable: Fix a corner case issue about setting a variablecinnamon shia2018-05-141-3/+3
* MdeModulePkg/AcpiPlatformDxe: Unload after execution.Marvin.Haeuser@outlook.com2018-05-081-2/+5
* MdeModulePkg/Terminal: Check status of OpenProtocol in BindingStartRuiyu Ni2018-05-031-1/+7