summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/Dxe/DxeMain/DxeMain.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/Core/Dxe: Initialize GCD before RT memory allocationsMichael D Kinney2024-01-301-9/+14
* MdeModulePkg: Update code to be more C11 compliant by using __func__Rebecca Cran2023-04-101-1/+1
* MdeModulePkg: Notify BeforeExitBootServices in CoreExitBootServicesDionna Glaze2023-01-121-0/+6
* UefiCpuPkg: Simplify InitializeSeparateExceptionStacksLiu, Zhiguang2022-08-091-2/+2
* DxeMain: Fix the bug that StackGuard is not enabledRay Ni2022-06-141-0/+8
* CpuException: Add InitializeSeparateExceptionStacksRay Ni2022-06-101-1/+1
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-206/+212
* MdeModulePkg/Core/Dxe: log memory base and length, after lib ctors againLaszlo Ersek2020-11-061-0/+8
* MdeModulePkg/DxeCore: merge properties table routines into MAT handlingArd Biesheuvel2020-04-071-1/+0
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg Core/Dxe: Remove redundant functionsshenglei2018-08-211-22/+0
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-3/+3
* MdeModulePkg: Use new added Perf macrosBi, Dandan2018-06-261-6/+2
* MdeModulePkg/DxeMain: Fix BSP interrupts reenabled in ExitBootServicesHao Wu2018-03-201-3/+3
* MdeModulePkg/Core/Dxe: Call new API InitializeCpuExceptionHandlersEx insteadJian J Wang2017-12-081-1/+1
* MdeModulePkg Core: Propagate PEI-phase FV authentication status to DXEStar Zeng2017-10-101-4/+37
* MdeModulePkg/DxeCore: Add UEFI image protection.Jiewen Yao2017-02-221-1/+4
* MdeModulePkg: Remove NORETURN for PeiCore() and DxeMain() functionLiming Gao2016-06-231-1/+0
* MdeModulePkg/Core: Decorate phase-transition functions with NORETURN.Marvin H?user2016-06-221-0/+3
* MdeModulePkg/DxeCore: set ImageContext Handle and ImageRead() fieldsArd Biesheuvel2016-04-291-0/+2
* MdeModulePkg DxeCore: Enhance MemoryAttributesTable installationStar Zeng2016-04-221-0/+3
* MdeModulePkg DxeCore: Call PeCoffExtraActionLib member after ConstructorStar Zeng2016-04-221-13/+13
* MdeModulePkg: DxeCore: fully initialize image context before passing it onArd Biesheuvel2016-03-011-2/+8
* MdePkg: Call CoreInitializeMemoryAttributesTable() in DXE Entrypoint.jiewen yao2016-02-171-1/+2
* MdeModulePkg DxeCore: Move ProcessLibraryConstructorList()Star Zeng2015-08-041-7/+7
* Add UEFI 2.5 properties table support in DXE core.Yao, Jiewen2015-06-051-0/+2
* MdeModulePkg: Fixed DxeCore displaying incorrect FV Hob informationHao Wu2015-01-271-2/+2
* MdePkg/MdeModulePkg: Implement the missing SetMemorySpaceCapabilities function.Eugene Cohen2014-11-201-0/+1
* MdeModulePkg DxeCore/PiSmmCore: Add UEFI memory and SMRAM profile support.Star Zeng2014-11-121-0/+4
* MdeModulePkg/DxeMain: Zero ImageContext local variable before passing it down...Andrew Fish2014-06-251-1/+2
* Fix comment typos. Gao, Liming2014-05-131-1/+1
* Fixed the issue in ExitBootServices() implementation to avoid the potential b...Gao, Liming2014-02-131-9/+9
* 1. DxeIplPeim will locate Vector Handoff Table PPI and build GUIDed HOB if it...Jeff Fan2013-11-221-2/+30
* Add missing status code in several modules.li-elvin2012-10-301-1/+11
* Add PI1.2.1 SAP2 support and UEFI231B mantis 896lgao42012-08-221-0/+1
* Measure ExitBootServices failure caseczhang462012-08-021-0/+4
* 1. Introduced CPU Exception Handler Library to provide the CPU exception hand...vanjeff2012-03-151-1/+6
* swaps the order of timer disable and memory map termination to make sure memo...vanjeff2010-11-031-5/+5
* Move registration of DXE Core with PeCoffExtraActionLib after the lib constru...mdkinney2010-08-061-3/+11
* 1. Add init flag DEBUG_AGENT_INIT_DXE_AP.vanjeff2010-07-191-1/+1
* Update the copyright notice formathhtian2010-04-241-2/+2
* 1. update the definitions in debug agent library, rename DEBUG_AGENT_INIT_DXE...vanjeff2010-03-131-1/+6
* 1. Refine debug agent library.vanjeff2010-02-271-5/+10
* Cleanup HOB DEBUG printsandrewfish2010-02-171-2/+2
* 1) Fix build issuesmdkinney2010-02-161-1/+2
* Clean up HOB debug printsandrewfish2010-02-161-3/+3
* Update DXE Core to be compatible with PI 1.2 SMM Drivers.mdkinney2010-02-131-0/+5
* revise the debug message to add 0x in front of the HEX number for consistencyjchen202010-02-101-1/+1
* modified to pass the VS2003 buildjchen202010-02-081-1/+1
* Enable the Load Module At fixed Address feature jchen202010-02-051-1/+15