summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2014-08-22 12:13:37 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2014-08-30 18:29:42 -0300
commita455e8b84561ac268a4544fea1380a9e05b4d225 (patch)
tree853787f2e3fbddb67dce82f11a98cfdc56f447ca
parentd0a5d78ebc6fdf88f99d3ffb7ec4d899eb378355 (diff)
downloadmeta-fsl-arm-a455e8b84561ac268a4544fea1380a9e05b4d225.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--recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.07.bb2
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc_2014.07.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.07.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.07.bb
index 3a1c6e4..0ac5861 100644
--- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.07.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.07.bb
@@ -7,7 +7,7 @@ PROVIDES = "u-boot-mxsboot"
7 7
8PV = "v2014.07" 8PV = "v2014.07"
9 9
10SRCREV = "dfd914691dc005427a97881c68a80bade7188cfb" 10SRCREV = "a824e891767f8bd15edf54013e23639a3228dc24"
11SRCBRANCH = "patches-2014.07" 11SRCBRANCH = "patches-2014.07"
12SRC_URI = "git://github.com/Freescale/u-boot-imx.git;branch=${SRCBRANCH}" 12SRC_URI = "git://github.com/Freescale/u-boot-imx.git;branch=${SRCBRANCH}"
13 13
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2014.07.bb b/recipes-bsp/u-boot/u-boot-fslc_2014.07.bb
index bd77227..b219161 100644
--- a/recipes-bsp/u-boot/u-boot-fslc_2014.07.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc_2014.07.bb
@@ -2,5 +2,5 @@ include u-boot-fslc.inc
2 2
3PV = "v2014.07" 3PV = "v2014.07"
4 4
5SRCREV = "dfd914691dc005427a97881c68a80bade7188cfb" 5SRCREV = "a824e891767f8bd15edf54013e23639a3228dc24"
6SRCBRANCH = "patches-2014.07" 6SRCBRANCH = "patches-2014.07"