summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Dxe
AgeCommit message (Expand)AuthorFilesLines
2007-11-271) Improve the EFI Memory Map stability to improve ACPI S4 supportmdkinney1-26/+43
2007-11-22Clean up: update "EFI" to "UEFI" if applicable.qhuang84-4/+4
2007-11-19Use MACRO EFI_FV_FILETYPE_ALL instead of a constant.qwang121-1/+1
2007-11-091. CoreOpenImageFile(): FilePath should be IN OUT.vanjeff3-53/+54
2007-11-08Merge EDK899: fixed bug to support EFI_HOB_TYPE_MEMORY_ALLOCATION to allocat...qhuang81-11/+11
2007-10-31Print real entry point for IPF image.lgao41-2/+19
2007-10-311) Change GUID of emuvariable module. yshang11-1/+1
2007-10-18Update the return status to comply to PI spec.qwang121-1/+1
2007-10-12fixed the following problems:eric_tian3-5/+10
2007-09-291. Add ExtractGuidedSectionLib library to replace customdecompress library.lgao43-73/+83
2007-09-29Update DxeCore to set efi memory type for the different image to be loaded.lgao41-1/+22
2007-09-28Remove PeCoffLoader library class and its instances.lgao41-2/+0
2007-09-281. Replace PeCoffLoader library by PeCoff lib for PeiCore, DxeIpl and DxeMain. lgao44-9/+6
2007-09-24Merge branch of PI tree to main trunkklu21-15/+1
2007-09-141) Remove buffer overflow when the number of Driver Binding Protocols increas...mdkinney4-46/+239
2007-09-04Merge the PI enabling works from the branchqwang1210-81/+195
2007-08-29Add dependent packages in INF of modules.yshang11-0/+1
2007-08-24Update for ICC build.xli241-1/+1
2007-08-23Allow DXE dispatcher to ignore EFI_FV_FILETYPE_FIRMWARE_VOLUME_IMAGE type FFS...qwang121-0/+61
2007-08-22Update PciCfg2.c to follow strict ANSI C spec.yshang11-1/+1
2007-08-16Update DXE Core to use gEfiCallerIdGuid instead of the gDxeServicesTableGuid ...mdkinney3-7/+7
2007-08-10EFI_FILE_TAIL_ATTRIBUTE does not support in PI specification.klu21-7/+0
2007-08-08Correct parameter UINTN to UINT32. Fix UINTN conver to UINT32lgao41-1/+1
2007-08-08Fix the type-cast between UINT32 & UINTNqhuang81-2/+4
2007-08-08Update CustomDecompress library to support algorithm guid and Update DxeIpl a...lgao42-2/+209
2007-08-03Update gHobList in DXE core when GCD relocates hob list.xli241-0/+1
2007-07-20remove some comments introduced by tools.vanjeff1-9/+3
2007-07-20remove some comments introduced by tools.vanjeff1-5/+0
2007-07-19Clean up the Isa related DXE in IntelFrameworkMoudlePkg.yshang11-43/+7
2007-07-06Should use gEfiFirmwareFileSystem2Guid but not gEfiFirmwareFileSystemGuid in ...klu23-3/+3
2007-07-04Include "Guid/FirmwareFileSystem.h " provided by IntelFrameworkPkg.yshang11-1/+1
2007-07-04Check in DxeCore for Nt32 platform. Currently, it does not follow PI/UEFI2.1.yshang142-0/+24972