summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Dxe/Gcd
AgeCommit message (Expand)AuthorFilesLines
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
2008-09-10Add EFIAPI modifier for all GCD services APIsqhuang81-0/+13
2008-08-27Clean up DxeCore to remove duplicate memory allocation & device path utility ...qhuang81-8/+8
2008-07-24Code Scrub for Dxe Core.qhuang81-181/+181
2008-07-18Code scrub for DxeCoreqhuang81-25/+24
2008-05-21Update to fix minor coding style issues.qhuang81-31/+11
2008-05-21Change the file name case to follow coding style: The first character should ...qhuang81-0/+0
2008-05-09Fix the prediction warnings in DxeMain.qhuang81-9/+9
2008-05-09Add doxygen style comments for functions in DxeMain.qhuang81-728/+427
2008-04-09Add comments and DoxyGen format for these files.lgao41-12/+7
2008-03-04Fix two minor defects:qhuang81-0/+3
2007-11-08Merge EDK899: fixed bug to support EFI_HOB_TYPE_MEMORY_ALLOCATION to allocat...qhuang81-11/+11
2007-10-12fixed the following problems:eric_tian1-2/+3
2007-08-03Update gHobList in DXE core when GCD relocates hob list.xli241-0/+1
2007-07-04Check in DxeCore for Nt32 platform. Currently, it does not follow PI/UEFI2.1.yshang11-0/+2495