[meta-freescale] [meta-fsl-arm-extra][PATCH v2 1/5] u-boot-toradex: add U-Boot recipe for Toradex i.MX 6 based modules

Max Krummenacher max.oss.09 at gmail.com
Fri Dec 4 05:18:34 PST 2015


This allows building U-Boot supporting Toradex modules based on i.MX 6
Apalis iMX6 and Colibri iMX6.
The source is combined with the source already used for our Vybrid based
modules and fetched directly from our Git server at git.toradex.com.

  - based on upstream U-Boot 2015.04
  - environment storage in eMMC
  - Ethernet
  - enabled gpio command line interface
  - enabled DFU and Mass Storage on USB client
  - framebuffer support
  - MMC/SD cards
  - eMMC flash
  - RAM size auto detection
  - serial console debug UART1
  - Toradex Apalis configuration block handling
  - USB storage as host on USB host ports

Signed-off-by: Max Krummenacher <max.krummenacher at toradex.com>
Acked-by: Stefan Agner <stefan.agner at toradex.com>
---
 recipes-bsp/u-boot/u-boot-toradex_2015.04.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

v2:
- Use SOC_FAMILIY mx6 in COMPATIBLE_MACHINE.
- Ack'd by Stefan Agner
diff --git a/recipes-bsp/u-boot/u-boot-toradex_2015.04.bb b/recipes-bsp/u-boot/u-boot-toradex_2015.04.bb
index 175add2..30b5ea3 100644
--- a/recipes-bsp/u-boot/u-boot-toradex_2015.04.bb
+++ b/recipes-bsp/u-boot/u-boot-toradex_2015.04.bb
@@ -4,4 +4,4 @@ PV = "v2015.04-v2.5b2+git${SRCPV}"
 
 SRCREV = "1ef4a29e8cea0239411dde64f9617ad76248fd02"
 SRCBRANCH = "2015.04-toradex"
-COMPATIBLE_MACHINE = "(vf)"
+COMPATIBLE_MACHINE = "(mx6|vf)"
-- 
1.9.3



More information about the meta-freescale mailing list