diff options
author | Giri P Mudusuru <giri.p.mudusuru@intel.com> | 2016-05-31 12:46:37 -0700 |
---|---|---|
committer | Giri P Mudusuru <giri.p.mudusuru@intel.com> | 2016-06-01 13:27:28 -0700 |
commit | 190895683aea889336367ea2ae4371abe9a87a19 (patch) | |
tree | 33095c9e745ba4b5f972f6807f07270f8af681d3 /IntelFsp2Pkg/Include/FspEas | |
parent | 9bedfb2f5b23c68c600770a9f853092d01eab6d4 (diff) | |
download | edk2-190895683aea889336367ea2ae4371abe9a87a19.tar.gz edk2-190895683aea889336367ea2ae4371abe9a87a19.tar.bz2 edk2-190895683aea889336367ea2ae4371abe9a87a19.zip |
IntelFsp2Pkg: Add missing OEM status code defines.
Adding defines from FSP EAS v2.0 section 11.2.2 Oem Status code.
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Maurice Ma <maurice.ma@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Giri P Mudusuru <giri.p.mudusuru@intel.com>
Reviewed-by: Jiewen Yao <Jiewen.yao@intel.com>
Reviewed-by: Maurice Ma <maurice.ma@intel.com>
Diffstat (limited to 'IntelFsp2Pkg/Include/FspEas')
-rw-r--r-- | IntelFsp2Pkg/Include/FspEas/FspApi.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/IntelFsp2Pkg/Include/FspEas/FspApi.h b/IntelFsp2Pkg/Include/FspEas/FspApi.h index b9c2851442..a2e4813baa 100644 --- a/IntelFsp2Pkg/Include/FspEas/FspApi.h +++ b/IntelFsp2Pkg/Include/FspEas/FspApi.h @@ -16,6 +16,20 @@ #ifndef _FSP_API_H_
#define _FSP_API_H_
+///
+/// FSP Reset Status code
+/// These are defined in FSP EAS v2.0 section 11.2.2 - OEM Status Code
+/// @{
+#define FSP_STATUS_RESET_REQUIRED_COLD 0x40000001
+#define FSP_STATUS_RESET_REQUIRED_WARM 0x40000002
+#define FSP_STATUS_RESET_REQUIRED_3 0x40000003
+#define FSP_STATUS_RESET_REQUIRED_4 0x40000004
+#define FSP_STATUS_RESET_REQUIRED_5 0x40000005
+#define FSP_STATUS_RESET_REQUIRED_6 0x40000006
+#define FSP_STATUS_RESET_REQUIRED_7 0x40000007
+#define FSP_STATUS_RESET_REQUIRED_8 0x40000008
+/// @}
+
#pragma pack(1)
///
/// FSP_UPD_HEADER Configuration.
|