Skip to content

Commit

Permalink
hdata: Update MPIPL support IPL parameter
Browse files Browse the repository at this point in the history
We used bit 4 of `sys_attributes` attribute for MPIPL supported flag.
Unfortunately we forgot to update HDAT spec. Now bit 4 is used for
different purpose. Hence use bit 5 for MPIPL.

Fortunately we don't have any released firmware with MPIPL supported yet.
Hence its safe to make this change.

Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
  • Loading branch information
Vasant Hegde authored and oohal committed Jan 29, 2020
1 parent 9cd556c commit a448c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hdata/spira.h
Expand Up @@ -352,7 +352,7 @@ struct iplparams_sysparams {
__be32 sys_eco_mode;
#define SYS_ATTR_MULTIPLE_TPM PPC_BIT32(0)
#define SYS_ATTR_RISK_LEVEL PPC_BIT32(3)
#define SYS_ATTR_MPIPL_SUPPORTED PPC_BIT32(4)
#define SYS_ATTR_MPIPL_SUPPORTED PPC_BIT32(5)
__be32 sys_attributes;
__be32 mem_scrubbing;
__be16 cur_spl_value;
Expand Down

0 comments on commit a448c4e

Please sign in to comment.