summaryrefslogtreecommitdiff
path: root/IntelFspWrapperPkg/FspInitPei/FspInitPei.h
diff options
context:
space:
mode:
authorYao, Jiewen <jiewen.yao@intel.com>2015-02-11 04:41:46 +0000
committerjyao1 <jyao1@Edk2>2015-02-11 04:41:46 +0000
commitd8043ce905a5832f911361ef30be28765afbdc6b (patch)
tree4b4f7171c97efc733c95cc3abf65af351017c955 /IntelFspWrapperPkg/FspInitPei/FspInitPei.h
parentd5fb1edfb16a2af29486ffbf5aa32a036da9caa4 (diff)
Update IntelFspWrapperPkg according to FSP1.1.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: "Yao, Jiewen" <jiewen.yao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16826 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFspWrapperPkg/FspInitPei/FspInitPei.h')
-rw-r--r--IntelFspWrapperPkg/FspInitPei/FspInitPei.h14
1 files changed, 13 insertions, 1 deletions
diff --git a/IntelFspWrapperPkg/FspInitPei/FspInitPei.h b/IntelFspWrapperPkg/FspInitPei/FspInitPei.h
index 5118cd04e..fd4b70768 100644
--- a/IntelFspWrapperPkg/FspInitPei/FspInitPei.h
+++ b/IntelFspWrapperPkg/FspInitPei/FspInitPei.h
@@ -1,7 +1,7 @@
/** @file
This is PEIM header file.
- Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -32,7 +32,19 @@
#include <Ppi/FspInitDone.h>
#include <Ppi/EndOfPeiPhase.h>
+#include <Ppi/MemoryDiscovered.h>
+#include <Ppi/TemporaryRamDone.h>
extern EFI_PEI_NOTIFY_DESCRIPTOR mS3EndOfPeiNotifyDesc;
+EFI_STATUS
+PeiFspInitV1 (
+ IN FSP_INFO_HEADER *FspHeader
+ );
+
+EFI_STATUS
+PeiFspInitV2 (
+ IN FSP_INFO_HEADER *FspHeader
+ );
+
#endif