From 9dd7dbc9f669637ade4bafa96bf74182c5c356ec Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Fri, 18 Mar 2016 15:02:37 -0300 Subject: u-boot-fslc: Update to U-Boot 2016.03 based fork This updates the fork for the 2016.03 release. Currently following patches are applied on top of it: fd6b196 warp7: Add initial support f9dc5fe wandboard: Drop revision specific DeviceTree support b3e771e mx6sabresd: Enable video interfaces in bootargs e0a65b1 Revert "embestmx6boards: convert to use config_distro_bootcmd.h" af0e438 iMX6: Change mmcroot to use fixed mmc block index for USDHC 36a641b embestmx6boards: Change default bootenv configuration f97660e mx6sabresd: Use LDO dtb file until LDO bypass support is added 4064b09 mx6slevk: Use LDO dtb file until LDO bypass support is added f854376 imx: mx7d: move MX7D to Kconfig entry 8a29233 imx: mx6sx: move MX6SX to Kconfig entry d85319f arm: mx6: Add CCV xPress board support fe7917e arm: mx6: Add UART8 base address for i.MX6UL 8730cc5 arm: imx6: Switch DDR3 calibration to wait_for_bit() 91c85e8 warp7: Add initial support ca3306a mx7_common: Put early/late init configs into board file 1dfebcc mx7: Distinguish between dual and solo versions dfcf27d mx7dsabresd: Define serial port locally 95817e0 mx7_common: Remove unexisting options 78eb121 arm: imx: Add support for GE Bx50v3 boards Change-Id: I0e7ddd021fd87ffe8a5ad6916fd1eb7a3243b21b Signed-off-by: Otavio Salvador --- recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.01.bb | 35 ----------------------- recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.03.bb | 35 +++++++++++++++++++++++ recipes-bsp/u-boot/u-boot-fslc.inc | 4 +-- recipes-bsp/u-boot/u-boot-fslc_2016.01.bb | 6 ---- recipes-bsp/u-boot/u-boot-fslc_2016.03.bb | 6 ++++ 5 files changed, 43 insertions(+), 43 deletions(-) delete mode 100644 recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.01.bb create mode 100644 recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.03.bb delete mode 100644 recipes-bsp/u-boot/u-boot-fslc_2016.01.bb create mode 100644 recipes-bsp/u-boot/u-boot-fslc_2016.03.bb diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.01.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.01.bb deleted file mode 100644 index a0348c5..0000000 --- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.01.bb +++ /dev/null @@ -1,35 +0,0 @@ -DESCRIPTION = "U-boot bootloader mxsboot tool" -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://Licenses/README;md5=0507cd7da8e7ad6d6701926ec9b84c95" -SECTION = "bootloader" -DEPENDS = "openssl" -PROVIDES = "u-boot-mxsboot" - -PV = "v2016.01+git${SRCPV}" - -SRCREV = "5da79530cef86a4e3a5e618b82f675da5bd3ca37" -SRCBRANCH = "2016.01+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.03.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.03.bb new file mode 100644 index 0000000..4ec0357 --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2016.03.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.03+git${SRCPV}" + +SRCREV = "fd6b196f574ca85d75d6bbe24cf9344e58366ae1" +SRCBRANCH = "2016.03+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.inc b/recipes-bsp/u-boot/u-boot-fslc.inc index df67469..c61c950 100644 --- a/recipes-bsp/u-boot/u-boot-fslc.inc +++ b/recipes-bsp/u-boot/u-boot-fslc.inc @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2015 O.S. Systems Software LTDA. +# Copyright (C) 2012-2016 O.S. Systems Software LTDA. # Released under the MIT license (see COPYING.MIT for the terms) require recipes-bsp/u-boot/u-boot.inc @@ -10,7 +10,7 @@ order to provide support for some backported features and fixes, or because it \ was submitted for revision and it takes some time to become part of a stable \ version, or because it is not applicable for upstreaming." LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://Licenses/README;md5=0507cd7da8e7ad6d6701926ec9b84c95" +LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" COMPATIBLE_MACHINE = "(mxs|mx5|mx6|mx6ul|mx7|vf)" DEPENDS_mxs += "elftosb-native openssl-native" diff --git a/recipes-bsp/u-boot/u-boot-fslc_2016.01.bb b/recipes-bsp/u-boot/u-boot-fslc_2016.01.bb deleted file mode 100644 index aee89c8..0000000 --- a/recipes-bsp/u-boot/u-boot-fslc_2016.01.bb +++ /dev/null @@ -1,6 +0,0 @@ -include u-boot-fslc.inc - -PV = "v2016.01+git${SRCPV}" - -SRCREV = "5da79530cef86a4e3a5e618b82f675da5bd3ca37" -SRCBRANCH = "2016.01+fslc" diff --git a/recipes-bsp/u-boot/u-boot-fslc_2016.03.bb b/recipes-bsp/u-boot/u-boot-fslc_2016.03.bb new file mode 100644 index 0000000..2358de3 --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-fslc_2016.03.bb @@ -0,0 +1,6 @@ +include u-boot-fslc.inc + +PV = "v2016.03+git${SRCPV}" + +SRCREV = "fd6b196f574ca85d75d6bbe24cf9344e58366ae1" +SRCBRANCH = "2016.03+fslc" -- cgit v1.2.3-54-g00ecf