From 7f3a1703f9436ecd8ffdb68a8b46f7b588aebd0d Mon Sep 17 00:00:00 2001 From: Robert Bradford Date: Wed, 9 Jan 2008 09:56:56 +0000 Subject: Add support for Phytec phyCore-iMX31 board. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3433 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/conf/machine/mx31phy.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta/conf/machine/mx31phy.conf (limited to 'meta/conf/machine/mx31phy.conf') diff --git a/meta/conf/machine/mx31phy.conf b/meta/conf/machine/mx31phy.conf new file mode 100644 index 0000000000..3f1c0a660b --- /dev/null +++ b/meta/conf/machine/mx31phy.conf @@ -0,0 +1,16 @@ +#@TYPE: Machine +#@NAME: Phytec phyCORE-iMX31 Board +#@DESCRIPTION: Machine configuration for the imx31 based Phytec phyCORE-iMX31 +TARGET_ARCH = "arm" +PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te" + +PREFERRED_PROVIDER_virtual/kernel = "linux-mx31" + +MACHINE_FEATURES = "kernel26 apm alsa bluetooth irda screen touchscreen" + +IMAGE_FSTYPES ?= "tar.gz jffs2" +KERNEL_IMAGETYPE = "uImage" +UBOOT_ENTRYPOINT = "80008000" +SERIAL_CONSOLE = "-L 115200 ttymxc0" +require conf/machine/include/tune-armv5te.inc +# v6 tune -- cgit v1.2.3-54-g00ecf