summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/conf
diff options
context:
space:
mode:
authorraj <raj@FreeBSD.org>2012-05-27 10:25:20 +0000
committerraj <raj@FreeBSD.org>2012-05-27 10:25:20 +0000
commit7136f7f8939dcacc1f3771052532a645cda85c8e (patch)
tree0a8caf2cc24064494727a70f11cef5cc83610bdd /sys/powerpc/conf
parent241db0ddf58e646306b00c95580c8115427707a5 (diff)
downloadFreeBSD-src-7136f7f8939dcacc1f3771052532a645cda85c8e.zip
FreeBSD-src-7136f7f8939dcacc1f3771052532a645cda85c8e.tar.gz
Let us manage differences of Book-E PowerPC variations i.e. vendor /
implementation specific vs. the common architecture definition. Bring PPC4XX defines (PSL, SPR, TLB). Note the new definitions under BOOKE_PPC4XX are not used in the code yet. This change set is not supposed to affect existing E500 support, it's just another reorg step before bringing support for E500mc, E5500 and PPC465. Obtained from: AppliedMicro, Freescale, Semihalf
Diffstat (limited to 'sys/powerpc/conf')
-rw-r--r--sys/powerpc/conf/MPC85XX3
-rw-r--r--sys/powerpc/conf/NOTES3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/powerpc/conf/MPC85XX b/sys/powerpc/conf/MPC85XX
index e7774b2..00b0dca 100644
--- a/sys/powerpc/conf/MPC85XX
+++ b/sys/powerpc/conf/MPC85XX
@@ -4,7 +4,8 @@
# $FreeBSD$
#
-cpu E500
+cpu BOOKE
+cpu BOOKE_E500
ident MPC85XX
machine powerpc powerpc
diff --git a/sys/powerpc/conf/NOTES b/sys/powerpc/conf/NOTES
index 0045763..33a0448 100644
--- a/sys/powerpc/conf/NOTES
+++ b/sys/powerpc/conf/NOTES
@@ -14,7 +14,8 @@
#
# You must specify at least one CPU (the one you intend to run on).
cpu AIM
-#cpu E500
+#cpu BOOKE_E500
+#cpu BOOKE_PPC440
options FPU_EMU
OpenPOWER on IntegriCloud