summaryrefslogtreecommitdiff
path: root/recipes-bsp/imx-sc-firmware
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-03-12 18:16:22 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2020-06-09 18:53:14 +0200
commitd2f1c86b6c74af49261c4e077a4524e49b83749a (patch)
tree52f08e03f16c81410f6ecd635afa3e58074462b6 /recipes-bsp/imx-sc-firmware
parent1363460f7a2667048e4188207077b58709214b35 (diff)
imx-sc-firmware: update to 1.3.1
Update to version based on NXP SCFW 1.3.1. Branch name: imx_4.14.98_2.3.0 Build version: 4124 Commit ID: 0x0b929edfe Build date: Jan 31 2020 Build time: 21:06:48 Related-to: ELB-2351 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit b4a20babea319d117614e3885d1d28a3b1a5766f) (cherry picked from commit 99c22a9fc70456d18b2a6b86e643a8aa83b0f9af)
Diffstat (limited to 'recipes-bsp/imx-sc-firmware')
-rw-r--r--recipes-bsp/imx-sc-firmware/imx-sc-firmware_%.bbappend9
1 files changed, 8 insertions, 1 deletions
diff --git a/recipes-bsp/imx-sc-firmware/imx-sc-firmware_%.bbappend b/recipes-bsp/imx-sc-firmware/imx-sc-firmware_%.bbappend
index b1aaa24..e59cc54 100644
--- a/recipes-bsp/imx-sc-firmware/imx-sc-firmware_%.bbappend
+++ b/recipes-bsp/imx-sc-firmware/imx-sc-firmware_%.bbappend
@@ -1,11 +1,18 @@
+# get additional scfw binaries provided in:
SCFW_TDX_SRC ?= "git://github.com/toradex/i.MX-System-Controller-Firmware.git"
SRC_URI += "${SCFW_TDX_SRC};branch=master;protocol=https;fsl-eula=true"
-SRCREV = "7400edfa2a94be81693b3411dd0cfd9d01449e77"
+SRCREV = "611bab9f10d88a9da840a5fb94b386e7eae9b63b"
SRCREV_use-head-next = "${AUTOREV}"
do_patch[prefuncs] += "do_cp_scfw"
do_cp_scfw () {
cp ${WORKDIR}/git/src/scfw_export_*/build_*/*-scfw-tcm.bin ${S}/
}
+
+# get the matching SCFW for NXP's boards for the 2.3.1 BSP
+PV = "1.3.1"
+SRC_URI[md5sum] = "f3b4b5e63dec7ce8ed73c2021d84c467"
+SRC_URI[sha256sum] = "a5fb090d92db775d1b87f814b00c446e4e59816bd5ea9f50ca709da74fc74182"
+LIC_FILES_CHKSUM = "file://COPYING;md5=fd4b227530cd88a82af6a5982cfb724d"