summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Fix coding style issues in file/function commentsDandan Bi2018-03-195-6/+14
* MdeModulePkg/DxeCapsuleLibFmp: Add more check for the UX capsuleRuiyu Ni2018-03-161-2/+19
* MdeModulePkg/PiSmmCore: fix #PF caused by freeing read-only memoryJian J Wang2018-03-161-0/+22
* MdeModulePkg/Core: fix bits operation error on a boundary conditionJian J Wang2018-03-161-6/+10
* MdeModulePkg/PiSmmCore: fix bits operation error on a boundary conditionJian J Wang2018-03-161-6/+10
* MdeModulePkg/Core: allow HeapGuard even before CpuArchProtocol installedJian J Wang2018-03-164-1/+154
* MdeModulePkg BrotliLib: Rename function with the specific lib nameLiming Gao2018-03-164-13/+13
* MdeModulePkg/PciBus: return CPU address for GetBarAttributesHeyi Guo2018-03-151-0/+4
* MdeModulePkg/PciBus: convert host address to device addressHeyi Guo2018-03-151-2/+6
* MdeModulePkg/PciHostBridgeDxe: Add support for address translationHeyi Guo2018-03-154-27/+261
* MdeModulePkg/PciHostBridgeLib.h: add address TranslationHeyi Guo2018-03-151-0/+19
* MdeModulePkg/PiSmmCore: fix mem alloc issues in heap guardJian J Wang2018-03-141-2/+6
* MdeModulePkg/Core: fix mem alloc issues in heap guardJian J Wang2018-03-141-2/+6
* MdeModulePkg PCD: Remove PCD_TYPE_SKU_ENABLED in PCD_TYPE_ALL_SETStar Zeng2018-03-131-1/+1
* MdeModulePkg/Mtftp4Dxe: Fix the incorrect return status.Jiaxin Wu2018-03-131-11/+11
* MdeModulePkg PCD: Remove unused PCD attribute PCD_TYPE_SKU_ENABLEDGao, Liming2018-03-135-10/+5
* MdeModulePkg/Core/Pei: fix REGISITER -> REGISTER typoMarc-André Lureau2018-03-094-13/+13
* MdeModulePkg LockBoxLib: Support LOCK_BOX_ATTRIBUTE_RESTORE_IN_S3_ONLYStar Zeng2018-03-084-8/+247
* MdeModulePkg/Core: fix too many available pages between BS_DataJian J Wang2018-03-082-16/+2
* MdeModulePkg/DriverSampleDxe: Refine the sample case for UNION typeDandan Bi2018-03-083-20/+6
* MdeModulePkg/Core: Fix feature conflict between NX and Stack guardHao Wu2018-03-072-5/+61
* MdeModulePkg/Core: Refine handling NULL detection in NX settingHao Wu2018-03-071-11/+11
* MdeModulePkg/UefiBootManagerLib: limit recursive call depthHeyi Guo2018-03-073-15/+24
* MdeModulePkg/NullMemoryTest: Fix bug in CompatibleRangeTestRuiyu Ni2018-03-071-9/+46
* MdeModulePkg/NullMemoryTest: Change prototype of ConvertToTestedMemoryRuiyu Ni2018-03-071-13/+24
* MdeModulePkg/Terminal: ReadKeyStrokeEx always return key stateRuiyu Ni2018-03-061-5/+4
* MdeModulePkg UsbMass: Correct comment about TPL for BLOCK IO APIsStar Zeng2018-03-041-3/+3
* MdeModulePkg/UsbMass: Retry CMD for MediaChanged sense keyRuiyu Ni2018-03-032-22/+48
* MdeModulePkg/UsbMass: remove unnecessary RestoreTPL() callRuiyu Ni2018-03-031-9/+4
* MdeModulePkg/UsbMass: Add more debug messageRuiyu Ni2018-03-031-3/+5
* MdeModulePkg/UsbMass: Revert "map -r" media change detection fixRuiyu Ni2018-03-031-15/+4
* MdeModulePkg/UsbMass: Revert POWER_ON(29h) ASC handling logicRuiyu Ni2018-03-032-4/+1
* MdeModulePkg PiSmmCore: Register SMI handler to install S3SmmInitDoneStar Zeng2018-03-033-3/+88
* MdeModulePkg: Add S3SmmInitDone definitionStar Zeng2018-03-032-0/+30
* MdeModulePkg/Mtftp4Dxe: Separate the timer ticking to calculate the packet li...Fu Siyuan2018-03-035-21/+97
* MdeModulePkg: Fix incorrect commit introduced by commit SHA-1:052c98Dandan Bi2018-03-021-1/+1
* MdeModulePkg/DxeCorePerfLib: Add status check instead of ASSERTDandan Bi2018-03-021-3/+2
* MdeModulePkg/DebugLibReportStatusCode: Fix hang if format is too longRuiyu Ni2018-03-021-0/+5
* MdeModulePkg/BootLogoLib: Use Boot Logo 2 ProtocolKinney, Michael D2018-02-282-2/+32
* MdeModulePkg/BootGraphicsResourceDxe: Add Boot Logo 2 ProtocolMichael D Kinney2018-02-282-15/+197
* MdeModulePkg: Add Boot Logo 2 ProtocolKinney, Michael D2018-02-282-0/+121
* MdeModulePkg/PlatformLogo.h: Correct function header commentsRuiyu Ni2018-02-281-7/+2
* MdeModulePkg/Logo.idf: Remove incorrect comments.Ruiyu Ni2018-02-281-4/+1
* MdeModulePkg PCD: Fix the issue to set the big SkuIdLiming Gao2018-02-271-1/+1
* MdeModulePkg PCD: Add more debug message to show SkuId updateLiming Gao2018-02-272-2/+10
* MdeModulePkg/NullMemoryTest: Handle more reliable memoryRuiyu Ni2018-02-271-29/+46
* MdeModulePkg/GenericMemoryTest: Handle more reliable memoryRuiyu Ni2018-02-271-25/+50
* MdeModulePkg SmmLockBox: Return updated Length for EFI_BUFFER_TOO_SMALLStar Zeng2018-02-261-1/+4
* MdeModulePkg PeiCore: Add error message to describe PEIM load failureLiming Gao2018-02-261-1/+6
* MdeModulePkg/RamDiskDxe: Perform MediaId check first in BlkIo servicesHao Wu2018-02-261-15/+15