diff options
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 000000000..3f1c0a660 --- /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 |