From f263a3253c8cfc8c3b41ad6830277439901445d0 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Mon, 11 May 2015 08:37:44 -0300 Subject: u-boot-fslc: Bump to b16ec2d revision This includes some backports of 2015.07-rc1 release which are related to i.MX and Vybrid families. The backported changes are: b16ec2d mx6cuboxi: Mention Cubox-i in the README 4cf36bf hummingboard: Remove mx6solo specific support e767d87 mx6cuboxi: Skip usb initialization when booting without HDMI 6d87db5 mx6cuboxi: Pull down PAD_ENET_RXD0/RXD1 ef1be8d mx6cuboxi: Fix Ethernet PHY detection problem c11bc28 logos: Add Solidrun's logo df66a37 mx6cuboxi: Allow HDMI and USB keyboard to be stdout/stdin 43c9802 mx6cuboxi: Add USB host support 9403159 mx6cuboxi: Add HDMI output support 2ee593f Fix mxc_hab documenation f1b4690 arm: mx6: Clamp MMDC and DDR3 clocks for timing calculations 8afedb2 colibri_vf: Enable USB support for Colibri Vybrid 1c322c8 usb: host: Add ehci-vf USB driver for ARM Vybrid SoC's 8f3b4af ARM: vf610: Initial integration for Colibri VF50/VF61 ec4acf4 ARM: vf610: Enable caches d0b33b7 ARM: vf610: Add SoC and CPU type detection 6adfaab ARM: vf610: Enable external 32KHz oscillator 0cbdc08 ARM: vf610: Move DDR3 initialization to imx-common dd995b9 Merge remote-tracking branch 'imx/master' into patches-2015.04 205d586 mx6cuboxi: Load the correct 'fdtfile' variable 6a305f2 mx6cuboxi: Use more standard namings for fdt variables feb6cc5 mx6cuboxi: Differentiate Cubox-i and Hummingboard 8cb6817 mx6cuboxi: Introduce multi-SoC support cfdcc5f mx6cuboxi: Prepare for multi SoC support b684586 mx6cuboxi: Fix the defconfig name f5e23aa unzip: add gzwrite command to write compressed image to block device 5b9f6a3 gunzip: add gzwrite routine for extracting compresed images to block device 120aea5 ARM: cm_fx6: use "select" instead of default value in defconfig 755bd40 ARM: mx6: use "select" instead of default value in defconfig Change-Id: Ic3a0ecbd09e7a76d3ef732414184473a32952ac3 Signed-off-by: Otavio Salvador --- recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.04.bb | 2 +- recipes-bsp/u-boot/u-boot-fslc_2015.04.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-bsp') diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.04.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.04.bb index e35a761..7c34a94 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.04.bb +++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.04.bb @@ -7,7 +7,7 @@ PROVIDES = "u-boot-mxsboot" PV = "v2015.04+git${SRCPV}" -SRCREV = "fb25693bac67600057a2e6f1121255c04ae4742f" +SRCREV = "b16ec2de8ddd3ce3bca7566e045dc085755550f6" SRCBRANCH = "patches-2015.04" SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}" diff --git a/recipes-bsp/u-boot/u-boot-fslc_2015.04.bb b/recipes-bsp/u-boot/u-boot-fslc_2015.04.bb index 8d4c721..726d442 100644 --- a/recipes-bsp/u-boot/u-boot-fslc_2015.04.bb +++ b/recipes-bsp/u-boot/u-boot-fslc_2015.04.bb @@ -2,5 +2,5 @@ include u-boot-fslc.inc PV = "v2015.04+git${SRCPV}" -SRCREV = "fb25693bac67600057a2e6f1121255c04ae4742f" +SRCREV = "b16ec2de8ddd3ce3bca7566e045dc085755550f6" SRCBRANCH = "patches-2015.04" -- cgit v1.2.3-54-g00ecf