summaryrefslogtreecommitdiff
path: root/sys/conf/options.powerpc
diff options
context:
space:
mode:
authorRafal Jaworowski <raj@FreeBSD.org>2008-03-03 17:17:00 +0000
committerRafal Jaworowski <raj@FreeBSD.org>2008-03-03 17:17:00 +0000
commit6b7ba54456f9fafd9e870db2bfa0aa6d170a4a38 (patch)
treeb0d8321058cccbf59aa2e7cd69b9283a0663316e /sys/conf/options.powerpc
parentffb5669540987347f069a21baa8ec258bc7b2e0a (diff)
downloadsrc-test2-6b7ba54456f9fafd9e870db2bfa0aa6d170a4a38.tar.gz
src-test2-6b7ba54456f9fafd9e870db2bfa0aa6d170a4a38.zip
Initial support for Freescale PowerQUICC III MPC85xx system-on-chip family.
The PQ3 is a high performance integrated communications processing system based on the e500 core, which is an embedded RISC processor that implements the 32-bit Book E definition of the PowerPC architecture. For details refer to: http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MPC8555E This port was tested and successfully run on the following members of the PQ3 family: MPC8533, MPC8541, MPC8548, MPC8555. The following major integrated peripherals are supported: * On-chip peripherals bus * OpenPIC interrupt controller * UART * Ethernet (TSEC) * Host/PCI bridge * QUICC engine (SCC functionality) This commit brings the main functionality and will be followed by individual drivers that are logically separate from this base. Approved by: cognet (mentor) Obtained from: Juniper, Semihalf MFp4: e500
Notes
Notes: svn path=/head/; revision=176771
Diffstat (limited to 'sys/conf/options.powerpc')
-rw-r--r--sys/conf/options.powerpc2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/options.powerpc b/sys/conf/options.powerpc
index 3a6dfbbd1dcf..bb78558923c3 100644
--- a/sys/conf/options.powerpc
+++ b/sys/conf/options.powerpc
@@ -2,6 +2,7 @@
# Options specific to the powerpc platform kernels
AIM opt_global.h
+E500 opt_global.h
FPU_EMU
@@ -10,6 +11,7 @@ GFB_NO_FONT_LOADING opt_gfb.h
GFB_NO_MODE_CHANGE opt_gfb.h
POWERMAC opt_platform.h
+MPC85XX opt_platform.h
PSIM
SC_OFWFB opt_ofwfb.h