Skip to content

Commit

Permalink
Update MPIPL Supported Bit
Browse files Browse the repository at this point in the history
- 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>
  • Loading branch information
nmuruli authored and dcrowell77 committed Feb 6, 2020
1 parent a9b71d9 commit 39a6f14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/usr/hdat/hdatiplparms.H
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2016,2019 */
/* Contributors Listed Below - COPYRIGHT 2016,2020 */
/* [+] International Business Machines Corp. */
/* */
/* */
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 39a6f14

Please sign in to comment.