summaryrefslogtreecommitdiff
path: root/conf/machine/sarge-at91.conf
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-07-04 17:58:00 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-07-04 17:58:00 +0000
commit529c3cb8561d06ade5b58a9b439f7c88781b009f (patch)
treeb8d745a204fce126c2b7c4f093a215b6d1082be1 /conf/machine/sarge-at91.conf
parentd8f8c8ae824998c9e7b886f0a6c3e0488e998cde (diff)
parent84d9f6f516ca1c5a001c959b7565fbb63c041c33 (diff)
merge of '8ccf578d98540e0fe880015d1158e3f2e2d5fada'
and 'ffc6a1cb8a5c35ab9fdca8add26efc64679665b5'
Diffstat (limited to 'conf/machine/sarge-at91.conf')
-rw-r--r--conf/machine/sarge-at91.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/conf/machine/sarge-at91.conf b/conf/machine/sarge-at91.conf
new file mode 100644
index 0000000000..6001e69cf7
--- /dev/null
+++ b/conf/machine/sarge-at91.conf
@@ -0,0 +1,23 @@
+#@TYPE: Machine
+#@Name: Sarge AT91RM9200 blackmesaeast dev boards
+#@DESCRIPTION: Machine configuration for sarge_at91 dev boards
+#
+#Homepage: http://blackmesaeast.com.pl/projects/electronics/sarge-single-board-computer/
+
+TARGET_ARCH = "arm"
+PACKAGE_EXTRA_ARCHS = "armv4t"
+
+# used by sysvinit_2
+SERIAL_CONSOLE = "115200 ttyS0"
+
+IMAGE_FSTYPES = "tar.gz"
+
+MACHINE_FEATURES = "kernel26"
+
+require conf/machine/include/tune-arm920t.conf
+
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+
+# device has own patchset for u-boot 1.1.6
+PREFERRED_VERSION_u-boot = "1.1.6"
+PREFERRED_VERSION_linux = "2.6.21"