[oe-commits] Tim 'timtim' Ellis : n1200: Add Thecus n1200 machine config, an MPC8347 based NAS

GIT User account git at amethyst.openembedded.net
Sat Jan 17 21:35:14 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 3e4b9fb06455ad6af2c8667542d0e8e0e52410c7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3e4b9fb06455ad6af2c8667542d0e8e0e52410c7

Author: Tim 'timtim' Ellis <tim.ellis at foonas.org>
Date:   Sat Jan 17 21:33:35 2009 +0000

n1200: Add Thecus n1200 machine config, an MPC8347 based NAS

---

 conf/machine/n1200.conf |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/conf/machine/n1200.conf b/conf/machine/n1200.conf
new file mode 100644
index 0000000..18c7fde
--- /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





More information about the Openembedded-commits mailing list