]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot-fslc: Update to U-Boot 2016.01 based fork
authorOtavio Salvador <otavio@ossystems.com.br>
Mon, 18 Jan 2016 12:23:34 +0000 (10:23 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 19 Apr 2016 18:03:25 +0000 (15:03 -0300)
This updates the fork for the 2016.01 release. Currently following
patches are applied on top of it:

5da7953 wandboard: Drop revision specific DeviceTree support
3a636ab mx6sabresd: Enable video interfaces in bootargs
bec0ad3 Revert "embestmx6boards: convert to use config_distro_bootcmd.h"
fad3922 iMX6: Change mmcroot to use fixed mmc block index for USDHC
3c73816 embestmx6boards: Change default bootenv configuration
90bac9b mx6sabresd: Use LDO dtb file until LDO bypass support is added
885c473 mx6slevk: Use LDO dtb file until LDO bypass support is added

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

similarity index 87%
rename from recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.10.bb
rename to recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.01.bb
index c8c9a4363f08b02deff811b8d57e7a4b909f9cd0..a0348c5791644335490021ab87cdb2d303cc2be3 100644 (file)
@@ -5,10 +5,10 @@ SECTION = "bootloader"
 DEPENDS = "openssl"
 PROVIDES = "u-boot-mxsboot"
 
-PV = "v2015.10+git${SRCPV}"
+PV = "v2016.01+git${SRCPV}"
 
-SRCREV = "1b6aee73e60023ae4ba16b11ce7bc23e0e8552f7"
-SRCBRANCH = "2015.10+fslc"
+SRCREV = "5da79530cef86a4e3a5e618b82f675da5bd3ca37"
+SRCBRANCH = "2016.01+fslc"
 
 SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}"
 
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2015.10.bb b/recipes-bsp/u-boot/u-boot-fslc_2015.10.bb
deleted file mode 100644 (file)
index d326abe..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-include u-boot-fslc.inc
-
-PV = "v2015.10+git${SRCPV}"
-
-SRCREV = "1b6aee73e60023ae4ba16b11ce7bc23e0e8552f7"
-SRCBRANCH = "2015.10+fslc"
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2016.01.bb b/recipes-bsp/u-boot/u-boot-fslc_2016.01.bb
new file mode 100644 (file)
index 0000000..aee89c8
--- /dev/null
@@ -0,0 +1,6 @@
+include u-boot-fslc.inc
+
+PV = "v2016.01+git${SRCPV}"
+
+SRCREV = "5da79530cef86a4e3a5e618b82f675da5bd3ca37"
+SRCBRANCH = "2016.01+fslc"