]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot-fslc: Update to revision 23575d2
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 28 Oct 2015 13:04:12 +0000 (11:04 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 19 Apr 2016 18:03:21 +0000 (15:03 -0300)
This includes the Congatec QMX6 SPL support which is targetting
inclusion for U-Boot 2016.01 release. The following patches are
included:

23575d2 cgtqmx6eval: Add DFU support
112dfb1 iomux-v3: Take MX6D in consideration for imx_iomux_v3_setup_pad()
bf2ca16 cgtqmx6eval: Add SPL support
3bce451 cgtqmx6eval: Add fastboot support
77b786a cgtqmx6eval: Use SPI NOR to store the environment
f6bc396 cgtqmx6eval: Add SPI NOR flash support
540baa3 spi: Add SPI NOR protection mechanism
6e057b9 spi: sf_ops: Add SPI protection mechanism from the kernel
3f150e4 powerpc: Remove __ilog2_u64 and ffs4 from bitops
2feb00c compat: Remove is_power_of_2() definition
254550e nios2: Use the generic bitops headers
7611cdc nds32: Use the generic bitops headers
f9bfea4 openrisc: Use the generic bitops headers
d2f21eb sparc: Use the generic bitops headers
fde093e sandbox: Use the generic bitops headers
ef582a7 sh: bitops: Use the generic bitops headers
d068eae blackfin: bitops: Use the generic bitops headers
37d32df m68k: bitops: Use the generic bitops headers
902775c4 x86: bitops: Use the generic bitops headers
6ab6bf2 ARM: bitops: Use the generic bitops headers
8324309 include: Add generic bitops headers
5054c77 include: Add log2 header from the kernel

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.10.bb
recipes-bsp/u-boot/u-boot-fslc_2015.10.bb

index 5c4bba902f0b512521cd4580bbe2e4c8799970d4..ecbf2a3e854328686196cb23c075527335ae5f14 100644 (file)
@@ -7,7 +7,7 @@ PROVIDES = "u-boot-mxsboot"
 
 PV = "v2015.10+git${SRCPV}"
 
-SRCREV = "a4338ecfb01cdbb06cc8772c84ef96ac4ce4ebbf"
+SRCREV = "23575d2d1b958952c42348e4aee96969eab3e1f2"
 SRCBRANCH = "2015.10+fslc"
 
 SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}"
index db3455b213c9d16ac97a2345758c54547283904f..ac7637870d113aa18f10cd05657419073836784f 100644 (file)
@@ -2,5 +2,5 @@ include u-boot-fslc.inc
 
 PV = "v2015.10+git${SRCPV}"
 
-SRCREV = "a4338ecfb01cdbb06cc8772c84ef96ac4ce4ebbf"
+SRCREV = "23575d2d1b958952c42348e4aee96969eab3e1f2"
 SRCBRANCH = "2015.10+fslc"