summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMurulidhar Nataraju <murulidhar@in.ibm.com>2020-02-04 01:36:40 -0600
committerDaniel M Crowell <dcrowell@us.ibm.com>2020-02-06 08:48:13 -0600
commit39a6f147bdf876d50f3b53129992ab3424c4af1e (patch)
tree869313b0205faa5535b8a85d519da83edd5e0cb7
parenta9b71d90c5c83af0a309c152a1e7956f5823fdfe (diff)
downloadblackbird-hostboot-39a6f147bdf876d50f3b53129992ab3424c4af1e.tar.gz
blackbird-hostboot-39a6f147bdf876d50f3b53129992ab3424c4af1e.zip
Update MPIPL Supported Bit
- MPIPL Supported bit in HDAT System attribute moved to bit-5 from bit-4 Change-Id: Id49a02e867dcd163fba89bfa243b57654c97a4e3 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/90821 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: VASANT HEGDE <hegdevasant@linux.vnet.ibm.com> Reviewed-by: Daniel M Crowell <dcrowell@us.ibm.com>
-rwxr-xr-xsrc/usr/hdat/hdatiplparms.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/hdat/hdatiplparms.H b/src/usr/hdat/hdatiplparms.H
index 86eb4ad5f..7e7380e93 100755
--- a/src/usr/hdat/hdatiplparms.H
+++ b/src/usr/hdat/hdatiplparms.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2016,2019 */
+/* Contributors Listed Below - COPYRIGHT 2016,2020 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -593,7 +593,7 @@ const hdatIplpFeatureFlagSetting_t hdatIplpFeatureFlagSettingsArray[NUM_RISK_LEV
#define HDAT_SMM_ENABLED 0x40000000
#define HDAT_CRYPTO_DISABLED_BIT 0x20000000
#define HDAT_RISK_LEVEL_ELEVATED 0x10000000
-#define HDAT_MPIPL_SUPPORTED 0x08000000
+#define HDAT_MPIPL_SUPPORTED 0x04000000
#define HDAT_ECO_ENABLED 0x80000000
#define HDAT_ECO_CAPABLE 0x40000000
OpenPOWER on IntegriCloud