diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2014-08-22 12:13:37 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-08-30 18:29:42 -0300 |
| commit | 23fb8e00fd5fb3b76168a9a7c505294b6e08dff3 (patch) | |
| tree | 3b49ab5c627d79587b63c9b5ae5148c6f4782243 | |
| parent | 98d7dd638312f43ed26d2ef5694b95a1547853ac (diff) | |
| download | meta-freescale-23fb8e00fd5fb3b76168a9a7c505294b6e08dff3.tar.gz | |
u-boot-fslc: Update to a824e89 revision
This include several backports of fixes and improvements from
upcoming U-Boot 2014.10. Those are:
a824e89 mx6sxsabresd: Add Ethernet support
6fc1d30 mx6sx: Adjust enable_fec_anatop_clock() for mx6solox
55d1de2 mx6sxsabresd: Update DDR initialization
9101eae pci: mx6: fix occasional link failures
e97d548 ARM: mx6: Enable Thumb build for SPL
fa27b7b ARM: mx6: Handle the MMDCx_MDCTL COL field caprices
b141ef7 ARM: mx6: Prevent overflow in DRAM size detection
c065fdd ARM: mx5: Fix CHSCCDR name
aaee4ef i.MX31 PDK: Enable generic board for i.MX31 PDK
a371261 pmic: pmic_pfuze100: Use a shorter name for PMIC name
ed82ae7 mx6: crm_regs: Fix MXC_CCM_CIMR_MASK_PERIPH2_CLK_SEL_LOADED
7d34646 mx6: crm_regs: Fix MXC_CCM_CLPCR_WB_PER_AT_LPM definition
6e03308 mx6: crm_regs: Fix CDCDR_SPDIF0_CLK_PODF mask and offset
0a79f15 mx6: imx-regs: Remove unused 'omux' field from iomux struct
01ed8e1 arm: m53evk: Fix RTC bus number
fb9eb0c lib: div64: add missing include
cf321e1 mtd: cfi_flash: fix clang warning
64d14a7 fsl_i2c: add support for 3rd and 4th I2C
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.07.bb | 2 | ||||
| -rw-r--r-- | meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2014.07.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.07.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.07.bb index 3a1c6e467..0ac58611f 100644 --- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.07.bb +++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.07.bb | |||
| @@ -7,7 +7,7 @@ PROVIDES = "u-boot-mxsboot" | |||
| 7 | 7 | ||
| 8 | PV = "v2014.07" | 8 | PV = "v2014.07" |
| 9 | 9 | ||
| 10 | SRCREV = "dfd914691dc005427a97881c68a80bade7188cfb" | 10 | SRCREV = "a824e891767f8bd15edf54013e23639a3228dc24" |
| 11 | SRCBRANCH = "patches-2014.07" | 11 | SRCBRANCH = "patches-2014.07" |
| 12 | SRC_URI = "git://github.com/Freescale/u-boot-imx.git;branch=${SRCBRANCH}" | 12 | SRC_URI = "git://github.com/Freescale/u-boot-imx.git;branch=${SRCBRANCH}" |
| 13 | 13 | ||
diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2014.07.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2014.07.bb index bd77227c5..b21916106 100644 --- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2014.07.bb +++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2014.07.bb | |||
| @@ -2,5 +2,5 @@ include u-boot-fslc.inc | |||
| 2 | 2 | ||
| 3 | PV = "v2014.07" | 3 | PV = "v2014.07" |
| 4 | 4 | ||
| 5 | SRCREV = "dfd914691dc005427a97881c68a80bade7188cfb" | 5 | SRCREV = "a824e891767f8bd15edf54013e23639a3228dc24" |
| 6 | SRCBRANCH = "patches-2014.07" | 6 | SRCBRANCH = "patches-2014.07" |
