summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/S3SaveState: cast Position for S3BootScriptLib explicitlyLaszlo Ersek2019-10-092-4/+4
* MdeModulePkg: stop abusing EFI_HANDLE for keystroke notify registrationLaszlo Ersek2019-10-092-3/+3
* MdeModulePkg: stop abusing EFI_EVENT for protocol notify registrationLaszlo Ersek2019-10-094-4/+4
* MdeModulePkg/BdsDxe: Also call PlatformBootManagerWaitCallback on 0Pete Batard2019-10-081-0/+1
* MdeModulePkg: strip trailing whitespaceLeif Lindholm2019-10-045-8/+8
* MdeModulePkg/TerminalDxe: Enhance the arrow keys supportGao, Zhichao2019-09-271-2/+6
* MdeModulePkg/PlatformDriOverride: Unload image on EFI_SECURITY_VIOLATIONDandan Bi2019-09-251-1/+10
* MdeModulePkg/TerminalDxe: Extend the terminal console support typesZhichao Gao2019-09-245-26/+320
* MdeModulePkg SerialDxe.inf: Fix wrong FILE_GUID formatLiming Gao2019-09-171-1/+1
* MdeModulePkg/SerialDxe: Update the file Guid in SerialDxe.infShenglei Zhang2019-09-171-1/+1
* MdeModulePkg: Add missing header files in INF filesShenglei Zhang2019-08-133-2/+11
* MdeModulePkg/RegularExpressionDxe: Add two missing null pointer checksLiming Gao2019-08-131-0/+2
* MdeModulePkg RegularExpressionDxe: Update Oniguruma from v6.9.0 to v6.9.3Liming Gao2019-08-1325-11282/+14041
* MdeModulePkg/EsrtFmpDxe: Enhance ESRT to support multiple controllersJin, Eric2019-08-071-137/+257
* MdeModulePkg: Fix typos and add periodsShenglei Zhang2019-08-021-2/+2
* MdeModulePkg/Setup: Check ConfigAccess protocol in case it's destroyedGregX Yeh2019-07-101-0/+34
* MdeModulePkg SmbiosMeasurementDxe: Add Type4 Voltage field to blacklistStar Zeng2019-07-011-0/+1
* MdeModulePkg/BdsDxe: Use a pcd to control PlatformRecoveryZhichao Gao2019-07-012-25/+45
* MdeModulePkg/CapsulePei: Add memory pointer checkGao, Zhichao2019-06-261-1/+5
* MdeModulePkg: Add CapsuleOnDiskLoadPei PEIM.Wei6 Xu2019-06-264-0/+530
* MdeModulePkg/CapsuleRuntimeDxe: Introduce PCD to control this feature.Wei6 Xu2019-06-262-1/+12
* MdeModulePkg/BdsDxe: Support Capsule On Disk.Wei6 Xu2019-06-262-2/+7
* MdeMoudlePkg/CapsulePei: No need to remain space for null-terminateZhichao Gao2019-06-241-1/+1
* MdeMoudlePkg/CapsulePei: Optimize GetScatterGatherHeadEntriesZhichao Gao2019-06-241-14/+37
* MdeMoudlePkg/CapsulePei: Optimize AreCapsulesStagedZhichao Gao2019-06-241-29/+13
* MdeMoudlePkg/CapsulePei: Fix coding style issueZhichao Gao2019-06-241-5/+3
* MdeModulePkg/CapsulePei: Optimize the CapsulePeiBret Barkelew2019-06-243-155/+172
* Revert "Capsule-on-Disk entire PatchZhang, Chao B2019-06-218-554/+3
* MdeModulePkg: Add CapsuleOnDiskLoadPei PEIM.Wei6 Xu2019-06-204-0/+535
* MdeModulePkg/CapsuleRuntimeDxe: Introduce PCD to control this feature.Wei6 Xu2019-06-202-1/+12
* MdeModulePkg/BdsDxe: Support Capsule On Disk.Wei6 Xu2019-06-202-2/+7
* MdeModulePkg: Introduce EDKII_SERIAL_PORT_LIB_VENDOR_GUIDAnthony PERARD2019-06-142-1/+3
* MdeModulePkg/GraphicsConsoleDxe: Initialize the output modeZhichao Gao2019-06-132-10/+34
* MdeModulePkg/ConSplitterDxe: Optimize the ConSplitterTextOutSetModeAaron Antone2019-06-132-12/+25
* NetworkPkg: Move Network library and drivers from MdeModulePkg to NetworkPkgLiming Gao2019-05-27124-52538/+0
* MdeModulePkg: Remove BootInRecoveryMode PPIxuwei62019-05-091-1/+1
* MdeModulePkg/Setup: Remove PcdFrameworkCompatibilitySupport usageDandan Bi2019-05-092-90/+2
* MdeModulePkg/CdExpress: Remove PcdFrameworkCompatibilitySupport usageDandan Bi2019-05-092-13/+2
* MdeModulePkg/StatusCodeHandlerRuntimeDxe: make global variable staticZhichao Gao2019-04-281-2/+2
* MdeModulePkg/FirmwarePerformanceDxe: make global variable staticZhichao Gao2019-04-281-2/+2
* MdeModulePkg/ResetSystemPei: Change comments of ResetSystem2Zhichao Gao2019-04-282-9/+3
* MdeModulePkg/ResetSystemRuntimeDxe: Change commentsZhichao Gao2019-04-282-8/+2
* MdeModulePkg/HiiDB: Minimize memory allocation times after ReadyToBootDandan Bi2019-04-281-7/+17
* MdeModulePkg/HiiDatabaseDxe: Release lock on all error return pathDandan Bi2019-04-241-1/+6
* MdeModulePkg/CapsulePei: Update the debug code to print 64bit dataBret Barkelew2019-04-161-9/+9
* MdeModulePkg/CapsulePei: Change debug MACROZhichao Gao2019-04-162-68/+68
* MdeModulePkg/EbcDxe: implement the PE/COFF emulator protocolArd Biesheuvel2019-04-144-4/+126
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-09656-4566/+656
* MdeModulePkg: Add a PEIM to install Debug PPIZhichao Gao2019-04-024-0/+227
* MdeModulePkg/ResetSystemRuntimeDxe: Remove DoS3 in warm resetBret Barkelew2019-04-021-38/+0