summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal
AgeCommit message (Expand)AuthorFilesLines
2019-08-13MdeModulePkg/RegularExpressionDxe: Add two missing null pointer checksLiming Gao1-0/+2
2019-08-13MdeModulePkg RegularExpressionDxe: Update Oniguruma from v6.9.0 to v6.9.3Liming Gao25-11282/+14041
2019-08-07MdeModulePkg/EsrtFmpDxe: Enhance ESRT to support multiple controllersJin, Eric1-137/+257
2019-08-02MdeModulePkg: Fix typos and add periodsShenglei Zhang1-2/+2
2019-07-10MdeModulePkg/Setup: Check ConfigAccess protocol in case it's destroyedGregX Yeh1-0/+34
2019-07-01MdeModulePkg SmbiosMeasurementDxe: Add Type4 Voltage field to blacklistStar Zeng1-0/+1
2019-07-01MdeModulePkg/BdsDxe: Use a pcd to control PlatformRecoveryZhichao Gao2-25/+45
2019-06-26MdeModulePkg/CapsulePei: Add memory pointer checkGao, Zhichao1-1/+5
2019-06-26MdeModulePkg: Add CapsuleOnDiskLoadPei PEIM.Wei6 Xu4-0/+530
2019-06-26MdeModulePkg/CapsuleRuntimeDxe: Introduce PCD to control this feature.Wei6 Xu2-1/+12
2019-06-26MdeModulePkg/BdsDxe: Support Capsule On Disk.Wei6 Xu2-2/+7
2019-06-24MdeMoudlePkg/CapsulePei: No need to remain space for null-terminateZhichao Gao1-1/+1
2019-06-24MdeMoudlePkg/CapsulePei: Optimize GetScatterGatherHeadEntriesZhichao Gao1-14/+37
2019-06-24MdeMoudlePkg/CapsulePei: Optimize AreCapsulesStagedZhichao Gao1-29/+13
2019-06-24MdeMoudlePkg/CapsulePei: Fix coding style issueZhichao Gao1-5/+3
2019-06-24MdeModulePkg/CapsulePei: Optimize the CapsulePeiBret Barkelew3-155/+172
2019-06-21Revert "Capsule-on-Disk entire PatchZhang, Chao B8-554/+3
2019-06-20MdeModulePkg: Add CapsuleOnDiskLoadPei PEIM.Wei6 Xu4-0/+535
2019-06-20MdeModulePkg/CapsuleRuntimeDxe: Introduce PCD to control this feature.Wei6 Xu2-1/+12
2019-06-20MdeModulePkg/BdsDxe: Support Capsule On Disk.Wei6 Xu2-2/+7
2019-06-14MdeModulePkg: Introduce EDKII_SERIAL_PORT_LIB_VENDOR_GUIDAnthony PERARD2-1/+3
2019-06-13MdeModulePkg/GraphicsConsoleDxe: Initialize the output modeZhichao Gao2-10/+34
2019-06-13MdeModulePkg/ConSplitterDxe: Optimize the ConSplitterTextOutSetModeAaron Antone2-12/+25
2019-05-27NetworkPkg: Move Network library and drivers from MdeModulePkg to NetworkPkgLiming Gao124-52538/+0
2019-05-09MdeModulePkg: Remove BootInRecoveryMode PPIxuwei61-1/+1
2019-05-09MdeModulePkg/Setup: Remove PcdFrameworkCompatibilitySupport usageDandan Bi2-90/+2
2019-05-09MdeModulePkg/CdExpress: Remove PcdFrameworkCompatibilitySupport usageDandan Bi2-13/+2
2019-04-28MdeModulePkg/StatusCodeHandlerRuntimeDxe: make global variable staticZhichao Gao1-2/+2
2019-04-28MdeModulePkg/FirmwarePerformanceDxe: make global variable staticZhichao Gao1-2/+2
2019-04-28MdeModulePkg/ResetSystemPei: Change comments of ResetSystem2Zhichao Gao2-9/+3
2019-04-28MdeModulePkg/ResetSystemRuntimeDxe: Change commentsZhichao Gao2-8/+2
2019-04-28MdeModulePkg/HiiDB: Minimize memory allocation times after ReadyToBootDandan Bi1-7/+17
2019-04-24MdeModulePkg/HiiDatabaseDxe: Release lock on all error return pathDandan Bi1-1/+6
2019-04-16MdeModulePkg/CapsulePei: Update the debug code to print 64bit dataBret Barkelew1-9/+9
2019-04-16MdeModulePkg/CapsulePei: Change debug MACROZhichao Gao2-68/+68
2019-04-14MdeModulePkg/EbcDxe: implement the PE/COFF emulator protocolArd Biesheuvel4-4/+126
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney656-4566/+656
2019-04-02MdeModulePkg: Add a PEIM to install Debug PPIZhichao Gao4-0/+227
2019-04-02MdeModulePkg/ResetSystemRuntimeDxe: Remove DoS3 in warm resetBret Barkelew1-38/+0
2019-04-02MdeModulePkg/CapsuleRuntimeDxe: Add cache flush for IA32 and X64Zhichao Gao5-57/+115
2019-03-08MdeModulePkg/HiiImage: Fix stack overflow when corrupted BMP is parsed (CVE-2...edk2-stable201903Ray Ni1-2/+2
2019-03-08MdeModulePkg/HiiDatabase: Fix potential integer overflow (CVE-2018-12181)Ray Ni1-23/+103
2019-02-28MdeModulePkg/RamDiskDxe: Restrict on RAM disk size (CVE-2018-12180)Hao Wu3-11/+20
2019-02-28MdeModulePkg/PartitionDxe: Ensure blocksize holds MBR (CVE-2018-12180)Hao Wu2-2/+16
2019-02-22MdeModulePkg: change the function name ResetSystemZhichao Gao2-6/+6
2019-02-19MdeModulePkg: Remove EmuVariableRuntimeDxeStar Zeng6-2485/+0
2019-02-19MdeModulePkg/PropertiesTableAttributesDxe: Remove this driverShenglei Zhang4-310/+0
2019-02-14MdeModulePkg/SmmS3SaveStateDxe: Change function parameter typesShenglei Zhang2-4/+4
2019-02-14MdeModulePkg/S3SaveStateDxe: Change function parameter typesShenglei Zhang2-4/+4
2019-02-12MdeModulePkg/Ip4Dxe: Uninstall protocols when error happen in Driver Binding ...Jiaxin Wu1-3/+6