summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core
AgeCommit message (Expand)Author
2011-07-15MdeModulePkg: Fix VS2008 warning.andrewfish
2011-07-14MdeModulePkg: Add PcdDxeIplBuildPageTables for DxeIpl X64 to optionally not r...andrewfish
2011-07-13Fix an issue that there may be an infinite loop in the CoreInitializeMemorySe...rsun3
2011-07-12Correct the status code value to EFI_SW_PC_INIT_END after PEIM returns contro...lgao4
2011-07-06Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu
2011-06-16MdeModulePkg DXE Core: Add Idle event during BootServices WaitForEventjljusten
2011-06-16Remove the unused TimerLib from PeiCore.lgao4
2011-06-10Set *ImageHandle to NULL when LoadImage() returns EFI_ACCESS_DENIED.niruiyu
2011-06-09Add assertion in PeiAllocatePool when out of resource.niruiyu
2011-06-09Fix crash in GetMemoryMap() when memory type 0x80000000-0xFFFFFFFF was alloca...niruiyu
2011-06-04Fix X64 clang warnings.andrewfish
2011-05-31Update the comments of InstallConfigurationTable to follow UEFI Spec.niruiyu
2011-05-26Add more status code in drivers.li-elvin
2011-05-25Make sure the return value of MapKey is correct by moving the assignment into...erictian
2011-05-24Add the DriverFamilyOverride support in DxeCore.niruiyu
2011-05-17CalculateSum8() and CalculateSum16() defined in BaseLib are used to calculate...lzeng14
2011-04-08Add more checks to skip allocated SMRAM regions when searching for a largest ...rsun3
2011-03-16Fix LocateDevicePath() to return proper error status code. It was returning ...mdkinney
2011-03-14Enhance inf and dec file to follow specs.ydong10
2011-03-14add gEfiPeiMasterBootModeGuid dependency for getting right boot modeerictian
2011-03-14Changed TEMPORARY_RAM_SUPPORT_PPI to EFI_PEI_TEMPORARY_RAM_SUPPORT_PPI.vanjeff
2011-02-23Update PeiCore and DxeCore to verify FFS data checksum.lgao4
2011-02-12Update DEBUG log information to specify SMM driver to be loaded in SmmCorelgao4
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-09when SMM Communication Protocol.Communicate() is called from within SMM, SMRA...rsun3
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-04Complement fix for revision #10998 (Remove PI SMM IPL's dependency on CPU AP).rsun3
2010-11-03swaps the order of timer disable and memory map termination to make sure memo...vanjeff
2010-11-03Remove PI SMM IPL's dependency on CPU AP so that PI SMM IPL can be dispatched...rsun3
2010-10-18Refine code to make code run more safely.ydong10
2010-09-16Refine code to make code run safely.ydong10
2010-09-15Refine soma code to make code run safely.ydong10
2010-08-26Avoid DxeCore to reclaim PEI stack as IDT may be on it (like 32-bit OVMF).pgao2
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-07-18Fix 64-bit bug in DxeIpl. You can't cast an & UINT64 to a UINT32 *, as the up...andrewfish
2010-07-07Update the previous fix to only shadow the function for supported processor a...andrewfish
2010-07-07Fix issue with ARM port. Image.c shadow code is not ANSI C and crashes on ARM...andrewfish
2010-06-291) Call ProcessNotifyList() to process all Dispatch Notifications after the M...mdkinney
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