summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg PeiCore: FvCount to be checked for the registered for shadow PEIMLiming Gao2018-05-171-1/+1
* MdeModulePkg Variable: Fix the returned status in UpdateVariableStorecinnamon shia2018-05-141-3/+5
* MdeModulePkg Variable: Fix a corner case issue about setting a variablecinnamon shia2018-05-141-3/+3
* MdeModulePkg/PciHostBridge: Count the (mm)io overhead when pollingRuiyu Ni2018-05-095-54/+114
* MdeModulePkg/AcpiPlatformDxe: Unload after execution.Marvin.Haeuser@outlook.com2018-05-081-2/+5
* MdeModulePkg CapsuleApp: Check Buffer against NULL before freeing itStar Zeng2018-05-081-2/+5
* MdeModulePkg/Terminal: Check status of OpenProtocol in BindingStartRuiyu Ni2018-05-031-1/+7
* MdeModulePkg/DriverHealthManagerDxe: Update RouteConfig functionThomas Palmer2018-05-031-0/+3
* MdeModulePkg/RamDiskDxe: Update RouteConfig functionThomas Palmer2018-05-031-1/+3
* MdeModulePkg/UiApp: Update RouteConfig functionThomas Palmer2018-05-031-0/+3
* MdeModulePkg NvmExpressDxe: return error code in error pathStar Zeng2018-04-251-0/+1
* MdeModulePkg EsrtFmpDxe: Use EfiBootServicesData for ESRT tableStar Zeng2018-04-251-2/+2
* MdeModulePkg/UefiBootManagerLib: fix AddLoadOptionVariable docs/prototypeRuiyu Ni2018-04-232-12/+26
* MdeModulePkg DxeCapsuleLibFmp: Fix wrong Index is usedStar Zeng2018-04-201-1/+1
* MdeModulePkg/FPDT: Add error message for unsupported caseDandan Bi2018-04-162-0/+8
* MdeModulePkg/PiSmmIpl: fix non-executable SMM RAMJian J Wang2018-04-131-14/+36
* MdeModulePkg/SmmCore: add sanity check for SetMemoryAttributesJian J Wang2018-04-131-12/+18
* MdeModulePkg/DxeCore: add sanity check for SetMemoryAttributesJian J Wang2018-04-131-2/+7
* 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