aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Blanchard <anton@linux.ibm.com>2020-09-21 09:42:14 +1000
committerOliver O'Halloran <oohall@gmail.com>2020-09-29 14:48:50 +1000
commit4f81ec3de622d7e792332c5c1a9c785abcd63e22 (patch)
tree296848da36e292b97888547e406fa6ae146df24c
parent355a7dc193292b5b543e1bba1ff8b4a295fe8381 (diff)
downloadskiboot-4f81ec3de622d7e792332c5c1a9c785abcd63e22.zip
skiboot-4f81ec3de622d7e792332c5c1a9c785abcd63e22.tar.gz
skiboot-4f81ec3de622d7e792332c5c1a9c785abcd63e22.tar.bz2
external/mambo Update SIM_CTRL1
The configuration of SIM_CTRL1 doesn't match POWER9 in a number of ways, including missing vslv, vsrv, addex and xsmax*/xsmin*/xscmp* instructions. Signed-off-by: Anton Blanchard <anton@ozlabs.org> Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
-rw-r--r--external/mambo/skiboot.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/mambo/skiboot.tcl b/external/mambo/skiboot.tcl
index caf2877..0b0a4e9 100644
--- a/external/mambo/skiboot.tcl
+++ b/external/mambo/skiboot.tcl
@@ -135,7 +135,7 @@ if { $default_config == "PEGASUS" } {
if { $default_config == "P9" } {
# PVR configured for POWER9 DD2.3 Scale out 24 Core (ie SMT4)
myconf config processor/initial/PVR 0x4e1203
- myconf config processor/initial/SIM_CTRL1 0xc228100400000000
+ myconf config processor/initial/SIM_CTRL1 0x4228301710000000
if { $mconf(numa) } {
myconf config memory_region_id_shift 45