From f498512a668290f1ea84988d6fa8bd83906c222b Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 10 Oct 2013 19:10:02 +0200 Subject: colibri-vf50: add the machine, kernel and u-boot - also add the relevant configuration files --- conf/machine/colibri-vf50.conf | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 conf/machine/colibri-vf50.conf (limited to 'conf/machine') diff --git a/conf/machine/colibri-vf50.conf b/conf/machine/colibri-vf50.conf new file mode 100644 index 0000000..c482ca5 --- /dev/null +++ b/conf/machine/colibri-vf50.conf @@ -0,0 +1,24 @@ +#@TYPE: Machine +#@NAME: colibri_vf50 SOM powered by Freescale Vybrid family +#@SOC: vf50 +#@DESCRIPTION: Toradex Colibri VF50 + +include conf/machine/include/imx-base.inc +include conf/machine/include/tune-cortexa5.inc + +#TODO +SOC_FAMILY = "vf60" + +PREFERRED_PROVIDER_virtual/kernel = "linux-toradex-vf" +PREFERRED_PROVIDER_u-boot = "u-boot-colibri-vf" +UBOOT_SUFFIX = "nand" +UBOOT_MAKE_TARGET = "" +UBOOT_MACHINE = "colibri_vf50_config" + +SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3" +IMAGE_FSTYPES ?= "tar.bz2 ext3 sdcard" + +SERIAL_CONSOLE = "115200 ttymxc0" + +MACHINE_FEATURES = "apm usbgadget usbhost vfat ext2 alsa touchscreen ethernet wifi bluetooth 3g" +EXTRA_IMAGEDEPENDS += "u-boot" \ No newline at end of file -- cgit v1.2.3