summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core
AgeCommit message (Expand)AuthorFilesLines
2011-04-08Add more checks to skip allocated SMRAM regions when searching for a largest ...rsun32-2/+16
2011-03-16Fix LocateDevicePath() to return proper error status code. It was returning ...mdkinney1-17/+20
2011-03-14Enhance inf and dec file to follow specs.ydong101-4/+4
2011-03-14add gEfiPeiMasterBootModeGuid dependency for getting right boot modeerictian1-2/+2
2011-03-14Changed TEMPORARY_RAM_SUPPORT_PPI to EFI_PEI_TEMPORARY_RAM_SUPPORT_PPI.vanjeff1-2/+2
2011-02-23Update PeiCore and DxeCore to verify FFS data checksum.lgao42-5/+21
2011-02-12Update DEBUG log information to specify SMM driver to be loaded in SmmCorelgao41-2/+2
2011-02-12Correct typo in word in DxeCore.lgao44-5/+5
2011-02-12Updates function description per UEFI2.3d. No impact is for functionality. Th...lgao43-5/+45
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-12-09when SMM Communication Protocol.Communicate() is called from within SMM, SMRA...rsun31-2/+2
2010-12-061) Change location of DEBUG() macro that prints the name of the FFS file bein...mdkinney4-109/+18
2010-12-04Update PEI/DXE/SMM dispatchers to include DEBUG ((DEBUG_DISPATCH, )) macros t...mdkinney6-9/+153
2010-11-09Add new PCD gEfiMdeModulePkgTokenSpaceGuid.PcdMaxEfiSystemTablePointerAddres...lgao42-9/+89
2010-11-04Complement fix for revision #10998 (Remove PI SMM IPL's dependency on CPU AP).rsun31-8/+12
2010-11-03swaps the order of timer disable and memory map termination to make sure memo...vanjeff1-5/+5
2010-11-03Remove PI SMM IPL's dependency on CPU AP so that PI SMM IPL can be dispatched...rsun32-12/+19
2010-10-18Refine code to make code run more safely.ydong101-2/+2
2010-09-16Refine code to make code run safely.ydong102-2/+3
2010-09-15Refine soma code to make code run safely.ydong101-3/+3
2010-08-26Avoid DxeCore to reclaim PEI stack as IDT may be on it (like 32-bit OVMF).pgao21-3/+4
2010-08-06Move registration of DXE Core with PeCoffExtraActionLib after the lib constru...mdkinney2-16/+16
2010-08-03Update DXE Core so its own PE/COFF image is passed to the PeCoffExtraActionLibmdkinney3-0/+14
2010-07-28Enhance FV2.ReadSection() to read GUIDED section raw data when its extraction...lgao41-20/+134
2010-07-191. Add init flag DEBUG_AGENT_INIT_DXE_AP.vanjeff1-1/+1
2010-07-18Fix 64-bit bug in DxeIpl. You can't cast an & UINT64 to a UINT32 *, as the up...andrewfish1-4/+4
2010-07-07Update the previous fix to only shadow the function for supported processor a...andrewfish1-8/+8
2010-07-07Fix issue with ARM port. Image.c shadow code is not ANSI C and crashes on ARM...andrewfish1-1/+6
2010-06-291) Call ProcessNotifyList() to process all Dispatch Notifications after the M...mdkinney1-68/+85
2010-06-17Add a missing parameter description in the function header for CoreFindFreePa...rsun31-0/+1
2010-06-141) Improve how memory usage is tracked in DXE Coremdkinney1-37/+164
2010-05-14Fix DxeCore Dispatch Issue that DXE drivers may not be dispatched if they de...lgao41-9/+9
2010-05-111) Fix IPF ICC 11.1 issue when /Ox is used related to the use of local variab...mdkinney4-241/+256
2010-05-10Minor comment update.xdu21-1/+1
2010-05-07Fix ICC 11.1 build breakmdkinney1-3/+3
2010-05-05Use new API GetSectionFromAnyFvByFileType() of MdePkg DxeServicesLib library...lgao42-80/+12
2010-04-24Update the copyright notice formathhtian86-160/+160
2010-04-21Fix a bug that FV->ReadSection cannot get the EFI_SECTION_GUID_DEFINED type s...niruiyu1-1/+1
2010-04-07Fix the issue that GCC treat enum type as unsigned int which incompatible wit...klu21-2/+2
2010-04-05MdeModulePkg: Fix warning with VS2005 toolchain on IA32jljusten1-1/+1
2010-04-03Avoid DEBUG_CLEAR_MEMORY clearing MemoryMap internal structure.jgong51-8/+4
2010-03-21Change BufferSize from UINTN * to UINTN to eliminate pointer to pointer in Sm...jyao13-6/+14
2010-03-19Hold Memory Lock until DEBUG_CLEAR_MEMORY called in CoreFreePages(). jgong51-7/+7
2010-03-131. update the definitions in debug agent library, rename DEBUG_AGENT_INIT_DXE...vanjeff1-1/+6
2010-03-12Fixed a bug in LMFA code jchen201-1/+1
2010-03-11roll back IDT_ENTRY counter to 32vanjeff1-1/+1
2010-03-10The patch attached is to fix the issue that LMFA feature is failed on OVMF. ...jchen202-17/+119
2010-03-09Minor update comment to remove unprintable character in source file.qhuang81-1/+1