summaryrefslogtreecommitdiff
path: root/conf/machine
diff options
context:
space:
mode:
authorRobert Schuster <thebohemian@gmx.net>2008-01-03 01:00:42 +0000
committerRobert Schuster <thebohemian@gmx.net>2008-01-03 01:00:42 +0000
commit6cc8d18c134d775a13a36b4af7f58ee5ac01b602 (patch)
tree4d4f132cb68f3a484981be65a42a4d0bb6c26802 /conf/machine
parentafb011e6080e2e41108ec6b0530a102de6765e83 (diff)
parentc9b6d5303ed4cc5128fcbe9712f764ca5e07b55e (diff)
merge of '03a6d73778554bdbea429845e2f717d7a2beb2f3'
and 'de9cd407cd0ce372b951a6d6982f2d16a44dd95b'
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
+