summaryrefslogtreecommitdiffstats
path: root/conf/machine/n1200.conf
diff options
context:
space:
mode:
authorTim 'timtim' Ellis <tim.ellis@foonas.org>2009-01-17 21:33:35 +0000
committerTim 'timtim' Ellis <tim.ellis@foonas.org>2009-01-17 21:33:35 +0000
commit3e4b9fb06455ad6af2c8667542d0e8e0e52410c7 (patch)
treee14eb5184621124b39a0ba662defa2024b7bfca7 /conf/machine/n1200.conf
parent8e9eda5ae7bdae6cfb4654a903003c8554c33ea4 (diff)
downloadopenembedded-3e4b9fb06455ad6af2c8667542d0e8e0e52410c7.tar.gz
n1200: Add Thecus n1200 machine config, an MPC8347 based NAS
Diffstat (limited to 'conf/machine/n1200.conf')
-rw-r--r--conf/machine/n1200.conf26
1 files changed, 26 insertions, 0 deletions
diff --git a/conf/machine/n1200.conf b/conf/machine/n1200.conf
new file mode 100644
index 0000000000..18c7fde3a6
--- /dev/null
+++ b/conf/machine/n1200.conf
@@ -0,0 +1,26 @@
+#@TYPE: Machine
+#@NAME: Thecus n1200
+#@DESCRIPTION: Machine configuration for the Thecus n1200, an MPC8347 based NAS
+
+TARGET_ARCH = "powerpc"
+TARGET_FPU = "hard"
+
+PACKAGE_EXTRA_ARCHS = "ppc ppc603e"
+
+MACHINE_FEATURES = "kernel26 usbhost ext2"
+MACHINE_TASK_PROVIDER = "task-base"
+MACHINE_EXTRA_RRECOMMENDS = "temper u-boot-utils lmsensors-apps"
+
+USE_DEVFS = "0"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-n1200"
+PREFERRED_VERSION_linux-n1200 = "2.6.27-rc9+git"
+
+#don't try to access tty1
+USE_VT = "0"
+
+IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt"
+IMAGE_FSTYPES = "tar.gz"
+SERIAL_CONSOLE = "ttyS0 115200"
+
+require conf/machine/include/tune-ppc603e.inc