[oe-commits] Ruud Althuizen : ea3250.conf: New machine config

git version control git at git.openembedded.org
Fri Feb 12 21:44:14 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 150b89129ea9ef9531b7056cf7d0ea7b7a111609
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=150b89129ea9ef9531b7056cf7d0ea7b7a111609

Author: Ruud Althuizen <ruud at il.fontys.nl>
Date:   Mon Feb  1 14:11:57 2010 +0100

ea3250.conf: New machine config

Machine config for the LPC32XX based Embedded Artists development board

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 conf/machine/ea3250.conf |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/conf/machine/ea3250.conf b/conf/machine/ea3250.conf
new file mode 100644
index 0000000..50099a2
--- /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"





More information about the Openembedded-commits mailing list