summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Dxe
AgeCommit message (Expand)Author
2011-05-17CalculateSum8() and CalculateSum16() defined in BaseLib are used to calculate...lzeng14
2011-03-16Fix LocateDevicePath() to return proper error status code. It was returning ...mdkinney
2011-02-23Update PeiCore and DxeCore to verify FFS data checksum.lgao4
2011-02-12Correct typo in word in DxeCore.lgao4
2011-02-12Updates function description per UEFI2.3d. No impact is for functionality. Th...lgao4
2011-01-21Fix bounds check on parameter of type EFI_GCD_IO_TYPE to use EfiGcdIoTypeMaxi...mdkinney
2011-01-11Clean up GCD DEBUG() macros so DEBUG_CODE() is only used to enable/disable th...mdkinney
2011-01-06Add DEBUG() macros to all GCD services to monitor all changes to the GCD Memo...mdkinney
2010-12-061) Change location of DEBUG() macro that prints the name of the FFS file bein...mdkinney
2010-12-04Update PEI/DXE/SMM dispatchers to include DEBUG ((DEBUG_DISPATCH, )) macros t...mdkinney
2010-11-09Add new PCD gEfiMdeModulePkgTokenSpaceGuid.PcdMaxEfiSystemTablePointerAddres...lgao4
2010-11-03swaps the order of timer disable and memory map termination to make sure memo...vanjeff
2010-09-16Refine code to make code run safely.ydong10
2010-08-06Move registration of DXE Core with PeCoffExtraActionLib after the lib constru...mdkinney
2010-08-03Update DXE Core so its own PE/COFF image is passed to the PeCoffExtraActionLibmdkinney
2010-07-28Enhance FV2.ReadSection() to read GUIDED section raw data when its extraction...lgao4
2010-07-191. Add init flag DEBUG_AGENT_INIT_DXE_AP.vanjeff
2010-06-17Add a missing parameter description in the function header for CoreFindFreePa...rsun3
2010-06-141) Improve how memory usage is tracked in DXE Coremdkinney
2010-05-14Fix DxeCore Dispatch Issue that DXE drivers may not be dispatched if they de...lgao4
2010-04-24Update the copyright notice formathhtian
2010-04-21Fix a bug that FV->ReadSection cannot get the EFI_SECTION_GUID_DEFINED type s...niruiyu
2010-04-07Fix the issue that GCC treat enum type as unsigned int which incompatible wit...klu2
2010-04-05MdeModulePkg: Fix warning with VS2005 toolchain on IA32jljusten
2010-04-03Avoid DEBUG_CLEAR_MEMORY clearing MemoryMap internal structure.jgong5
2010-03-19Hold Memory Lock until DEBUG_CLEAR_MEMORY called in CoreFreePages(). jgong5
2010-03-131. update the definitions in debug agent library, rename DEBUG_AGENT_INIT_DXE...vanjeff
2010-03-10The patch attached is to fix the issue that LMFA feature is failed on OVMF. ...jchen20
2010-03-03Minor bug fix and robustness check improvement.rsun3
2010-02-271. Refine debug agent library.vanjeff
2010-02-26Add more code robustness check for modules under MdeModulePkg.rsun3
2010-02-25Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu2
2010-02-24Minor comment fix.rsun3
2010-02-241. Correct File header to ## @filelgao4
2010-02-23Fix commentmdkinney
2010-02-17Cleanup HOB DEBUG printsandrewfish
2010-02-161) Fix build issuesmdkinney
2010-02-16Clean up HOB debug printsandrewfish
2010-02-16Fix crash in UnixPkg and BeagleBoard caused by gSmmBase2 getting added to the...andrewfish
2010-02-13Update DXE Core to be compatible with PI 1.2 SMM Drivers.mdkinney
2010-02-10revise the debug message to add 0x in front of the HEX number for consistencyjchen20
2010-02-09change the GetPcd64 to FixedGetPcd64 to pass ECC jchen20
2010-02-08format uniform: move tab to blank.erictian
2010-02-08Remove DEBUG_LOAD for InstallProtocolInterface() to align with PPI installati...qhuang8
2010-02-08modified to pass the VS2003 buildjchen20
2010-02-05Enable the Load Module At fixed Address feature jchen20
2010-01-27Remove reference to PCDs of status code value. Use macros introduced in PI1.2...xli24
2010-01-19Improve coding style in MdeModulePkg.rsun3
2009-12-23PI 1.1 SMM Feature Check-indavidhuang
2009-12-22Produce LoadPeImage protocol only in framework compatibility mode.lgao4