summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
...
* MdeModulePkg/CdExpress: Remove PcdFrameworkCompatibilitySupport usageDandan Bi2019-05-092-13/+2
* MdeModulePkg/Core: Remove PcdFrameworkCompatibilitySupport usageDandan Bi2019-05-095-286/+3
* MdeModulePkg/DumpDynPcd: Add application to dump dynamic PCD settingsZhang, Shenglei2019-05-084-0/+689
* MdeModulePkg: BaseSerialPortLib16550: Add Mmio32 supportTien Hock, Loh2019-04-293-4/+20
* MdeModulePkg/StatusCodeHandlerRuntimeDxe: make global variable staticZhichao Gao2019-04-281-2/+2
* MdeModulePkg/FirmwarePerformanceDxe: make global variable staticZhichao Gao2019-04-281-2/+2
* MdeModulePkg/ResetUtilityLib: Add a new API ResetSystemWithSubtypeBret Barkelew2019-04-281-6/+34
* MdeModulePkg/ResetUtilityLib: Add a new API ResetSystemWithSubtypeBret Barkelew2019-04-281-4/+30
* MdeModulePkg/NvmExpressHci.c: Change commentsZhichao Gao2019-04-281-4/+1
* MdeModulePkg/PeiMain: Change comments of PeiResetSystem2Zhichao Gao2019-04-282-7/+3
* MdeModulePkg/ResetSystemPei: Change comments of ResetSystem2Zhichao Gao2019-04-282-9/+3
* MdeModulePkg/ResetSystemRuntimeDxe: Change commentsZhichao Gao2019-04-282-8/+2
* MdeModulePkg/PeiResetSystemlib.c: Change comments of ResetSystemZhichao Gao2019-04-281-3/+1
* MdeModulePkg/RuntimeResetSystemLib.c: Change commentsZhichao Gao2019-04-281-3/+1
* MdeModulePkg/BaseResetSystemLibNull.c: Change comments of ResetSystemZhichao Gao2019-04-281-4/+2
* MdeModulePkg/DxeResetSystemLib.c: Change comments of ResetSystemZhichao Gao2019-04-281-3/+1
* MdeModulePkg/ResetSystemLib.h: Change comments of ResetSystemZhichao Gao2019-04-281-3/+1
* MdeModulePkg/HiiDB: Minimize memory allocation times after ReadyToBootDandan Bi2019-04-281-7/+17
* MdeModulePkg/FileExplorer: Set Handle to NULL after uninstall protocolDandan Bi2019-04-281-1/+2
* MdeModulePkg/BMMUiLib: Set Handle to NULL after uninstall protocolDandan Bi2019-04-281-1/+2
* MdeModulePkg/DxeCore: Please static checker for false reportHao Wu2019-04-281-9/+14
* MdeModulePkg/AhciPei: Add PEI BlockIO supportHao Wu2019-04-246-0/+960
* MdeModulePkg/AhciPei: Limit max transfer blocknum for 48-bit addressHao Wu2019-04-241-1/+7
* MdeModulePkg/HiiDatabaseDxe: Release lock on all error return pathDandan Bi2019-04-241-1/+6
* MdeModulePkg/DxeCapsuleLibFmp: clone ESRT for runtime accessArd Biesheuvel2019-04-232-8/+52
* MdeModulePkg: Change the SMM debug lib instanceZhichao Gao2019-04-221-1/+1
* MdeModulePkg/UefiBootManagerLib: fix crash on uninitialized ExitDataArd Biesheuvel2019-04-171-6/+1
* 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/DxeCore: remove explicit EBC handlingArd Biesheuvel2019-04-143-54/+3
* MdeModulePkg/EbcDxe: implement the PE/COFF emulator protocolArd Biesheuvel2019-04-144-4/+126
* MdeModulePkg/UefiBootManagerLib: allow foreign Driver#### imagesArd Biesheuvel2019-04-141-4/+2
* MdeModulePkg/PciBusDxe: dispatch option ROMs for foreign architecturesArd Biesheuvel2019-04-141-7/+0
* MdeModulePkg/DxeCore: invoke the emulator protocol for foreign imagesArd Biesheuvel2019-04-143-11/+164
* MdeModulePkg: introduce PE/COFF image emulator protocolArd Biesheuvel2019-04-142-0/+111
* MdeModulePkg: Move BaseUefiTianoCustomDecompressLib toDandan Bi2019-04-107-0/+1363
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091717-12061/+1717
* MdeModulePkg: Add PEIM and lib to dsc fileZhichao Gao2019-04-021-0/+3
* MdeModulePkg/PeiDebugLibDebugPpi: Add PEI debug libLiming Gao2019-04-022-0/+524
* MdeModulePkg: Add a PEIM to install Debug PPIZhichao Gao2019-04-024-0/+227
* MdeModulePkg: Add definitions for EDKII DEBUG PPIZhichao Gao2019-04-022-0/+85
* MdeModulePkg/PeiDxeDebugLibReportStatusCode: Add new APIsBret Barkelew2019-04-021-30/+147
* MdeModulePkg/ResetSystemRuntimeDxe: Remove DoS3 in warm resetBret Barkelew2019-04-021-38/+0
* MdeModulePkg/CapsuleRuntimeDxe: Add cache flush for IA32 and X64Zhichao Gao2019-04-025-57/+115
* MdeModulePkg: add LockBoxNullLib for !IA32/X64 in .dscLeif Lindholm2019-03-271-0/+1
* MdeModulePkg/PiSmmCore: Control S3 related functionality through flag.Eric Dong2019-03-212-22/+53
* MdeModulePkg/UefiBootManangerLib: Fix exception issueMing Huang2019-03-211-0/+3
* MdeModulePkg/SdMmcPciHcDxe: Add V3 64b DMA SupportAshish Singhal2019-03-114-73/+161
* MdeModulePkg/HiiImage: Fix stack overflow when corrupted BMP is parsed (CVE-2...edk2-stable201903Ray Ni2019-03-081-2/+2
* MdeModulePkg/HiiDatabase: Fix potential integer overflow (CVE-2018-12181)Ray Ni2019-03-081-23/+103