summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2016-05-11 17:45:11 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2016-05-16 14:51:18 -0300
commitdc8efe437e3e27a6a02ce6c1237599e39152eac8 (patch)
treef527d7cd992d643e35bd74c07310306eff0b1ac8 /recipes-bsp
parent7e04a78f4a75de8ee587032d8644bbce2af1d1e8 (diff)
downloadmeta-fsl-arm-dc8efe437e3e27a6a02ce6c1237599e39152eac8.tar.gz
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 <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.05.bb (renamed from recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.03.bb)6
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc_2016.03.bb6
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc_2016.05.bb6
3 files changed, 9 insertions, 9 deletions
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
index 609ce67..f2c227f 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"
5DEPENDS = "openssl" 5DEPENDS = "openssl"
6PROVIDES = "u-boot-mxsboot" 6PROVIDES = "u-boot-mxsboot"
7 7
8PV = "v2016.03+git${SRCPV}" 8PV = "v2016.05+git${SRCPV}"
9 9
10SRCREV = "1e82446ebd54b50a45dfb0a564a3e6763f309341" 10SRCREV = "0fcd279712bdc2f4860bf9466323eb6874d411ed"
11SRCBRANCH = "2016.03+fslc" 11SRCBRANCH = "2016.05+fslc"
12 12
13SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}" 13SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}"
14 14
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 94b24e9..0000000
--- a/recipes-bsp/u-boot/u-boot-fslc_2016.03.bb
+++ /dev/null
@@ -1,6 +0,0 @@
1include u-boot-fslc.inc
2
3PV = "v2016.03+git${SRCPV}"
4
5SRCREV = "1e82446ebd54b50a45dfb0a564a3e6763f309341"
6SRCBRANCH = "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 0000000..d092f4d
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-fslc_2016.05.bb
@@ -0,0 +1,6 @@
1include u-boot-fslc.inc
2
3PV = "v2016.05+git${SRCPV}"
4
5SRCREV = "0fcd279712bdc2f4860bf9466323eb6874d411ed"
6SRCBRANCH = "2016.05+fslc"