diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2015-02-25 13:54:01 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-02-26 16:59:50 -0300 |
| commit | 65f4fcf54eb01f4adb0f5a359ed1eb96379197fc (patch) | |
| tree | 7cf9d4094dfa60b2c6052b6df2b4fd07ee7d1e23 | |
| parent | 77ee28e1d56445bb642246c7be42d6b397f813e2 (diff) | |
| download | meta-freescale-65f4fcf54eb01f4adb0f5a359ed1eb96379197fc.tar.gz | |
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 <otavio@ossystems.com.br>
| -rw-r--r-- | meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.01.bb | 2 | ||||
| -rw-r--r-- | meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2015.01.bb | 2 |
2 files changed, 2 insertions, 2 deletions
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 4281cc266..120753302 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" | |||
| 7 | 7 | ||
| 8 | PV = "v2015.01+git${SRCPV}" | 8 | PV = "v2015.01+git${SRCPV}" |
| 9 | 9 | ||
| 10 | SRCREV = "6e66aed373b038820664ca4630d3f5adc813d3e7" | 10 | SRCREV = "5d0291f06ae9d69189b0790a9bd407038b2b29e3" |
| 11 | SRCBRANCH = "patches-2015.01" | 11 | SRCBRANCH = "patches-2015.01" |
| 12 | SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}" | 12 | SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}" |
| 13 | 13 | ||
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 010ab1027..40d50cb68 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 | |||
| 2 | 2 | ||
| 3 | PV = "v2015.01+git${SRCPV}" | 3 | PV = "v2015.01+git${SRCPV}" |
| 4 | 4 | ||
| 5 | SRCREV = "6e66aed373b038820664ca4630d3f5adc813d3e7" | 5 | SRCREV = "5d0291f06ae9d69189b0790a9bd407038b2b29e3" |
| 6 | SRCBRANCH = "patches-2015.01" | 6 | SRCBRANCH = "patches-2015.01" |
