From b539d2ebb2ab326ce20fc38e3b1743e9a9b25c80 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 11 May 2016 17:45:11 -0300 Subject: [PATCH] u-boot-fslc: Update to 2016.05-based fork 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 --- ...lc-mxsboot_2016.03.bb => u-boot-fslc-mxsboot_2016.05.bb} | 6 +++--- recipes-bsp/u-boot/u-boot-fslc_2016.03.bb | 6 ------ recipes-bsp/u-boot/u-boot-fslc_2016.05.bb | 6 ++++++ 3 files changed, 9 insertions(+), 9 deletions(-) rename recipes-bsp/u-boot/{u-boot-fslc-mxsboot_2016.03.bb => u-boot-fslc-mxsboot_2016.05.bb} (87%) delete mode 100644 recipes-bsp/u-boot/u-boot-fslc_2016.03.bb create mode 100644 recipes-bsp/u-boot/u-boot-fslc_2016.05.bb diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.03.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.05.bb 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 609ce67e..f2c227fa 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.03.bb +++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.05.bb @@ -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 index 94b24e9d..00000000 --- a/recipes-bsp/u-boot/u-boot-fslc_2016.03.bb +++ /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 index 00000000..d092f4df --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-fslc_2016.05.bb @@ -0,0 +1,6 @@ +include u-boot-fslc.inc + +PV = "v2016.05+git${SRCPV}" + +SRCREV = "0fcd279712bdc2f4860bf9466323eb6874d411ed" +SRCBRANCH = "2016.05+fslc" -- 2.40.1