aboutsummaryrefslogtreecommitdiff
path: root/external/mambo/skiboot.tcl
diff options
context:
space:
mode:
authorAnton Blanchard <anton@ozlabs.org>2018-05-07 22:00:28 +1000
committerStewart Smith <stewart@linux.ibm.com>2018-05-09 10:17:43 -0500
commitc5bff438b7db358c223a1f8d3d44c1ef2ed192d0 (patch)
tree4c53957560a2efb56a9147d690b95ee9674593ad /external/mambo/skiboot.tcl
parenta0807ab01b37aae03a1ea6e2d90f03a587549319 (diff)
downloadskiboot-c5bff438b7db358c223a1f8d3d44c1ef2ed192d0.zip
skiboot-c5bff438b7db358c223a1f8d3d44c1ef2ed192d0.tar.gz
skiboot-c5bff438b7db358c223a1f8d3d44c1ef2ed192d0.tar.bz2
mambo: Enable XER CA32 and OV32 bits on P9
POWER9 adds 32 bit carry and overflow bits to the XER, but we need to set the relevant CTRL1 bit to enable them. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'external/mambo/skiboot.tcl')
-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 9dbcd90..f3684a7 100644
--- a/external/mambo/skiboot.tcl
+++ b/external/mambo/skiboot.tcl
@@ -96,7 +96,7 @@ 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
- myconf config processor/initial/SIM_CTRL1 0xc228000400000000
+ myconf config processor/initial/SIM_CTRL1 0xc228100400000000
if { $mconf(numa) } {
myconf config memory_region_id_shift 45