From: Ruud Althuizen Date: Mon, 1 Feb 2010 13:11:57 +0000 (+0100) Subject: ea3250.conf: New machine config X-Git-Tag: Release-2010-05/1~491^2~298 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=150b89129ea9ef9531b7056cf7d0ea7b7a111609;p=openembedded.git ea3250.conf: New machine config Machine config for the LPC32XX based Embedded Artists development board Signed-off-by: Frans Meulenbroeks --- 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"