summaryrefslogtreecommitdiffstats
path: root/src/usr/devtree
diff options
context:
space:
mode:
authorDean Sanner <dsanner@us.ibm.com>2015-08-18 13:49:50 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-09-11 13:00:30 -0500
commit65b26d3a522cf544e5b4111cd9bd91f92b56520c (patch)
tree64a45e5565cc37f8d8ab578032a77a3ab9eb9ad3 /src/usr/devtree
parentf515b570b66b0a405355af59277a2978398c4717 (diff)
downloadtalos-hostboot-65b26d3a522cf544e5b4111cd9bd91f92b56520c.tar.gz
talos-hostboot-65b26d3a522cf544e5b4111cd9bd91f92b56520c.zip
Correctly size pa-features
Fixes open-power/hostboot#30 Change-Id: I24f02f83ce6689264502cc2cf3f8a4388d0e5b60 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19903 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/devtree')
-rw-r--r--src/usr/devtree/bld_devtree.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/devtree/bld_devtree.C b/src/usr/devtree/bld_devtree.C
index 011ef48e9..f094238d9 100644
--- a/src/usr/devtree/bld_devtree.C
+++ b/src/usr/devtree/bld_devtree.C
@@ -787,7 +787,7 @@ uint32_t bld_cpu_node(devTree * i_dt, dtOffset_t & i_parentNode,
* of thread 0 of that core.
*/
- uint32_t paFeatures[8] = { 0x6, 0x0, 0xf6, 0x3f, 0xc7, 0x0, 0x80, 0xc0 };
+ uint32_t paFeatures[2] = { 0x0600f63f, 0xc70080c0 };
uint32_t pageSizes[4] = { 0xc, 0x10, 0x18, 0x22 };
uint32_t segmentSizes[4] = { 0x1c, 0x28, 0xffffffff, 0xffffffff };
uint32_t segmentPageSizes[] =
OpenPOWER on IntegriCloud