From b6532031c62e4d3c1ff25820283fe325f9b263ab Mon Sep 17 00:00:00 2001 From: Vitus Jensen Date: Fri, 16 Apr 2010 07:10:33 +0000 Subject: bluepro: add machine configuration for TQ BluePro MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Vitus Jensen Signed-off-by: Eric BĂ©nard --- conf/machine/bluepro.conf | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 conf/machine/bluepro.conf diff --git a/conf/machine/bluepro.conf b/conf/machine/bluepro.conf new file mode 100644 index 0000000000..e9d928c611 --- /dev/null +++ b/conf/machine/bluepro.conf @@ -0,0 +1,28 @@ +#@TYPE: Machine +#@NAME: TQ Components' BluePro +#@DESCRIPTION: Blue IPC Series + +TARGET_ARCH = "powerpc" +PACKAGE_EXTRA_ARCHS = "ppc" + +MACHINE_FEATURES = "kernel26 usbhost ext2" +MACHINE_TASK_PROVIDER = "task-base" +MACHINE_EXTRA_RRECOMMENDS = "u-boot-utils iproute2 canutils" + +USE_DEVFS = "0" + +PREFERRED_PROVIDER_virtual/kernel = "linux" +#PREFERRED_VERSION_linux = "2.6.32" +PREFERRED_VERSION_linux-libc-headers = "2.6.32" + +# don't try to access tty1 (used for application code) +USE_VT = "0" + +SERIAL_CONSOLE = "115200 ttyPSC0" +KERNEL_DEVICETREE_tb5200l = "arch/${ARCH}/boot/dts/tqm5200.dts" +EXTRA_IMAGECMD_jffs2 = "--big-endian -e 0x20000" + +# BluePro carries kernel in separate flash partition +ROOTFS_POSTPROCESS_COMMAND += "rm -f ${IMAGE_ROOTFS}/boot/*Image*;" + +require conf/machine/include/tune-ppc603e.inc -- cgit 1.2.3-korg