]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFsp2Pkg/Include/FspEas/FspApi.h
IntelFsp2Pkg SecFspSecPlatformLibNull: Convert Ia32/Flat32.asm to NASM
[mirror_edk2.git] / IntelFsp2Pkg / Include / FspEas / FspApi.h
index b9c2851442ce1d51c739361399f48ff8de73da8c..a2e4813baa8f12f4e25a5eeb054c8dc5b4a51ebd 100644 (file)
 #ifndef _FSP_API_H_\r
 #define _FSP_API_H_\r
 \r
+///\r
+/// FSP Reset Status code\r
+/// These are defined in FSP EAS v2.0 section 11.2.2 - OEM Status Code\r
+/// @{\r
+#define FSP_STATUS_RESET_REQUIRED_COLD         0x40000001\r
+#define FSP_STATUS_RESET_REQUIRED_WARM         0x40000002\r
+#define FSP_STATUS_RESET_REQUIRED_3            0x40000003\r
+#define FSP_STATUS_RESET_REQUIRED_4            0x40000004\r
+#define FSP_STATUS_RESET_REQUIRED_5            0x40000005\r
+#define FSP_STATUS_RESET_REQUIRED_6            0x40000006\r
+#define FSP_STATUS_RESET_REQUIRED_7            0x40000007\r
+#define FSP_STATUS_RESET_REQUIRED_8            0x40000008\r
+/// @}\r
+\r
 #pragma pack(1)\r
 ///\r
 /// FSP_UPD_HEADER Configuration.\r