summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/Dxe/Gcd
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/Gcd: Suppress incorrect compiler/analyzer warningsStar Zeng2018-08-141-1/+5
* MdeModulePkg/Gcd: Filter gCpu->SetMemoryAttributes() callsKinney, Michael D2018-07-271-3/+22
* MdeModulePkg/Gcd: Fix bug of attribute conversionHeyi Guo2018-07-271-5/+0
* MdeModulePkg/Core: allow HeapGuard even before CpuArchProtocol installedJian J Wang2018-03-161-0/+10
* MdeModulePkg: Update DxeCore to consume PI EfiGcdMemoryTypePersistentLiming Gao2017-10-101-2/+2
* MdeModulePkg/Core: Fix out-of-sync issue in GCDJian J Wang2017-09-211-18/+27
* MdeModulePkg/DxeCore:Clear RT attribute on SetCapabilities.Jiewen Yao2017-01-121-1/+1
* MdeModulePkg/DxeCore: Fix ASSERT() from GCD DEBUG() messagesMichael Kinney2017-01-101-3/+11
* MdeModulePkg/Core/Dxe/Gcd: remove set but not used variablesLaszlo Ersek2015-09-211-6/+0
* MdeModulePkg DxeCore: Take the range in resource HOB for PHIT as higher priorityStar Zeng2015-09-181-68/+95
* MdeModulePkg DxeCore: Relocate HOB List after other tested memory resources a...Star Zeng2015-09-171-12/+53
* MdeModulePkg: Update the short name for persistent memory type.Liming Gao2015-05-191-1/+1
* MdeModulePkg DxeCore: Add memory more reliable support.Star Zeng2015-05-111-31/+49
* MdeModulePkg DxeCore: Add read only memory support.Star Zeng2015-05-111-0/+4
* MdeModulePkg: Add support for UEFI2.5 and PI1.4 PersistentMemory featureLiming Gao2015-04-291-2/+10
* MdeModulePkg: fix mixed dos and linux EOL format issueHot Tian2014-12-231-24/+24
* MdePkg/MdeModulePkg: Implement the missing SetMemorySpaceCapabilities function.Eugene Cohen2014-11-202-14/+77
* Fix code potential errors.ydong102012-10-161-2/+2
* Fix comparisons of enumerated types which may cause warnings for some compilers.rsun32012-08-281-4/+4
* MdeModulePkg DXE Core: Update implementation of SetMemorySpaceAttributes() DX...rsun32011-11-231-7/+22
* Updated GCD implementation to consume the correct EFI Resources Attributes(Ca...vanjeff2011-08-181-3/+28
* MdeModulePkg/Dxe: Move assertions inside CoreInsertGcdMapEntry()oliviermartin2011-08-081-2/+4
* Fix an issue that there may be an infinite loop in the CoreInitializeMemorySe...rsun32011-07-131-70/+109
* Fix bounds check on parameter of type EFI_GCD_IO_TYPE to use EfiGcdIoTypeMaxi...mdkinney2011-01-211-1/+1
* Clean up GCD DEBUG() macros so DEBUG_CODE() is only used to enable/disable th...mdkinney2011-01-111-109/+81
* Add DEBUG() macros to all GCD services to monitor all changes to the GCD Memo...mdkinney2011-01-061-22/+216
* Update the copyright notice formathhtian2010-04-242-4/+4
* Add more code robustness check for modules under MdeModulePkg.rsun32010-02-261-2/+9
* revise the debug message to add 0x in front of the HEX number for consistencyjchen202010-02-101-1/+1
* Enable the Load Module At fixed Address feature jchen202010-02-051-1/+12
* clean K8.eric_tian2009-02-101-4/+6
* Cleanup K8 warning.eric_tian2009-02-061-0/+2
* Clean up to update the reference of the these macros:qhuang82008-12-161-1/+1
* move header files in MdeModulePkg\Core\Dxe except DxeMain.h into their corres...eric_tian2008-09-232-0/+46
* Comments for CoreInitializeMemoryServices should be updatederic_tian2008-09-161-11/+7
* Add EFIAPI modifier for all GCD services APIsqhuang82008-09-101-0/+13
* Clean up DxeCore to remove duplicate memory allocation & device path utility ...qhuang82008-08-271-8/+8
* Code Scrub for Dxe Core.qhuang82008-07-241-181/+181
* Code scrub for DxeCoreqhuang82008-07-181-25/+24
* Update to fix minor coding style issues.qhuang82008-05-211-31/+11
* Change the file name case to follow coding style: The first character should ...qhuang82008-05-211-0/+0
* Fix the prediction warnings in DxeMain.qhuang82008-05-091-9/+9
* Add doxygen style comments for functions in DxeMain.qhuang82008-05-091-728/+427
* Add comments and DoxyGen format for these files.lgao42008-04-091-12/+7
* Fix two minor defects:qhuang82008-03-041-0/+3
* Merge EDK899: fixed bug to support EFI_HOB_TYPE_MEMORY_ALLOCATION to allocat...qhuang82007-11-081-11/+11
* fixed the following problems:eric_tian2007-10-121-2/+3
* Update gHobList in DXE core when GCD relocates hob list.xli242007-08-031-0/+1
* Check in DxeCore for Nt32 platform. Currently, it does not follow PI/UEFI2.1.yshang12007-07-041-0/+2495