aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/ep93xx.conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-02-08 10:21:35 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-08 10:21:35 +0000
commitfbcd6d1582c86892d7d662216df713bd9db04d4e (patch)
tree416f49f38ab0bd81d9421e55b75b7f89ed92a871 /conf/machine/ep93xx.conf
parente1b9b2bd445ef6a345c7385fe0ea846a029937d1 (diff)
downloadopenembedded-fbcd6d1582c86892d7d662216df713bd9db04d4e.tar.gz
ep93xx.conf: add machine config for ep93xx based boards like http://www.glomationinc.com/products_9312-sx.html
Diffstat (limited to 'conf/machine/ep93xx.conf')
-rw-r--r--conf/machine/ep93xx.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/conf/machine/ep93xx.conf b/conf/machine/ep93xx.conf
new file mode 100644
index 0000000000..7eed2b3748
--- /dev/null
+++ b/conf/machine/ep93xx.conf
@@ -0,0 +1,18 @@
+#@TYPE: Machine
+#@Name: Cirrus Logic EP-93xx Development Platform
+#@DESCRIPTION: Machine configuration for Cirrus Logic EP-93xx Development Platform
+
+TARGET_ARCH = "arm"
+
+IPKG_ARCHS = "all arm armv5te ${MACHINE}"
+
+PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel"
+
+
+# used by sysvinit_2
+SERIAL_CONSOLE = "115200 ttyS0"
+
+# used by some images
+ROOT_FLASH_SIZE = "8"
+
+