]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - IntelFspWrapperPkg/FspInitPei/FspInitPei.h
Add IntelFspWrapper to support boot EDKII on FSP bin.
[mirror_edk2.git] / IntelFspWrapperPkg / FspInitPei / FspInitPei.h
... / ...
CommitLineData
1/** @file\r
2 This is PEIM header file.\r
3\r
4 Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>\r
5 This program and the accompanying materials\r
6 are licensed and made available under the terms and conditions of the BSD License\r
7 which accompanies this distribution. The full text of the license may be found at\r
8 http://opensource.org/licenses/bsd-license.php.\r
9\r
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
14\r
15#ifndef _FSP_INIT_PEI_H_\r
16#define _FSP_INIT_PEI_H_\r
17\r
18#include <PiPei.h>\r
19\r
20#include <Library/PeimEntryPoint.h>\r
21#include <Library/PeiServicesLib.h>\r
22#include <Library/PeiServicesTablePointerLib.h>\r
23#include <Library/BaseLib.h>\r
24#include <Library/DebugLib.h>\r
25#include <Library/BaseMemoryLib.h>\r
26#include <Library/HobLib.h>\r
27#include <Library/PcdLib.h>\r
28#include <Library/FspPlatformInfoLib.h>\r
29#include <Library/FspPlatformSecLib.h>\r
30#include <Library/FspHobProcessLib.h>\r
31#include <Library/FspApiLib.h>\r
32\r
33#include <Ppi/FspInitDone.h>\r
34#include <Ppi/EndOfPeiPhase.h>\r
35\r
36extern EFI_PEI_NOTIFY_DESCRIPTOR mS3EndOfPeiNotifyDesc;\r
37\r
38#endif\r