[Skiboot] [PATCH] external/mambo Update SIM_CTRL1

Anton Blanchard anton at linux.ibm.com
Mon Sep 21 09:42:14 AEST 2020


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 at ozlabs.org>
---
 external/mambo/skiboot.tcl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.26.2



More information about the Skiboot mailing list