summaryrefslogtreecommitdiff
path: root/conf/machine/sarge-at91.conf
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-07-05 00:34:12 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-07-05 00:34:12 +0000
commita678820b7afaf0b93cd8949c689112bd723e755c (patch)
treea2cdeeda3175b3d94c36c58dd9d19e1e3317de2a /conf/machine/sarge-at91.conf
parent0e9be06e62d9bfc3a2bfb79848cd6d27a07fc56b (diff)
parent70d0e263039165834e23471bdf0f860c46d68c31 (diff)
merge of '6f99be19e645cdee7ca3a6e76af76764e4c2140c'
and 'f2bd31f1aaf84bef9625b425a458bc019b97a434'
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"