From: Otavio Salvador Date: Wed, 25 Feb 2015 16:54:01 +0000 (-0300) Subject: u-boot-fslc: Update to revision 5d0291f X-Git-Tag: 2.1~637 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=65f4fcf54eb01f4adb0f5a359ed1eb96379197fc;p=meta-freescale.git u-boot-fslc: Update to revision 5d0291f This backports following fixes from the upcoming U-Boot 2015.04: 5d0291f warp: Add User Mass Storage support 49ad0f1 warp: Select BOUNCE_BUFFER and CMD_EXT options 5a10751 cmd_usb_mass_storage: Remove extra 'ums' string in the usage text dd00fe2 warp: Add initial WaRP Board support b9b6996 imx: mx6sl: Extend USDHC SD2 pins to support 8-wire use 4a01af4 mmc: fsl_esdhc: Add support to force VSELECT set 11688e5 mmc: fsl_esdhc: Add CMD11 support to switch to 1.8V c1b0c39 imx:mx6slevk implement power init board 996d2cb imx:mx6slevk add pmic and i2c configuration 509825c imx:mx6sl add I2c pad settings 9867962 nitrogen6x: set environment variable reset_cause 64a6057 ARM: i.MX: provide access to reset cause through get_imx_reset_cause() d4c17e7 ot1200: add eeprom command to non-SPL build 7270ed6 cmd_eeprom: make it possible to define the used i2c bus dadd721 ARM: imx6 Add WDOG3 for i.MX6SX 3f5ba06 ARM: imx6: disable bandgap self-bias after boot Change-Id: I7a73b8722de1085ef93129c4e801617204d483e7 Signed-off-by: Otavio Salvador --- diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.01.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.01.bb index 4281cc26..12075330 100644 --- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.01.bb +++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.01.bb @@ -7,7 +7,7 @@ PROVIDES = "u-boot-mxsboot" PV = "v2015.01+git${SRCPV}" -SRCREV = "6e66aed373b038820664ca4630d3f5adc813d3e7" +SRCREV = "5d0291f06ae9d69189b0790a9bd407038b2b29e3" SRCBRANCH = "patches-2015.01" SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}" diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2015.01.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2015.01.bb index 010ab102..40d50cb6 100644 --- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2015.01.bb +++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2015.01.bb @@ -2,5 +2,5 @@ include u-boot-fslc.inc PV = "v2015.01+git${SRCPV}" -SRCREV = "6e66aed373b038820664ca4630d3f5adc813d3e7" +SRCREV = "5d0291f06ae9d69189b0790a9bd407038b2b29e3" SRCBRANCH = "patches-2015.01"