summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/Dxe/Gcd
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/Gcd: Check memory allocation when initializing memoryJeff Brasen2020-11-051-0/+58
* MdeModulePkg: Add New Memory AttributesOleksiy Yakovlev2020-07-151-9/+2
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-092-14/+2
* MdeModulePkg/Dxe/Gcd: disregard memory above MAX_ALLOC_ADDRESSArd Biesheuvel2018-12-201-4/+4
* MdeModulePkg/Core: fix an issue of potential NULL pointer accessJian J Wang2018-10-301-1/+1
* MdeModulePkg/Core: prevent re-acquire GCD memory lockJian J Wang2018-10-261-25/+62
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-38/+38
* 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/Gcd: Fix bug of attribute conversionHeyi Guo2018-04-021-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