summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/Gcd: Suppress incorrect compiler/analyzer warningsStar Zeng2018-04-081-1/+5
* MdeModulePkg/Gcd: Filter gCpu->SetMemoryAttributes() callsKinney, Michael D2018-04-051-3/+22
* MdeModulePkg SmmMemoryAttribute.h: Refine some commentsStar Zeng2018-04-041-10/+7
* MdeModulePkg/Gcd: Fix bug of attribute conversionHeyi Guo2018-04-021-5/+0
* MdeModulePkg/Variable/RuntimeDxe: introduce PcdMaxVolatileVariableSizeLaszlo Ersek2018-03-307-8/+74
* MdeModulePkg Variable: Align TPL level for (Smm)EndOfDxe callbackStar Zeng2018-03-301-2/+2
* MdeModulePkg/PartitionDxe: Add partition type guid to installed handleJeff Brasen2018-03-296-18/+38
* MdeModulePkg/Usb: Replace macro USB_BOOT_IO_BLOCKSMing Huang2018-03-262-6/+14
* MdeModulePkg/UsbKb: fix shell edit cannot read '!@#$%^&*' charactersRuiyu Ni2018-03-261-1/+2
* MdeModulePkg/CapsuleApp: Center bitmap at bottom of screenMichael D Kinney2018-03-212-5/+61
* MdeModulePkg/CapsuleApp: Fix logic bug in CleanGatherList()Michael D Kinney2018-03-211-2/+2
* MdeModulePkg/DxeMain: Fix BSP interrupts reenabled in ExitBootServicesHao Wu2018-03-201-3/+3
* 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