diff mbox series

external/mambo Update SIM_CTRL1

Message ID 20200921094214.6be50492@kryten.localdomain
State Accepted
Headers show
Series external/mambo Update SIM_CTRL1 | expand

Checks

Context Check Description
snowpatch_ozlabs/apply_patch success Successfully applied on branch master (d362ae4f4c521a7faffb1befe2fbba467f2c4d18)
snowpatch_ozlabs/snowpatch_job_snowpatch-skiboot success Test snowpatch/job/snowpatch-skiboot on branch master
snowpatch_ozlabs/snowpatch_job_snowpatch-skiboot-dco success Signed-off-by present

Commit Message

Anton Blanchard Sept. 20, 2020, 11:42 p.m. UTC
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>
---
 external/mambo/skiboot.tcl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/external/mambo/skiboot.tcl b/external/mambo/skiboot.tcl
index caf28770..0b0a4e95 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