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 | |
parent | b10aaea287bb87c2116f7a891f50b1b25ce5fa66 (diff) | |
download | poky-7f3a1703f9436ecd8ffdb68a8b46f7b588aebd0d.tar.gz |
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')
-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 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: Phytec phyCORE-iMX31 Board | ||
3 | #@DESCRIPTION: Machine configuration for the imx31 based Phytec phyCORE-iMX31 | ||
4 | TARGET_ARCH = "arm" | ||
5 | PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te" | ||
6 | |||
7 | PREFERRED_PROVIDER_virtual/kernel = "linux-mx31" | ||
8 | |||
9 | MACHINE_FEATURES = "kernel26 apm alsa bluetooth irda screen touchscreen" | ||
10 | |||
11 | IMAGE_FSTYPES ?= "tar.gz jffs2" | ||
12 | KERNEL_IMAGETYPE = "uImage" | ||
13 | UBOOT_ENTRYPOINT = "80008000" | ||
14 | SERIAL_CONSOLE = "-L 115200 ttymxc0" | ||
15 | require conf/machine/include/tune-armv5te.inc | ||
16 | # v6 tune | ||