aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/ea3250.conf
diff options
context:
space:
mode:
authorRuud Althuizen <ruud@il.fontys.nl>2010-02-01 14:11:57 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-02-12 22:43:59 +0100
commit150b89129ea9ef9531b7056cf7d0ea7b7a111609 (patch)
treefcbb3f1be491325c19c918b97bf0108a0fff221a /conf/machine/ea3250.conf
parentfb1e00bdcdce8dfc516ab7aba3664df15b124159 (diff)
downloadopenembedded-150b89129ea9ef9531b7056cf7d0ea7b7a111609.tar.gz
ea3250.conf: New machine config
Machine config for the LPC32XX based Embedded Artists development board Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'conf/machine/ea3250.conf')
-rw-r--r--conf/machine/ea3250.conf27
1 files changed, 27 insertions, 0 deletions
diff --git a/conf/machine/ea3250.conf b/conf/machine/ea3250.conf
new file mode 100644
index 0000000000..50099a2c4b
--- /dev/null
+++ b/conf/machine/ea3250.conf
@@ -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"