From 39a6f147bdf876d50f3b53129992ab3424c4af1e Mon Sep 17 00:00:00 2001 From: Murulidhar Nataraju Date: Tue, 4 Feb 2020 01:36:40 -0600 Subject: 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 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: VASANT HEGDE Reviewed-by: Daniel M Crowell --- src/usr/hdat/hdatiplparms.H | 4 ++-- 1 file 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 -- cgit v1.2.1