aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/mpc8323e-rdb.conf
diff options
context:
space:
mode:
authorJeremy Laine <jeremy.laine@m4x.org>2007-10-25 11:18:58 +0000
committerLeon Woestenberg <leon.woestenberg@gmail.com>2007-10-25 11:18:58 +0000
commit8ffbd041412ecbd1ce52e62c5dd3cc56057cfde9 (patch)
tree52a14237aeaaa450a221b7941dc0ef2d5e94906f /conf/machine/mpc8323e-rdb.conf
parentd1603e57781c9eaa08cc7e6ffd53f5685349c5d6 (diff)
downloadopenembedded-8ffbd041412ecbd1ce52e62c5dd3cc56057cfde9.tar.gz
mpc8323e-rdb: Adapted from mpc8313e-rdb, tested.
Diffstat (limited to 'conf/machine/mpc8323e-rdb.conf')
-rw-r--r--conf/machine/mpc8323e-rdb.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/conf/machine/mpc8323e-rdb.conf b/conf/machine/mpc8323e-rdb.conf
new file mode 100644
index 0000000000..0335cb6249
--- /dev/null
+++ b/conf/machine/mpc8323e-rdb.conf
@@ -0,0 +1,23 @@
+#@TYPE: Machine
+#@Name: Freescale MPC8323E-RDB
+#@DESCRIPTION: Machine configuration for the Freescale MPC8323E-RDB
+
+TARGET_ARCH = "powerpc"
+TARGET_FPU = "soft"
+PACKAGE_EXTRA_ARCHS = "all ${MACHINE} ppc ppce300c2"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+
+MACHINE_FEATURES = "kernel26 usbhost ext2"
+
+PREFERRED_VERSION_u-boot = "git"
+UBOOT_MACHINE = "MPC8323ERDB_config"
+
+#don't try to access tty1
+USE_VT = "0"
+
+SERIAL_CONSOLE = "115200 ttyS0"
+
+#tune for the e300c2 core
+require conf/machine/include/tune-ppce300c2.inc
+