aboutsummaryrefslogtreecommitdiff
path: root/hdata/spira.h
diff options
context:
space:
mode:
authorVasant Hegde <hegdevasant@linux.vnet.ibm.com>2020-01-28 21:25:48 +0530
committerOliver O'Halloran <oohall@gmail.com>2020-01-29 13:51:35 +1100
commita448c4e2f6c3962b1690e367d1a2a8e03180b320 (patch)
tree6ddc27827dc08eaf266ebddace713b2b9f3494f2 /hdata/spira.h
parent9cd556ca1e5f3371662b83388eda2c52fc3ea092 (diff)
downloadskiboot-a448c4e2f6c3962b1690e367d1a2a8e03180b320.zip
skiboot-a448c4e2f6c3962b1690e367d1a2a8e03180b320.tar.gz
skiboot-a448c4e2f6c3962b1690e367d1a2a8e03180b320.tar.bz2
hdata: Update MPIPL support IPL parameter
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>
Diffstat (limited to 'hdata/spira.h')
-rw-r--r--hdata/spira.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hdata/spira.h b/hdata/spira.h
index 2c28722..8744d0a 100644
--- a/hdata/spira.h
+++ b/hdata/spira.h
@@ -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;