Revision: 17274
http://sourceforge.net/p/edk2/code/17274
Author: hwu1225
Date: 2015-04-30 02:22:53 +0000 (Thu, 30 Apr 2015)
Log Message:
-----------
Add FSP_FSPP_SIGNATURE in 1.1.
(Sync patch r17273 from main trunk.)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: "Yao, Jiewen" <[email protected]>
Reviewed-by: "Mudusuru, Giri P" <[email protected]>
Revision Links:
--------------
http://sourceforge.net/p/edk2/code/17273
Modified Paths:
--------------
branches/UDK2014.SP1/IntelFspPkg/Include/FspInfoHeader.h
branches/UDK2014.SP1/IntelFspPkg/Include/Private/FspPatchTable.h
Modified: branches/UDK2014.SP1/IntelFspPkg/Include/FspInfoHeader.h
===================================================================
--- branches/UDK2014.SP1/IntelFspPkg/Include/FspInfoHeader.h 2015-04-30
01:57:25 UTC (rev 17273)
+++ branches/UDK2014.SP1/IntelFspPkg/Include/FspInfoHeader.h 2015-04-30
02:22:53 UTC (rev 17274)
@@ -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: branches/UDK2014.SP1/IntelFspPkg/Include/Private/FspPatchTable.h
===================================================================
--- branches/UDK2014.SP1/IntelFspPkg/Include/Private/FspPatchTable.h
2015-04-30 01:57:25 UTC (rev 17273)
+++ branches/UDK2014.SP1/IntelFspPkg/Include/Private/FspPatchTable.h
2015-04-30 02:22:53 UTC (rev 17274)
@@ -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