summaryrefslogtreecommitdiff
path: root/conf/machine
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2008-01-03 11:05:39 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2008-01-03 11:05:39 +0000
commitc045002750b6789b13668abef077e22d2b598808 (patch)
tree9667fe15b7c0fe21d12c11d641ce8b4d6ef1ad07 /conf/machine
parenteb45a68e0a2f0d1a3c0d63f8d8bd2e0d0a432fb5 (diff)
parentee130e36ad7e36888782e3cae07ee9e053af4bd3 (diff)
merge of '4a6e894ff08f0d4e0d6af803eec158fb40198ad7'
and 'a9cf4a7fde005b20905192e310ca984ba3cbdab4'
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/gesbc-9302.conf29
1 files changed, 29 insertions, 0 deletions
diff --git a/conf/machine/gesbc-9302.conf b/conf/machine/gesbc-9302.conf
new file mode 100644
index 0000000000..ce45606dbd
--- /dev/null
+++ b/conf/machine/gesbc-9302.conf
@@ -0,0 +1,29 @@
+#@TYPE: Machine
+#@Name: Glomation GESBC-9302 single board computer
+#@DESCRIPTION: Low cost SBC based on Cirrus Logic EP9302 CPU
+
+TARGET_ARCH = "arm"
+PACKAGE_EXTRA_ARCHS = "armv4t"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+PREFERRED_VERSION_linux ?= "2.6.23+2.6.24-rc5"
+
+#don't try to access tty1
+USE_VT = "0"
+
+MACHINE_FEATURES = "kernel26 apm alsa ext2 pcmcia usbhost screen"
+
+# used by sysvinit_2
+SERIAL_CONSOLE = "57600 ttyAM0"
+
+# used by some images
+ROOT_FLASH_SIZE = "8"
+#extra jffs2 tweaks
+EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x40000 --pad=0x500000 "
+
+#tune for ep93xx cpus
+#can be used for crunch support later on
+#require conf/machine/include/tune-ep9312.inc
+
+require conf/machine/include/tune-arm920t.inc
+