summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Dxe/DxeMain.inf
AgeCommit message (Expand)Author
2012-11-01MdeModulePkg: eliminate all implicit library dependencies for all modules in ...erictian
2012-08-22Add PI1.2.1 SAP2 support and UEFI231B mantis 896lgao4
2012-08-02Measure ExitBootServices failure caseczhang46
2012-03-151. Introduced CPU Exception Handler Library to provide the CPU exception hand...vanjeff
2011-10-27Add core FFS3 support, DxeCore.lzeng14
2011-06-16MdeModulePkg DXE Core: Add Idle event during BootServices WaitForEventjljusten
2011-05-24Add the DriverFamilyOverride support in DxeCore.niruiyu
2010-11-09Add new PCD gEfiMdeModulePkgTokenSpaceGuid.PcdMaxEfiSystemTablePointerAddres...lgao4
2010-08-03Update DXE Core so its own PE/COFF image is passed to the PeCoffExtraActionLibmdkinney
2010-04-24Update the copyright notice formathhtian
2010-02-271. Refine debug agent library.vanjeff
2010-02-25Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu2
2010-02-241. Correct File header to ## @filelgao4
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-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
2009-12-23PI 1.1 SMM Feature Check-indavidhuang
2009-12-22Produce LoadPeImage protocol only in framework compatibility mode.lgao4
2009-11-26Apply GetFileBufferByFilePath API of DxeServicesLib to replace local CoreOpen...lgao4
2009-04-22Update DxeCore to support to install gEfiHiiPackageListProtocolGuid in LoadIm...qhuang8
2009-04-17retain gEfiLoadPeImageProtocolGuid, and only published by DxeCore to keep bac...eric_tian
2009-04-16remove the gEfiLoadPeImageProtocolGuid and replace all references for it with...eric_tian
2009-04-03Add loaded Image device paths for EFI Drivers loaded from PCI Option ROM.gikidy
2009-03-10Cleanup to Remove default PCD value and extra build option.qhuang8
2009-03-10Retire TCG platform protocol, which will be replaced by PI Security Architect...lgao4
2009-02-23retire gEfiFirmwareVolumeDispatcherProtocolGuid as its original design is use...eric_tian
2009-02-13Meta-data reviewed.gikidy
2009-01-06Correct /FAcs option to /FAsclgao4
2008-12-12INF head modifiedjji4
2008-12-03Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie...gikidy
2008-11-05Remove over specific Guidklu2
2008-10-31Add missing TimerLib class since DxeMain directly use TimerLib API.qhuang8
2008-10-29Remove unnessary UEFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION in I...eric_tian
2008-10-28Refine file header for INF files of DXE and PEI core modules.xli24
2008-10-28clean up EBC in inf files.vanjeff
2008-10-05Change PeiMain/DxeMain's base name to PeiCore/DxeCore.klu2
2008-09-23move header files in MdeModulePkg\Core\Dxe except DxeMain.h into their corres...eric_tian
2008-09-16Merge the global data in ExecData.c to Event.ceric_tian
2008-09-16The file name Exec.h contains UEFI Event support functions and structure. But...eric_tian
2008-09-09Rename Hand.h to Handle.h.qwang12
2008-09-01Clean up DxeCore to use report status code macros in ReportStatusCode to reti...qhuang8
2008-08-27Add dependency of DevicePathLib to DxeCore so that the internal device path r...qhuang8
2008-08-20Remove the global variable of gDxeCoreBS and uses the gBS in UefiBootServices...qhuang8
2008-07-24Code Scrub for Dxe Core.qhuang8
2008-07-08Code scrube for MdeModule Definitions.lgao4
2008-05-21Update to fix minor coding style issues.qhuang8
2008-05-21Change the file name case to follow coding style: The first character should ...qhuang8
2008-02-261. Add EFI LOADED IMAGE DEVICE PATH Protocol in LoadImage() service, per UEFI...vanjeff
2008-02-021) Cleanup HiiLib, IfrSupportLib. qwang12