ea3250.conf: New machine config
authorRuud Althuizen <ruud@il.fontys.nl>
Mon, 1 Feb 2010 13:11:57 +0000 (14:11 +0100)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Fri, 12 Feb 2010 21:43:59 +0000 (22:43 +0100)
Machine config for the LPC32XX based Embedded Artists development board

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
conf/machine/ea3250.conf [new file with mode: 0644]

diff --git a/conf/machine/ea3250.conf b/conf/machine/ea3250.conf
new file mode 100644 (file)
index 0000000..50099a2
--- /dev/null
@@ -0,0 +1,27 @@
+#@TYPE: Machine
+#@NAME: Embedded Artists LPC3250 machine
+#@DESCRIPTION: Machine configuration for Embedded Artists LPC3250 development board
+#@WEBSITE: http://www.embeddedartists.com/products/kits/lpc3250_kit.php
+
+TARGET_ARCH = "arm"
+
+require conf/machine/include/tune-arm926ejs.inc
+
+MACHINE_KERNEL_PR              = "r0"
+
+MACHINE_FEATURES               = "kernel26 usbhost ext2 vfat"
+MACHINE_TASK_PROVIDER          = "task-base"
+
+USE_DEVFS = "0"
+
+PREFERRED_PROVIDER_virtual/bootloader = ""
+PREFERRED_PROVIDER_virtual/kernel = "linux-ea3250"
+PREFERRED_VERSION_linux-ea3250 = "2.6.27.8"
+
+IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt"
+IMAGE_FSTYPES = "tar.gz"
+SERIAL_CONSOLE = "ttyS0 115200"
+
+KERNEL_IMAGETYPE = "uImage"
+UBOOT_ENTRYPOINT = "0x80008000"
+UBOOT_LOADADDRESS = "0x80008000"