[Skiboot] [PATCH] external/mambo: Bump default POWER9 to Nimbus DD2.3

Nicholas Piggin npiggin at gmail.com
Wed Jun 26 10:06:20 AEST 2019


Signed-off-by: Nicholas Piggin <npiggin at gmail.com>
---

 external/mambo/skiboot.tcl | 4 ++--
 hw/xscom.c                 | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/external/mambo/skiboot.tcl b/external/mambo/skiboot.tcl
index 292c8c42c..60a0f30b8 100644
--- a/external/mambo/skiboot.tcl
+++ b/external/mambo/skiboot.tcl
@@ -111,8 +111,8 @@ if { $default_config == "PEGASUS" } {
 }
 
 if { $default_config == "P9" } {
-    # PVR configured for POWER9 DD2.0 Scale out 24 Core (ie SMT4)
-    myconf config processor/initial/PVR 0x4e1200
+    # 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
 
     if { $mconf(numa) } {
diff --git a/hw/xscom.c b/hw/xscom.c
index bfe51c22e..dd7318522 100644
--- a/hw/xscom.c
+++ b/hw/xscom.c
@@ -729,7 +729,7 @@ int64_t xscom_read_cfam_chipid(uint32_t partid, uint32_t *chip_id)
 	 */
 	if (chip_quirk(QUIRK_NO_F000F)) {
 		if (proc_gen == proc_gen_p9)
-			val = 0x200D104980000000UL; /* P9 Nimbus DD2.0 */
+			val = 0x203D104980000000UL; /* P9 Nimbus DD2.3 */
 		else
 			val = 0x221EF04980000000UL; /* P8 Murano DD2.1 */
 	} else
-- 
2.20.1



More information about the Skiboot mailing list