aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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