diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2013-10-10 19:10:02 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2013-10-10 19:10:02 +0200 |
commit | e0e2fcc8bda1c1dd427adf738b115f4902662ad6 (patch) | |
tree | 9bc6eb98ca853d1e1c6b93b7bd90e62393e11e52 /conf | |
parent | 0600b13cff225ed435ef1e5e2171ac5209037112 (diff) |
colibri-vf50: add the machine, kernel and u-boot
- also add the relevant configuration files
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/colibri-vf50.conf | 24 |
1 files changed, 24 insertions, 0 deletions
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 |