aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/bluepro.conf
diff options
context:
space:
mode:
authorCliff Brake <cbrake@bec-systems.com>2010-11-12 00:00:20 -0500
committerCliff Brake <cbrake@bec-systems.com>2010-11-12 00:00:20 -0500
commit3c6efe8f8abc16668ca5e9cdf7a46665dac87172 (patch)
tree642c13416b99e80f0871cdc6668e832e635dfb48 /conf/machine/bluepro.conf
parentc400c874f2ac9233b8a43a73309b6e7907289c54 (diff)
parent13fbe7253c95881ede787004a4c3a1c31502e5c6 (diff)
downloadopenembedded-3c6efe8f8abc16668ca5e9cdf7a46665dac87172.tar.gz
Merge branch 'master' into testing-nexttested_2010-11-12testing
Diffstat (limited to 'conf/machine/bluepro.conf')
-rw-r--r--conf/machine/bluepro.conf28
1 files changed, 28 insertions, 0 deletions
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