summaryrefslogtreecommitdiffstats
path: root/src/usr/vpd/vpd.H
diff options
context:
space:
mode:
authorStephen Cprek <smcprek@us.ibm.com>2013-11-12 15:33:35 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-12-12 16:15:53 -0600
commit07c9716fcf31ce5352ce412a643071ea89bd2ca1 (patch)
treecab98e95ad2fa2a34bd122e21d5ba49c49675c56 /src/usr/vpd/vpd.H
parent1fe455d3400fd80d99176ad7f60a630ac7ce1b76 (diff)
downloadtalos-hostboot-07c9716fcf31ce5352ce412a643071ea89bd2ca1.tar.gz
talos-hostboot-07c9716fcf31ce5352ce412a643071ea89bd2ca1.zip
Handle Multiple TOCs and removed side code
Also added Hostboot Base image version header Change-Id: I0fc878a48b9449e5d4875fd14525faefe01b1ace RTC: 34764 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7276 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/vpd/vpd.H')
-rw-r--r--src/usr/vpd/vpd.H15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/usr/vpd/vpd.H b/src/usr/vpd/vpd.H
index f35bf9eb9..41729bdf0 100644
--- a/src/usr/vpd/vpd.H
+++ b/src/usr/vpd/vpd.H
@@ -37,11 +37,10 @@ struct pnorInformation
uint64_t segmentSize;
uint64_t maxSegments;
PNOR::SectionId pnorSection;
- PNOR::SideSelect pnorSide;
};
/**
- * @brief VPD Message Types
+ * @brief VPD Message Types
*/
enum VPD_MSG_TYPE
{
@@ -53,13 +52,13 @@ enum VPD_MSG_TYPE
/**
* @brief Message definition for VPD Write Request
*
- * - data0 :
+ * - data0 :
* - [16] VPD Record Number
* - [32] 4-byte ASCII String for record name
* 'XXXX'=Entire VPD section from PNOR
* - [16] 2-byte ASCII String for keyword or offset into SPD
* 'XX'=Entire VPD record
- * - data1 :
+ * - data1 :
* - [64] Size of binary data in bytes
* - extra data : Binary VPD Data
*/
@@ -114,8 +113,8 @@ errlHndl_t getPnorAddr ( pnorInformation & i_pnorInfo,
*
* @param[in] i_target - The chip target to access the data for.
*
- * @param[in] i_pnorInfo - Information about the PNOR section and side that we
- * need to know to make the request.
+ * @param[in] i_pnorInfo - Information about the PNOR section that we need to
+ * know to make the request.
*
* @param[in/out] io_cachedAddr - The address offset to the data chunk in
* PNOR.
@@ -147,8 +146,8 @@ errlHndl_t readPNOR ( uint64_t i_byteAddr,
*
* @param[in] i_target - The chip target to access the data for.
*
- * @param[in] i_pnorInfo - Information about the PNOR section and side that we
- * need to know to make the request.
+ * @param[in] i_pnorInfo - Information about the PNOR section that we need to
+ * know to make the request.
*
* @param[in/out] io_cachedAddr - The address offset to the data chunk in
* PNOR.
OpenPOWER on IntegriCloud