diff options
author | Robert Bradford <rob@openedhand.com> | 2008-01-09 09:56:56 +0000 |
---|---|---|
committer | Robert Bradford <rob@openedhand.com> | 2008-01-09 09:56:56 +0000 |
commit | 7f3a1703f9436ecd8ffdb68a8b46f7b588aebd0d (patch) | |
tree | cbcff368485bb7b8f948727122bbd75fd4a07f48 /meta/conf/machine/mx31phy.conf | |
parent | b10aaea287bb87c2116f7a891f50b1b25ce5fa66 (diff) | |
download | openembedded-core-7f3a1703f9436ecd8ffdb68a8b46f7b588aebd0d.tar.gz openembedded-core-7f3a1703f9436ecd8ffdb68a8b46f7b588aebd0d.tar.bz2 openembedded-core-7f3a1703f9436ecd8ffdb68a8b46f7b588aebd0d.zip |
Add support for Phytec phyCore-iMX31 board.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3433 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine/mx31phy.conf')
-rw-r--r-- | meta/conf/machine/mx31phy.conf | 16 |
1 files changed, 16 insertions, 0 deletions
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 |