summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2018-03-20MdeModulePkg/DxeMain: Fix BSP interrupts reenabled in ExitBootServicesHao Wu1-3/+3
2018-03-19MdeModulePkg: Fix coding style issues in file/function commentsDandan Bi5-6/+14
2018-03-16MdeModulePkg/DxeCapsuleLibFmp: Add more check for the UX capsuleRuiyu Ni1-2/+19
2018-03-16MdeModulePkg/PiSmmCore: fix #PF caused by freeing read-only memoryJian J Wang1-0/+22
2018-03-16MdeModulePkg/Core: fix bits operation error on a boundary conditionJian J Wang1-6/+10
2018-03-16MdeModulePkg/PiSmmCore: fix bits operation error on a boundary conditionJian J Wang1-6/+10
2018-03-16MdeModulePkg/Core: allow HeapGuard even before CpuArchProtocol installedJian J Wang4-1/+154
2018-03-16MdeModulePkg BrotliLib: Rename function with the specific lib nameLiming Gao4-13/+13
2018-03-15MdeModulePkg/PciBus: return CPU address for GetBarAttributesHeyi Guo1-0/+4
2018-03-15MdeModulePkg/PciBus: convert host address to device addressHeyi Guo1-2/+6
2018-03-15MdeModulePkg/PciHostBridgeDxe: Add support for address translationHeyi Guo4-27/+261
2018-03-15MdeModulePkg/PciHostBridgeLib.h: add address TranslationHeyi Guo1-0/+19
2018-03-14MdeModulePkg/PiSmmCore: fix mem alloc issues in heap guardJian J Wang1-2/+6
2018-03-14MdeModulePkg/Core: fix mem alloc issues in heap guardJian J Wang1-2/+6
2018-03-13MdeModulePkg PCD: Remove PCD_TYPE_SKU_ENABLED in PCD_TYPE_ALL_SETStar Zeng1-1/+1
2018-03-13MdeModulePkg/Mtftp4Dxe: Fix the incorrect return status.Jiaxin Wu1-11/+11
2018-03-13MdeModulePkg PCD: Remove unused PCD attribute PCD_TYPE_SKU_ENABLEDGao, Liming5-10/+5
2018-03-09MdeModulePkg/Core/Pei: fix REGISITER -> REGISTER typoMarc-André Lureau4-13/+13
2018-03-08MdeModulePkg LockBoxLib: Support LOCK_BOX_ATTRIBUTE_RESTORE_IN_S3_ONLYStar Zeng4-8/+247
2018-03-08MdeModulePkg/Core: fix too many available pages between BS_DataJian J Wang2-16/+2
2018-03-08MdeModulePkg/DriverSampleDxe: Refine the sample case for UNION typeDandan Bi3-20/+6
2018-03-07MdeModulePkg/Core: Fix feature conflict between NX and Stack guardHao Wu2-5/+61
2018-03-07MdeModulePkg/Core: Refine handling NULL detection in NX settingHao Wu1-11/+11
2018-03-07MdeModulePkg/UefiBootManagerLib: limit recursive call depthHeyi Guo3-15/+24
2018-03-07MdeModulePkg/NullMemoryTest: Fix bug in CompatibleRangeTestRuiyu Ni1-9/+46
2018-03-07MdeModulePkg/NullMemoryTest: Change prototype of ConvertToTestedMemoryRuiyu Ni1-13/+24
2018-03-06MdeModulePkg/Terminal: ReadKeyStrokeEx always return key stateRuiyu Ni1-5/+4
2018-03-04MdeModulePkg UsbMass: Correct comment about TPL for BLOCK IO APIsStar Zeng1-3/+3
2018-03-03MdeModulePkg/UsbMass: Retry CMD for MediaChanged sense keyRuiyu Ni2-22/+48
2018-03-03MdeModulePkg/UsbMass: remove unnecessary RestoreTPL() callRuiyu Ni1-9/+4
2018-03-03MdeModulePkg/UsbMass: Add more debug messageRuiyu Ni1-3/+5
2018-03-03MdeModulePkg/UsbMass: Revert "map -r" media change detection fixRuiyu Ni1-15/+4
2018-03-03MdeModulePkg/UsbMass: Revert POWER_ON(29h) ASC handling logicRuiyu Ni2-4/+1
2018-03-03MdeModulePkg PiSmmCore: Register SMI handler to install S3SmmInitDoneStar Zeng3-3/+88
2018-03-03MdeModulePkg: Add S3SmmInitDone definitionStar Zeng2-0/+30
2018-03-03MdeModulePkg/Mtftp4Dxe: Separate the timer ticking to calculate the packet li...Fu Siyuan5-21/+97
2018-03-02MdeModulePkg: Fix incorrect commit introduced by commit SHA-1:052c98Dandan Bi1-1/+1
2018-03-02MdeModulePkg/DxeCorePerfLib: Add status check instead of ASSERTDandan Bi1-3/+2
2018-03-02MdeModulePkg/DebugLibReportStatusCode: Fix hang if format is too longRuiyu Ni1-0/+5
2018-02-28MdeModulePkg/BootLogoLib: Use Boot Logo 2 ProtocolKinney, Michael D2-2/+32
2018-02-28MdeModulePkg/BootGraphicsResourceDxe: Add Boot Logo 2 ProtocolMichael D Kinney2-15/+197
2018-02-28MdeModulePkg: Add Boot Logo 2 ProtocolKinney, Michael D2-0/+121
2018-02-28MdeModulePkg/PlatformLogo.h: Correct function header commentsRuiyu Ni1-7/+2
2018-02-28MdeModulePkg/Logo.idf: Remove incorrect comments.Ruiyu Ni1-4/+1
2018-02-27MdeModulePkg PCD: Fix the issue to set the big SkuIdLiming Gao1-1/+1
2018-02-27MdeModulePkg PCD: Add more debug message to show SkuId updateLiming Gao2-2/+10
2018-02-27MdeModulePkg/NullMemoryTest: Handle more reliable memoryRuiyu Ni1-29/+46
2018-02-27MdeModulePkg/GenericMemoryTest: Handle more reliable memoryRuiyu Ni1-25/+50
2018-02-26MdeModulePkg SmmLockBox: Return updated Length for EFI_BUFFER_TOO_SMALLStar Zeng1-1/+4
2018-02-26MdeModulePkg PeiCore: Add error message to describe PEIM load failureLiming Gao1-1/+6