]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot-fslc: Update to 2016.05-based fork
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 11 May 2016 20:45:11 +0000 (17:45 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 16 May 2016 20:06:51 +0000 (17:06 -0300)
The U-Boot 2016.05 is close to release and it is time to upgrade. This
includes following changes on top of upcoming release, which are Yocto
Project related:

0fcd279 wandboard: Drop revision specific DeviceTree support
0ab586a mx6sabresd: Enable video interfaces in bootargs
5976978 Revert "embestmx6boards: convert to use config_distro_bootcmd.h"
91f4fa5 iMX6: Change mmcroot to use fixed mmc block index for USDHC
968d872 embestmx6boards: Change default bootenv configuration
3233072 mx6sabresd: Use LDO dtb file until LDO bypass support is added
df5f668 mx6slevk: Use LDO dtb file until LDO bypass support is added

The following changes are included here, and queued for U-Boot 2016.07
release:

a858d98 ARM: mx6: Enable MMC and SATA extfs boot support
70f4d22 SPL: Add CONFIG_SPL_ABORT_ON_RAW_IMAGE
5054e50 SPL: Let spl_parse_image_header() return value
bf9c724 imx: imx-common: print i.MX 7 SoC names consistently
dd6d9db imx: imx7d: fix ahb clock mux 1
24f4bb6 imx: iomux-v3: fix UART input selects
83609b3 ARM: mx6: Enable STDIO deregistering on Novena
0fc4e56 imx: mx6: mx6sl_pins: add GPIO variant for SD1_DAT5
ffae8c1 imx: tools: imximage: fix CLR bit command

Change-Id: I82aba59b47dfe530a6a1243f3227b914b973205f
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.05.bb [moved from recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.03.bb with 87% similarity]
recipes-bsp/u-boot/u-boot-fslc_2016.03.bb [deleted file]
recipes-bsp/u-boot/u-boot-fslc_2016.05.bb [new file with mode: 0644]

similarity index 87%
rename from recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.03.bb
rename to recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.05.bb
index 609ce67edf4764057cc9a4f6ca6cf5f92a61154f..f2c227fa5701c0c07599763cda7c871f53d78076 100644 (file)
@@ -5,10 +5,10 @@ SECTION = "bootloader"
 DEPENDS = "openssl"
 PROVIDES = "u-boot-mxsboot"
 
-PV = "v2016.03+git${SRCPV}"
+PV = "v2016.05+git${SRCPV}"
 
-SRCREV = "1e82446ebd54b50a45dfb0a564a3e6763f309341"
-SRCBRANCH = "2016.03+fslc"
+SRCREV = "0fcd279712bdc2f4860bf9466323eb6874d411ed"
+SRCBRANCH = "2016.05+fslc"
 
 SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}"
 
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2016.03.bb b/recipes-bsp/u-boot/u-boot-fslc_2016.03.bb
deleted file mode 100644 (file)
index 94b24e9..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-include u-boot-fslc.inc
-
-PV = "v2016.03+git${SRCPV}"
-
-SRCREV = "1e82446ebd54b50a45dfb0a564a3e6763f309341"
-SRCBRANCH = "2016.03+fslc"
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2016.05.bb b/recipes-bsp/u-boot/u-boot-fslc_2016.05.bb
new file mode 100644 (file)
index 0000000..d092f4d
--- /dev/null
@@ -0,0 +1,6 @@
+include u-boot-fslc.inc
+
+PV = "v2016.05+git${SRCPV}"
+
+SRCREV = "0fcd279712bdc2f4860bf9466323eb6874d411ed"
+SRCBRANCH = "2016.05+fslc"