Revision: 17228
http://sourceforge.net/p/edk2/code/17228
Author: hwu1225
Date: 2015-04-28 05:09:00 +0000 (Tue, 28 Apr 2015)
Log Message:
-----------
Fix FSP_INFO_EXTENTED_HEADER.
(Sync patch r17200 from main trunk.)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: "Yao, Jiewen" <[email protected]>
Reviewed-by: "Rangarajan, Ravi P" <[email protected]>
Revision Links:
--------------
http://sourceforge.net/p/edk2/code/17200
Modified Paths:
--------------
branches/UDK2014.SP1/IntelFspPkg/Include/FspInfoHeader.h
Modified: branches/UDK2014.SP1/IntelFspPkg/Include/FspInfoHeader.h
===================================================================
--- branches/UDK2014.SP1/IntelFspPkg/Include/FspInfoHeader.h 2015-04-28
05:08:31 UTC (rev 17227)
+++ branches/UDK2014.SP1/IntelFspPkg/Include/FspInfoHeader.h 2015-04-28
05:09:00 UTC (rev 17228)
@@ -130,11 +130,11 @@
///
UINT32 Signature;
///
- /// Byte 0x04: Length of the FSP Extended Header
+ /// Byte 0x04: Length of the table in bytes, including all additional FSP
producer defined data.
///
- UINT32 HeaderLength;
+ UINT32 Length;
///
- /// Byte 0x08: Revision of the FSP Extended Header
+ /// Byte 0x08: FSP producer defined revision of the table.
///
UINT8 Revision;
///
@@ -142,15 +142,22 @@
///
UINT8 Reserved;
///
- /// Byte 0x0A: An OEM-supplied string that defines the OEM
+ /// Byte 0x0A: FSP producer identification string
///
- CHAR8 OemId[6];
+ CHAR8 FspProducerId[6];
///
- /// Byte 0x10: An OEM-supplied revision number. Larger numbers are assumed
to be newer revisions.
+ /// Byte 0x10: FSP producer implementation revision number. Larger numbers
are assumed to be newer revisions.
///
- UINT32 OemRevision;
+ UINT32 FspProducerRevision;
+ ///
+ /// Byte 0x14: Size of the FSP producer defined data (n) in bytes.
+ ///
+ UINT32 FspProducerDataSize;
+ ///
+ /// Byte 0x18: FSP producer defined data of size (n) defined by
FspProducerDataSize.
+ ///
-} FSP_EXTENTED_HEADER;
+} FSP_INFO_EXTENTED_HEADER;
#pragma pack()
------------------------------------------------------------------------------
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