summaryrefslogtreecommitdiffstats
path: root/src/usr/hdat
diff options
context:
space:
mode:
authorNick Bofferding <bofferdn@us.ibm.com>2017-07-07 08:58:27 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-07-11 16:11:59 -0400
commit39649c7d1556a93bd82625cc42aca470939dbbdb (patch)
treeaaa5074aca4b17270e593f5d931a9c15bb8e9c53 /src/usr/hdat
parenta8fbb7dfd6c089c9fa94975405ac64e2aa48b5c1 (diff)
downloadtalos-hostboot-39649c7d1556a93bd82625cc42aca470939dbbdb.tar.gz
talos-hostboot-39649c7d1556a93bd82625cc42aca470939dbbdb.zip
HDAT: Fix version # for IPL Parms Structure
- Changed version from 0x5F to 0x70 for P9 release Change-Id: I58ea8f8e4de8facddfbe7851dcab1bc1cc249202 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42848 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Stephen M. Cprek <smcprek@us.ibm.com> Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/hdat')
-rwxr-xr-xsrc/usr/hdat/hdatiplparms.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/hdat/hdatiplparms.H b/src/usr/hdat/hdatiplparms.H
index ef3a39eec..2e8a574be 100755
--- a/src/usr/hdat/hdatiplparms.H
+++ b/src/usr/hdat/hdatiplparms.H
@@ -54,7 +54,7 @@ namespace HDAT
/* Typedefs */
/*----------------------------------------------------------------------------*/
-const uint16_t HDAT_IPL_PARAMS_VERSION = 0x5F;
+const uint16_t HDAT_IPL_PARAMS_VERSION = 0x70; // First P9 version
const char HDAT_IPLP_STRUCT_NAME[7] = "IPLPMS";
OpenPOWER on IntegriCloud