Revision: 17200
http://sourceforge.net/p/edk2/code/17200
Author: jyao1
Date: 2015-04-25 12:15:44 +0000 (Sat, 25 Apr 2015)
Log Message:
-----------
Fix FSP_INFO_EXTENTED_HEADER.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: "Yao, Jiewen" <[email protected]>
Reviewed-by: "Rangarajan, Ravi P" <[email protected]>
Modified Paths:
--------------
trunk/edk2/IntelFspPkg/Include/FspInfoHeader.h
Modified: trunk/edk2/IntelFspPkg/Include/FspInfoHeader.h
===================================================================
--- trunk/edk2/IntelFspPkg/Include/FspInfoHeader.h 2015-04-23 20:28:36 UTC
(rev 17199)
+++ trunk/edk2/IntelFspPkg/Include/FspInfoHeader.h 2015-04-25 12:15:44 UTC
(rev 17200)
@@ -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