From 3351b1c100b7a7da1cdc15c2d6d4ccb502bc4ba5 Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Mon, 11 Sep 2017 18:17:29 -0300 Subject: u-boot-fslc: Upgrade to 2017.09 release This commit merge tag v2017.09 and apply the following commits on top of it: - e4a4d913e9 ipu_common: Let the MX6 IPU clock be calculated in run-time - 57ea8c60e4 pico-imx7d: Add support for secure boot - c5ad50303c mx6sabre_common: Dynamically change the video output - 9b412b485a mx6sabre_common: Place video related settings in common code - d3d0f38957 wandboard: Set fdt based on board_rev and board_name - 199cce79e4 mx6sabresd: Enable video interfaces in bootargs - 37d69b40ea mx6sabresd: Use LDO dtb file until LDO bypass support is added - 29fffd2510 mx6slevk: Use LDO dtb file until LDO bypass support is added Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- recipes-bsp/u-boot/u-boot-fslc-mxsboot_2017.07.bb | 35 ----------------------- recipes-bsp/u-boot/u-boot-fslc-mxsboot_2017.09.bb | 35 +++++++++++++++++++++++ recipes-bsp/u-boot/u-boot-fslc_2017.07.bb | 6 ---- recipes-bsp/u-boot/u-boot-fslc_2017.09.bb | 6 ++++ 4 files changed, 41 insertions(+), 41 deletions(-) delete mode 100644 recipes-bsp/u-boot/u-boot-fslc-mxsboot_2017.07.bb create mode 100644 recipes-bsp/u-boot/u-boot-fslc-mxsboot_2017.09.bb delete mode 100644 recipes-bsp/u-boot/u-boot-fslc_2017.07.bb create mode 100644 recipes-bsp/u-boot/u-boot-fslc_2017.09.bb diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2017.07.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2017.07.bb deleted file mode 100644 index b6602c0f1..000000000 --- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2017.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 = "v2017.07+git${SRCPV}" - -SRCREV = "801fd445636a6d136ffb1a991245e183643a8934" -SRCBRANCH = "2017.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_2017.09.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2017.09.bb new file mode 100644 index 000000000..520b674e0 --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2017.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 = "v2017.09+git${SRCPV}" + +SRCREV = "e4a4d913e9034171146fd55b5f6e09298fd42b49" +SRCBRANCH = "2017.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_2017.07.bb b/recipes-bsp/u-boot/u-boot-fslc_2017.07.bb deleted file mode 100644 index be2f15329..000000000 --- a/recipes-bsp/u-boot/u-boot-fslc_2017.07.bb +++ /dev/null @@ -1,6 +0,0 @@ -include u-boot-fslc.inc - -PV = "v2017.07+git${SRCPV}" - -SRCREV = "65a6a14ccd0beb43376a9d0aec8fd171c6427063" -SRCBRANCH = "2017.07+fslc" diff --git a/recipes-bsp/u-boot/u-boot-fslc_2017.09.bb b/recipes-bsp/u-boot/u-boot-fslc_2017.09.bb new file mode 100644 index 000000000..7867ef24e --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-fslc_2017.09.bb @@ -0,0 +1,6 @@ +include u-boot-fslc.inc + +PV = "v2017.09+git${SRCPV}" + +SRCREV = "e4a4d913e9034171146fd55b5f6e09298fd42b49" +SRCBRANCH = "2017.09+fslc" -- cgit v1.2.3-54-g00ecf