summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Dxe/Gcd
AgeCommit message (Expand)AuthorFilesLines
6 daysMdeModulePkg: Gcd: Only Update gMemoryMap Attributes if Correct GCD TypeOliver Smith-Denny1-8/+15
2024-06-02MdeModulePkg: Update GCD attribute conversion to support SP attributeDu Lin1-0/+1
2024-05-08MdeModulePkg: Use newly defined Unaccepted Memory TypeSachin Ganesh1-5/+5
2024-01-30MdeModulePkg/Core/Dxe: Set MemoryTypeInfo bin range from HOBMichael D Kinney1-3/+69
2022-11-01MdeModulePkg: Update Dxe to handle unaccepted memory typeMin M Xu1-0/+6
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki2-473/+543
2021-12-07MdeModulePkg: Change complex DEBUG_CODE() to DEBUG_CODE_BEGIN/END()Michael D Kinney1-4/+4
2021-12-07MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-2/+2
2020-11-05MdeModulePkg/Gcd: Check memory allocation when initializing memoryJeff Brasen1-0/+58
2020-07-15MdeModulePkg: Add New Memory AttributesOleksiy Yakovlev1-9/+2
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2-14/+2
2018-12-20MdeModulePkg/Dxe/Gcd: disregard memory above MAX_ALLOC_ADDRESSArd Biesheuvel1-4/+4
2018-10-30MdeModulePkg/Core: fix an issue of potential NULL pointer accessJian J Wang1-1/+1
2018-10-26MdeModulePkg/Core: prevent re-acquire GCD memory lockJian J Wang1-25/+62
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-38/+38
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-02MdeModulePkg/Gcd: Fix bug of attribute conversionHeyi Guo1-5/+0
2018-03-16MdeModulePkg/Core: allow HeapGuard even before CpuArchProtocol installedJian J Wang1-0/+10
2017-10-10MdeModulePkg: Update DxeCore to consume PI EfiGcdMemoryTypePersistentLiming Gao1-2/+2
2017-09-21MdeModulePkg/Core: Fix out-of-sync issue in GCDJian J Wang1-18/+27
2017-01-12MdeModulePkg/DxeCore:Clear RT attribute on SetCapabilities.Jiewen Yao1-1/+1
2017-01-10MdeModulePkg/DxeCore: Fix ASSERT() from GCD DEBUG() messagesMichael Kinney1-3/+11
2015-09-21MdeModulePkg/Core/Dxe/Gcd: remove set but not used variablesLaszlo Ersek1-6/+0
2015-09-18MdeModulePkg DxeCore: Take the range in resource HOB for PHIT as higher priorityStar Zeng1-68/+95
2015-09-17MdeModulePkg DxeCore: Relocate HOB List after other tested memory resources a...Star Zeng1-12/+53
2015-05-19MdeModulePkg: Update the short name for persistent memory type.Liming Gao1-1/+1
2015-05-11MdeModulePkg DxeCore: Add memory more reliable support.Star Zeng1-31/+49
2015-05-11MdeModulePkg DxeCore: Add read only memory support.Star Zeng1-0/+4
2015-04-29MdeModulePkg: Add support for UEFI2.5 and PI1.4 PersistentMemory featureLiming Gao1-2/+10
2014-12-23MdeModulePkg: fix mixed dos and linux EOL format issueHot Tian1-24/+24
2014-11-20MdePkg/MdeModulePkg: Implement the missing SetMemorySpaceCapabilities function.Eugene Cohen2-14/+77
2012-10-16Fix code potential errors.ydong101-2/+2
2012-08-28Fix comparisons of enumerated types which may cause warnings for some compilers.rsun31-4/+4
2011-11-23MdeModulePkg DXE Core: Update implementation of SetMemorySpaceAttributes() DX...rsun31-7/+22
2011-08-18Updated GCD implementation to consume the correct EFI Resources Attributes(Ca...vanjeff1-3/+28
2011-08-08MdeModulePkg/Dxe: Move assertions inside CoreInsertGcdMapEntry()oliviermartin1-2/+4
2011-07-13Fix an issue that there may be an infinite loop in the CoreInitializeMemorySe...rsun31-70/+109
2011-01-21Fix bounds check on parameter of type EFI_GCD_IO_TYPE to use EfiGcdIoTypeMaxi...mdkinney1-1/+1
2011-01-11Clean up GCD DEBUG() macros so DEBUG_CODE() is only used to enable/disable th...mdkinney1-109/+81
2011-01-06Add DEBUG() macros to all GCD services to monitor all changes to the GCD Memo...mdkinney1-22/+216
2010-04-24Update the copyright notice formathhtian2-4/+4
2010-02-26Add more code robustness check for modules under MdeModulePkg.rsun31-2/+9
2010-02-10revise the debug message to add 0x in front of the HEX number for consistencyjchen201-1/+1
2010-02-05Enable the Load Module At fixed Address feature jchen201-1/+12
2009-02-10clean K8.eric_tian1-4/+6
2009-02-06Cleanup K8 warning.eric_tian1-0/+2
2008-12-16Clean up to update the reference of the these macros:qhuang81-1/+1
2008-09-23move header files in MdeModulePkg\Core\Dxe except DxeMain.h into their corres...eric_tian2-0/+46
2008-09-16Comments for CoreInitializeMemoryServices should be updatederic_tian1-11/+7