Revision: 17273
          http://sourceforge.net/p/edk2/code/17273
Author:   jyao1
Date:     2015-04-30 01:57:25 +0000 (Thu, 30 Apr 2015)
Log Message:
-----------
Add FSP_FSPP_SIGNATURE in 1.1.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: "Yao, Jiewen" <[email protected]> 
Reviewed-by: "Mudusuru, Giri P" <[email protected]>

Modified Paths:
--------------
    trunk/edk2/IntelFspPkg/Include/FspInfoHeader.h
    trunk/edk2/IntelFspPkg/Include/Private/FspPatchTable.h

Modified: trunk/edk2/IntelFspPkg/Include/FspInfoHeader.h
===================================================================
--- trunk/edk2/IntelFspPkg/Include/FspInfoHeader.h      2015-04-30 01:44:42 UTC 
(rev 17272)
+++ trunk/edk2/IntelFspPkg/Include/FspInfoHeader.h      2015-04-30 01:57:25 UTC 
(rev 17273)
@@ -163,6 +163,12 @@
 
 } FSP_INFO_EXTENDED_HEADER;
 
+//
+// A generic table search algorithm for additional tables can be implemented 
with a
+// signature search algorithm until a terminator signature 'FSPP' is found.
+//
+#define FSP_FSPP_SIGNATURE  SIGNATURE_32 ('F', 'S', 'P', 'P')
+
 #pragma pack()
 
 #endif

Modified: trunk/edk2/IntelFspPkg/Include/Private/FspPatchTable.h
===================================================================
--- trunk/edk2/IntelFspPkg/Include/Private/FspPatchTable.h      2015-04-30 
01:44:42 UTC (rev 17272)
+++ trunk/edk2/IntelFspPkg/Include/Private/FspPatchTable.h      2015-04-30 
01:57:25 UTC (rev 17273)
@@ -16,7 +16,7 @@
 
 #pragma pack(1)
 
-#define FSP_PATCH_TABLE_SIGNATURE  SIGNATURE_32 ('F', 'S', 'P', 'P')
+#define FSP_PATCH_TABLE_SIGNATURE  FSP_FSPP_SIGNATURE
 
 typedef struct  {
   UINT32  Signature;


------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to