From 2ebc966fca24cbecdb90bb8a09ee34910f800f22 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 28 Nov 2022 13:34:02 +0100 Subject: imx-seco: upgrade from 3.8.6 to 5.8.7.1 Update to the version used in lf5.15.52_2.1.0. License was updated to NXP EULA v35 May 2022. Note that the binary blobs are only updated for i.MX 8DXL SoC. Binary blobs for all other SoC have the same md5sum as in the 3.8.6 version. Signed-off-by: Max Krummenacher --- recipes-bsp/imx-seco/imx-seco_3.8.6.bb | 27 --------------------------- recipes-bsp/imx-seco/imx-seco_5.8.7.1.bb | 27 +++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 recipes-bsp/imx-seco/imx-seco_3.8.6.bb create mode 100644 recipes-bsp/imx-seco/imx-seco_5.8.7.1.bb diff --git a/recipes-bsp/imx-seco/imx-seco_3.8.6.bb b/recipes-bsp/imx-seco/imx-seco_3.8.6.bb deleted file mode 100644 index bcc4dd3f..00000000 --- a/recipes-bsp/imx-seco/imx-seco_3.8.6.bb +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright (C) 2019-2022 NXP - -SUMMARY = "NXP i.MX SECO firmware" -DESCRIPTION = "Firmware for i.MX Security Controller Subsystem" -SECTION = "base" -LICENSE = "Proprietary" -LIC_FILES_CHKSUM = "file://COPYING;md5=be5ff43682ed6c57dfcbeb97651c2829" - -inherit fsl-eula-unpack use-imx-security-controller-firmware deploy - -SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true" - -SRC_URI[md5sum] = "2427a45069a89bb9b9b470642ce17f18" -SRC_URI[sha256sum] = "3bf3f4ae69f77fd8fe28a216f3927fb84e75461364ad332dd9b4605beadae59a" - - -do_compile[noexec] = "1" - -do_install[noexec] = "1" - -addtask deploy after do_install -do_deploy () { - # Deploy i.MX8 SECO firmware files - install -m 0644 ${S}/firmware/seco/${SECO_FIRMWARE_NAME} ${DEPLOYDIR} -} - -COMPATIBLE_MACHINE = "(mx8qm-nxp-bsp|mx8qxp-nxp-bsp|mx8dxl-nxp-bsp|mx8dx-nxp-bsp)" diff --git a/recipes-bsp/imx-seco/imx-seco_5.8.7.1.bb b/recipes-bsp/imx-seco/imx-seco_5.8.7.1.bb new file mode 100644 index 00000000..d37c1c98 --- /dev/null +++ b/recipes-bsp/imx-seco/imx-seco_5.8.7.1.bb @@ -0,0 +1,27 @@ +# Copyright 2019-2022 NXP + +SUMMARY = "NXP i.MX SECO firmware" +DESCRIPTION = "Firmware for i.MX Security Controller Subsystem" +SECTION = "base" +LICENSE = "Proprietary" +LIC_FILES_CHKSUM = "file://COPYING;md5=d3c315c6eaa43e07d8c130dc3a04a011" + +inherit fsl-eula-unpack use-imx-security-controller-firmware deploy + +SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true" + +SRC_URI[md5sum] = "f5c6737b42275e513d4e0cc2efa91d6a" +SRC_URI[sha256sum] = "03fa16ebc0633505bd02dae1c58602e278a8a28c8205c758fa3936477d51d0e0" + + +do_compile[noexec] = "1" + +do_install[noexec] = "1" + +addtask deploy after do_install +do_deploy () { + # Deploy i.MX8 SECO firmware files + install -m 0644 ${S}/firmware/seco/${SECO_FIRMWARE_NAME} ${DEPLOYDIR} +} + +COMPATIBLE_MACHINE = "(mx8qm-nxp-bsp|mx8qxp-nxp-bsp|mx8dxl-nxp-bsp|mx8dx-nxp-bsp)" -- cgit v1.2.3-54-g00ecf