summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core
AgeCommit message (Expand)AuthorFilesLines
2010-02-271. Refine debug agent library.vanjeff6-29/+45
2010-02-26Fixed GCC build issue caused by converting a pointer to an integer of a large...geekboy15a1-1/+1
2010-02-26Add parameter checking for PEI service AllocatePages(), according to PI1.2 er...xli241-12/+23
2010-02-26Add more code robustness check for modules under MdeModulePkg.rsun37-16/+28
2010-02-26Fix a bug in "Load module At fixed address" to enable it on IPF platformjchen201-7/+7
2010-02-26Clean up PiSmmCore to pass K8 scanhhuan132-3/+3
2010-02-26Add EfiCpuArchProtocol dependency for PiSmmIpl module. The reason to add this...jgong51-1/+2
2010-02-25Add PI SMM IPL and PI SMM Coremdkinney15-0/+6168
2010-02-25Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu21-1/+1
2010-02-24roll back changing on save and restore interrupt status, it needn't doing.vanjeff1-12/+0
2010-02-24Minor comment fix.rsun31-0/+2
2010-02-24Avoid shadowing PE image read function on IPFjgong51-1/+1
2010-02-241. Correct File header to ## @filelgao44-13/+13
2010-02-23Fix commentmdkinney1-2/+1
2010-02-22Enhance memory copy logic for PEI core image read. The change uses CopyMem() ...jgong52-7/+47
2010-02-17Cleanup HOB DEBUG printsandrewfish1-2/+2
2010-02-161) Fix build issuesmdkinney3-111/+128
2010-02-16Clean up HOB debug printsandrewfish1-3/+3
2010-02-16Fix crash in UnixPkg and BeagleBoard caused by gSmmBase2 getting added to the...andrewfish1-3/+3
2010-02-13Update DXE Core to be compatible with PI 1.2 SMM Drivers.mdkinney5-23/+44
2010-02-11Fix the issue that unknown format FV in Fvhob is installed for FvInfoPpi more...klu21-1/+22
2010-02-11Coding style fix and minor improvements.rsun311-359/+52
2010-02-10a)Save and disable CPU interrupt before calling AsmWriteIdtr().vanjeff1-19/+31
2010-02-10revise the debug message to add 0x in front of the HEX number for consistencyjchen208-29/+27
2010-02-09change the GetPcd64 to FixedGetPcd64 to pass ECC jchen201-1/+1
2010-02-08format uniform: move tab to blank.erictian1-43/+43
2010-02-08Remove DEBUG_LOAD for InstallProtocolInterface() to align with PPI installati...qhuang81-5/+5
2010-02-08modified to pass the VS2003 buildjchen201-1/+1
2010-02-05modified to pass the ICC buildjchen201-6/+6
2010-02-05Enable the Load Module At fixed Address feature jchen2010-61/+911
2010-02-04Enable PEI core to differentiate PEIMs in performance log by passing PEIM fil...jgong51-4/+4
2010-01-29Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney3-15/+15
2010-01-27Remove reference to PCDs of status code value. Use macros introduced in PI1.2...xli2411-36/+20
2010-01-26Print the warning information for the image without relocation only when load...lgao41-2/+2
2010-01-26Remove ASSERT() to make AllocatePool() service match PI spec.klu21-2/+5
2010-01-25Fix the issue that accessing for unaligned address break IPFklu21-3/+5
2010-01-24Correct PeiCore not dispatch the register for shadow image without relocation.lgao43-9/+97
2010-01-19Improve coding style in MdeModulePkg.rsun32-38/+35
2010-01-15Update PeiLoadFilePpi produced by PeiCore to load only images with relocation...lgao41-1/+1
2010-01-15Fix some coding style issues in MdeModulePkg.rsun32-5/+5
2010-01-14Fix the issue in MdeModulePkg that mismatch between PCD type and the PCD Lib ...rsun32-2/+2
2010-01-14When found the file according to given file name guid, PeiFfs2FvPpiFindFileBy...klu21-1/+2
2010-01-14Update INF file to properly declare which PCDs must be Fixed, and update PCD ...mdkinney3-11/+13
2010-01-14Cleanup INF file for PEI Core mdkinney1-11/+4
2010-01-04check whether FvHandle is NULL for FfsGetVolumeInfo() interface.klu21-2/+2
2010-01-04Add default implementation of EFI_CPU_IO_PPI and EFI_PCI_CFG2_PPI for EFI_SER...klu25-5/+1199
2009-12-25Fix ICC compiler warning.xli241-4/+0
2009-12-25Add fixing for supporting third-party FV in unknown format. klu23-21/+293
2009-12-23PI 1.1 SMM Feature Check-indavidhuang3-4/+51
2009-12-22Produce LoadPeImage protocol only in framework compatibility mode.lgao42-10/+17