summaryrefslogtreecommitdiffstats
path: root/src/kernel/basesegment.C
diff options
context:
space:
mode:
authorBill Hoffa <wghoffa@us.ibm.com>2018-08-10 12:39:34 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-08-20 12:24:28 -0500
commit498b466c442549c0bd261ebd149dc7b610fbf2f1 (patch)
tree4c8eeed50e6a8d4b10da5957bd6c0f6e314b64a7 /src/kernel/basesegment.C
parent3341c6aab4fa63296cab262fb89f56e67fa804c6 (diff)
downloadtalos-hostboot-498b466c442549c0bd261ebd149dc7b610fbf2f1.tar.gz
talos-hostboot-498b466c442549c0bd261ebd149dc7b610fbf2f1.zip
Base Core/Kernel Changes to Support the Axone Processor Chip
- Add the new cpu type, update the pvr checks and other miscellaneous changes to support a new Axone proc chip type Change-Id: Ie2541bf826bdff65f6f11b0f16839855d69eb4d6 RTC: 173001 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/64260 Reviewed-by: Matt Derksen <mderkse1@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/kernel/basesegment.C')
-rw-r--r--src/kernel/basesegment.C1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kernel/basesegment.C b/src/kernel/basesegment.C
index 2574c8d6a..59e077b60 100644
--- a/src/kernel/basesegment.C
+++ b/src/kernel/basesegment.C
@@ -59,6 +59,7 @@ void BaseSegment::_init()
case CORE_POWER8_NAPLES:
case CORE_POWER9_NIMBUS:
case CORE_POWER9_CUMULUS:
+ case CORE_POWER9_AXONE:
default:
iv_physMemSize = VMM_BASE_BLOCK_SIZE;
break;
OpenPOWER on IntegriCloud