aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Stetiar <ynezz@true.cz>2007-09-06 07:58:04 +0000
committerKoen Kooi <koen@openembedded.org>2007-09-06 07:58:04 +0000
commit1230cf4ecda8de9a1d974ddc12ddcadf190d4072 (patch)
tree2b762e3f53e549b2b2a0055ccc1694c78bdfbc0a
parentb48980825be61a2f95ad7ec5d4bf759f1ca3e815 (diff)
downloadopenembedded-1230cf4ecda8de9a1d974ddc12ddcadf190d4072.tar.gz
ts72xx: add machine description for ts72xx based devices
-rw-r--r--conf/machine/ts72xx.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/conf/machine/ts72xx.conf b/conf/machine/ts72xx.conf
new file mode 100644
index 0000000000..632f3044cc
--- /dev/null
+++ b/conf/machine/ts72xx.conf
@@ -0,0 +1,19 @@
+#@TYPE: Machine
+#@Name: Technologic Systems TS-72xx SBC
+#@DESCRIPTION: Machine configuration for Technologic Systems TS-72xx SBC
+
+TARGET_ARCH = "arm"
+PACKAGE_EXTRA_ARCHS = "armv4t"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+
+MACHINE_FEATURES = "kernel26 apm alsa ext2 pcmcia usbhost screen"
+
+# default is 2.6.22.6
+#PREFERRED_VERSION_linux = "2.6.23-rc5"
+
+SERIAL_CONSOLE = "115200 ttyAM0"
+USE_VT = "0"
+CMDLINE = "console=ttyAM0,115200 ip=192.168.1.3:192.168.1.2:192.168.1.2:255.255.255.0 root=/dev/nfs nfsroot=192.168.1.2:/media/data/devel/om2007.2/ts72xx/tmp/deploy/glibc/images/ts72xx/nfs_root"
+
+require conf/machine/include/tune-arm920t.inc