From a3ee6a504ed9405f892e78bbe7c62c45d5238a6a Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Fri, 16 Sep 2016 14:28:42 -0300 Subject: 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 --- recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.07.bb | 35 ----------------------- recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.09.bb | 35 +++++++++++++++++++++++ recipes-bsp/u-boot/u-boot-fslc_2016.07.bb | 6 ---- recipes-bsp/u-boot/u-boot-fslc_2016.09.bb | 6 ++++ 4 files changed, 41 insertions(+), 41 deletions(-) delete mode 100644 recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.07.bb create mode 100644 recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.09.bb delete mode 100644 recipes-bsp/u-boot/u-boot-fslc_2016.07.bb create mode 100644 recipes-bsp/u-boot/u-boot-fslc_2016.09.bb diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.07.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.07.bb deleted file mode 100644 index 674bf70..0000000 --- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.07.bb +++ /dev/null @@ -1,35 +0,0 @@ -DESCRIPTION = "U-boot bootloader mxsboot tool" -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" -SECTION = "bootloader" -DEPENDS = "openssl" -PROVIDES = "u-boot-mxsboot" - -PV = "v2016.07+git${SRCPV}" - -SRCREV = "16a26705252aac106e196d2f9593845539c73837" -SRCBRANCH = "2016.07+fslc" - -SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}" - -S = "${WORKDIR}/git" - -inherit fsl-u-boot-localversion - -EXTRA_OEMAKE = 'HOSTCC="${CC} ${CPPFLAGS}" HOSTLDFLAGS="-L${libdir} -L${base_libdir}" HOSTSTRIP=true CONFIG_MX28=y' - -do_configure () { - oe_runmake sandbox_defconfig -} - -do_compile () { - oe_runmake tools-only -} - -do_install () { - install -d ${D}${bindir} - install -m 0755 tools/mxsboot ${D}${bindir}/uboot-mxsboot - ln -sf uboot-mxsboot ${D}${bindir}/mxsboot -} - -BBCLASSEXTEND = "native nativesdk" diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.09.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.09.bb new file mode 100644 index 0000000..86a6abf --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.09.bb @@ -0,0 +1,35 @@ +DESCRIPTION = "U-boot bootloader mxsboot tool" +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" +SECTION = "bootloader" +DEPENDS = "openssl" +PROVIDES = "u-boot-mxsboot" + +PV = "v2016.09+git${SRCPV}" + +SRCREV = "a3d27ead69a9e84a7794117cf965af20d0cfec4f" +SRCBRANCH = "2016.09+fslc" + +SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}" + +S = "${WORKDIR}/git" + +inherit fsl-u-boot-localversion + +EXTRA_OEMAKE = 'HOSTCC="${CC} ${CPPFLAGS}" HOSTLDFLAGS="-L${libdir} -L${base_libdir}" HOSTSTRIP=true CONFIG_MX28=y' + +do_configure () { + oe_runmake sandbox_defconfig +} + +do_compile () { + oe_runmake tools-only +} + +do_install () { + install -d ${D}${bindir} + install -m 0755 tools/mxsboot ${D}${bindir}/uboot-mxsboot + ln -sf uboot-mxsboot ${D}${bindir}/mxsboot +} + +BBCLASSEXTEND = "native nativesdk" 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 @@ -include u-boot-fslc.inc - -PV = "v2016.07+git${SRCPV}" - -SRCREV = "e6b42411ab33ec950ddb304de9dafaf8bad506a2" -SRCBRANCH = "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 @@ +include u-boot-fslc.inc + +PV = "v2016.09+git${SRCPV}" + +SRCREV = "a3d27ead69a9e84a7794117cf965af20d0cfec4f" +SRCBRANCH = "2016.09+fslc" -- cgit v1.2.3-54-g00ecf