From 8ffbd041412ecbd1ce52e62c5dd3cc56057cfde9 Mon Sep 17 00:00:00 2001 From: Jeremy Laine Date: Thu, 25 Oct 2007 11:18:58 +0000 Subject: mpc8323e-rdb: Adapted from mpc8313e-rdb, tested. --- conf/machine/include/tune-ppce300c2.inc | 3 +++ conf/machine/mpc8323e-rdb.conf | 23 +++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 conf/machine/include/tune-ppce300c2.inc create mode 100644 conf/machine/mpc8323e-rdb.conf (limited to 'conf') diff --git a/conf/machine/include/tune-ppce300c2.inc b/conf/machine/include/tune-ppce300c2.inc new file mode 100644 index 0000000000..4d7ea7ef87 --- /dev/null +++ b/conf/machine/include/tune-ppce300c2.inc @@ -0,0 +1,3 @@ +TARGET_CC_ARCH = "-mcpu=e300c2" +PACKAGE_ARCH = "ppce300c2" + 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 + -- cgit v1.2.3