summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2016-09-16 14:28:42 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2016-09-21 08:13:46 -0300
commita3ee6a504ed9405f892e78bbe7c62c45d5238a6a (patch)
treec6a146f02e8ed4a3938f27532618a67cb37f7f18
parent9755c41ec02f671b5fed545db67f15b47fb4fdb4 (diff)
downloadmeta-fsl-arm-a3ee6a504ed9405f892e78bbe7c62c45d5238a6a.tar.gz
u-boot-fslc: Update to the 2016.09-based fork
This update the U-Boot fork to the 2016.09 release. The following changes are applied on top of the original release: a3d27ea wandboard: Fix mmcroot device name 6ed7ce7 Revert conversion for config_distro_bootcmd.h 547c5ed warp: Change default bootenv configuration dced260 wandboard: Drop revision specific DeviceTree support 6218c13 mx6sabresd: Enable video interfaces in bootargs 3196b92 Revert "embestmx6boards: convert to use config_distro_bootcmd.h" a405f38 iMX6: Change mmcroot to use fixed mmc block index for USDHC ddd4e7f embestmx6boards: Change default bootenv configuration 290d197 mx6sabresd: Use LDO dtb file until LDO bypass support is added eee8253 mx6slevk: Use LDO dtb file until LDO bypass support is added b8944fd arm: imx: add i.MX6ULL 14x14 EVK board support 067c0b6 dm: mmc: intialize dev when probe 6c7981f arm: dts: add device tree for i.MX6ULL 5bd8722 dt-bindings: add i.mx6ul clock header cfe216b arm: dts: imx6ull: add pinctrl defines 56e4d12 pinctrl: imx6: support i.MX6ULL 3715a11 imx: iomux: fix snvs usage for i.MX6ULL 74592f9 imx: imx6ull: adjust the ldo 1.2v bandgap voltage 1245598 imx: mx6ull: Add AIPS3 initialization de54ed4 imx: mx6ull: Update memory map address c607887 imx: mx6ull: update clock settings and CCM register map f4fdd70 imx: mx6ull: adjust POR_B setting for i.MX6ULL c67a27c imx: mx6ull: misc soc update 3349f26 imx: mx6ul: using runtime check when configuring PMIC_STBY_REQ 1cc2fda imx: mx6ull: skip setting ahb clock 5be61be imx: timer: update gpt driver for i.MX6ULL 489f44d imx: ocotp: support i.MX6ULL c8edd8a imx-common: introduce is_mx6ull cddd8bf imx: mx6ull: add kconfig entry for MX6ULL b8fea53 imx: mx6ull: add mx6ull major cpu type 6e6b252 imx: mx6ull: add iomux header file 480b1d5 configs: enable device tree for Colibri iMX7 cd81c94 colibri_imx7: use Ricoh RN5T567 to reboot the board b900233 arm: dts: imx7: add Ricoh RN5T567 PMIC node e1df8be power: pmic: add Ricoh RN5T567 PMIC support 2312eb0 colibri_imx7: remove legancy UART platform data 11169db colibri_imx7: remove legancy I2C support 76620e7 arm: dts: imx7: add basic i.MX 7/Colibri iMX7 device tree 23665c2 arm: dts: imx7: add pinctrl defines e104855 pinctrl: imx: do not announce driver initialization aee3b4c dm: imx: serial: support device tree Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.09.bb (renamed from recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.07.bb)6
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc_2016.07.bb6
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc_2016.09.bb6
3 files changed, 9 insertions, 9 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.07.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.09.bb
index 674bf70..86a6abf 100644
--- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.07.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.09.bb
@@ -5,10 +5,10 @@ SECTION = "bootloader"
5DEPENDS = "openssl" 5DEPENDS = "openssl"
6PROVIDES = "u-boot-mxsboot" 6PROVIDES = "u-boot-mxsboot"
7 7
8PV = "v2016.07+git${SRCPV}" 8PV = "v2016.09+git${SRCPV}"
9 9
10SRCREV = "16a26705252aac106e196d2f9593845539c73837" 10SRCREV = "a3d27ead69a9e84a7794117cf965af20d0cfec4f"
11SRCBRANCH = "2016.07+fslc" 11SRCBRANCH = "2016.09+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.07.bb b/recipes-bsp/u-boot/u-boot-fslc_2016.07.bb
deleted file mode 100644
index 19e3614..0000000
--- a/recipes-bsp/u-boot/u-boot-fslc_2016.07.bb
+++ /dev/null
@@ -1,6 +0,0 @@
1include u-boot-fslc.inc
2
3PV = "v2016.07+git${SRCPV}"
4
5SRCREV = "e6b42411ab33ec950ddb304de9dafaf8bad506a2"
6SRCBRANCH = "2016.07+fslc"
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2016.09.bb b/recipes-bsp/u-boot/u-boot-fslc_2016.09.bb
new file mode 100644
index 0000000..07fa869
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-fslc_2016.09.bb
@@ -0,0 +1,6 @@
1include u-boot-fslc.inc
2
3PV = "v2016.09+git${SRCPV}"
4
5SRCREV = "a3d27ead69a9e84a7794117cf965af20d0cfec4f"
6SRCBRANCH = "2016.09+fslc"