summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2018-04-08MdeModulePkg/Gcd: Suppress incorrect compiler/analyzer warningsStar Zeng1-1/+5
2018-04-05MdeModulePkg/Gcd: Filter gCpu->SetMemoryAttributes() callsKinney, Michael D1-3/+22
2018-04-04MdeModulePkg SmmMemoryAttribute.h: Refine some commentsStar Zeng1-10/+7
2018-04-02MdeModulePkg/Gcd: Fix bug of attribute conversionHeyi Guo1-5/+0
2018-03-30MdeModulePkg/Variable/RuntimeDxe: introduce PcdMaxVolatileVariableSizeLaszlo Ersek7-8/+74
2018-03-30MdeModulePkg Variable: Align TPL level for (Smm)EndOfDxe callbackStar Zeng1-2/+2
2018-03-29MdeModulePkg/PartitionDxe: Add partition type guid to installed handleJeff Brasen6-18/+38
2018-03-26MdeModulePkg/Usb: Replace macro USB_BOOT_IO_BLOCKSMing Huang2-6/+14
2018-03-26MdeModulePkg/UsbKb: fix shell edit cannot read '!@#$%^&*' charactersRuiyu Ni1-1/+2
2018-03-21MdeModulePkg/CapsuleApp: Center bitmap at bottom of screenMichael D Kinney2-5/+61
2018-03-21MdeModulePkg/CapsuleApp: Fix logic bug in CleanGatherList()Michael D Kinney1-2/+2
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