]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot-fslc: Update to 2013.10 based release
authorOtavio Salvador <otavio@ossystems.com.br>
Fri, 18 Oct 2013 00:20:20 +0000 (21:20 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 18 Oct 2013 03:01:37 +0000 (00:01 -0300)
This updates the U-Boot fork to a 2013.10 based release and include
following changes on top of that:

4b2e99f mx6sabresd: Use mmcblk0 for CONFIG_MMCROOT
60fe20e mx28evk: Extend environment to easy write of NAND system
e2f0dee mx28evk: Add 'nandboot' environment command
319cafc mx28evk: Use 512k for fdt partition to align it
e92e0d3 imx_watchdog: do not soft-reset while watchdog init

Change-Id: Ib875751bdc66325fb8237c553529a2462bd76176
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb
meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb

index 047e3b28b43ba73b936562ee8484da9054be6623..62105c69478d5b56ca8a46d0ace2960fc0a8db68 100644 (file)
@@ -1,13 +1,13 @@
 DESCRIPTION = "U-boot bootloader mxsboot tool"
 LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://Licenses/README;md5=bc069111b5e5b1ed8bed98ae73b596ec"
+LIC_FILES_CHKSUM = "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb"
 SECTION = "bootloader"
 DEPENDS = "openssl"
 PROVIDES = "u-boot-mxsboot"
 
 PV = "v2013.10"
 
-SRCREV = "d97067b3e3a82f79ede9c3bef043269874a28e33"
+SRCREV = "4b2e99fae31fe4dca0f3d4a226e74eb55d6e4c9a"
 SRC_URI = "git://github.com/Freescale/u-boot-imx.git"
 
 S = "${WORKDIR}/git"
index f595171a3b17b95a2021d313fff31602839d8e53..8ea6b70a9c84310285d544e9dd558fb31fa685a8 100644 (file)
@@ -1,7 +1,7 @@
 require recipes-bsp/u-boot/u-boot.inc
 
 LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://Licenses/README;md5=bc069111b5e5b1ed8bed98ae73b596ec"
+LIC_FILES_CHKSUM = "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb"
 COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6|vf60)"
 
 DEPENDS_mxs += "elftosb-native openssl-native"
@@ -10,7 +10,7 @@ PROVIDES += "u-boot"
 
 PV = "v2013.10"
 
-SRCREV = "d97067b3e3a82f79ede9c3bef043269874a28e33"
+SRCREV = "4b2e99fae31fe4dca0f3d4a226e74eb55d6e4c9a"
 SRC_URI = "git://github.com/Freescale/u-boot-imx.git"
 
 S = "${WORKDIR}/git"