From: Tim 'timtim' Ellis Date: Sat, 17 Jan 2009 21:33:35 +0000 (+0000) Subject: n1200: Add Thecus n1200 machine config, an MPC8347 based NAS X-Git-Tag: Release-2010-05/1~4292 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e4b9fb06455ad6af2c8667542d0e8e0e52410c7;p=openembedded.git n1200: Add Thecus n1200 machine config, an MPC8347 based NAS --- 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