]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Core/Pei/PeiCore.uni
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Core / Pei / PeiCore.uni
1 // /** @file
2 // PeiMain module is core module in PEI phase.
3 //
4 // It takes responsibilities of:
5 // 1) Initialize memory, PPI, image services etc, to establish PEIM runtime environment.
6 // 2) Dispatch PEIM from discovered FV.
7 // 3) Handoff control to DxeIpl to load DXE core and enter DXE phase.
8 //
9 // Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
10 //
11 // SPDX-License-Identifier: BSD-2-Clause-Patent
12 //
13 // **/
14
15
16 #string STR_MODULE_ABSTRACT #language en-US "Core module in PEI phase"
17
18 #string STR_MODULE_DESCRIPTION #language en-US "It takes responsibilities of:<BR>\n"
19 "1) Initializing memory, PPI, image services etc., to establish the PEIM runtime environment.<BR>\n"
20 "2) Dispatches PEIM from discovered FV.<BR>\n"
21 "3) Handsoff control to DxeIpl to load DXE core and enters DXE phase.<BR>"
22