]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFspPkg/Include/FspInfoHeader.h
Add FSP_FSPP_SIGNATURE in 1.1.
[mirror_edk2.git] / IntelFspPkg / Include / FspInfoHeader.h
index 079ec98f96ca5fb31db17df9545a52f8d0ff92b7..1ee2fa5185e696d575da8c61d9372573cf743a4f 100644 (file)
@@ -29,6 +29,8 @@
 \r
 #define  OFFSET_IN_FSP_INFO_HEADER(x)  (UINT32)&((FSP_INFO_HEADER *)(UINTN)0)->x\r
 \r
+#define FSP_INFO_HEADER_SIGNATURE  SIGNATURE_32 ('F', 'S', 'P', 'H')\r
+\r
 #pragma pack(1)\r
 \r
 typedef struct  {\r
@@ -124,6 +126,8 @@ typedef struct  {
 ///\r
 /// Below structure is added in FSP version 2\r
 ///\r
+#define FSP_INFO_EXTENDED_HEADER_SIGNATURE  SIGNATURE_32 ('F', 'S', 'P', 'E')\r
+\r
 typedef struct  {\r
   ///\r
   /// Byte 0x00: Signature ('FSPE') for the FSP Extended Information Header\r
@@ -159,6 +163,12 @@ typedef struct  {
 \r
 } FSP_INFO_EXTENDED_HEADER;\r
 \r
+//\r
+// A generic table search algorithm for additional tables can be implemented with a\r
+// signature search algorithm until a terminator signature 'FSPP' is found.\r
+//\r
+#define FSP_FSPP_SIGNATURE  SIGNATURE_32 ('F', 'S', 'P', 'P')\r
+\r
 #pragma pack()\r
 \r
 #endif\r