summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPraneeth Bajjuri2021-01-20 18:45:03 -0600
committerDave Gerlach2021-01-20 14:00:58 -0600
commit8412cbddc19c75a2ab2711ae169c3818dc65e4ba (patch)
tree55f06b12f1f48fb60a1210e8d6fed248d436d591
parent0388c32f31bc4dd57b72a3b5faf3ca7ff4209c79 (diff)
downloadk3-image-gen-07.02.00.004.tar.gz
k3-image-gen-07.02.00.004.tar.xz
k3-image-gen-07.02.00.004.zip
Makefile: Update firmware for all devices to v2020.12a07.03.00.00007.02.00.004
Update the commit hash for linux-firmware to pick up * sysfw upgrade to v2020.12a for am65x, j721e, j7200. commit 5e620449329d ("ti-sysfw: Update System Firmwares to v2020.12a") * associated dm upgrade for j721e and j7200 to 07.02.00.10 commit b66ee9ae020c ("ti-dm: Update firmware to 07.02.00.10") Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Tested-by: Dave Gerlach <d-gerlach@ti.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4a6ff365d..18853379b 100644
--- a/Makefile
+++ b/Makefile
@@ -67,7 +67,7 @@ SYSFW_HS_INNER_CERT_PATH ?= ti-$(SCIFS)-firmware-${SOC}-hs-cert.bin
67SYSFW_HS_CERTS_PATH ?= ti-$(SCIFS)-firmware-${SOC}-hs-certs.bin 67SYSFW_HS_CERTS_PATH ?= ti-$(SCIFS)-firmware-${SOC}-hs-certs.bin
68 68
69# Must use FULL Git hash below, as it is used as part of an URL for direct DL 69# Must use FULL Git hash below, as it is used as part of an URL for direct DL
70SYSFW_GIT_HASH ?= 183b487f02ce48b47df02cfe7ea9579b4c1e280b 70SYSFW_GIT_HASH ?= b66ee9ae020c31d7138f0af38518823bb4f5791e
71 71
72# URL to download SYSFW release binary from if not provided otherwise 72# URL to download SYSFW release binary from if not provided otherwise
73SYSFW_DL_URL ?= https://git.ti.com/processor-firmware/ti-linux-firmware/blobs/raw/$(SYSFW_GIT_HASH)/ti-sysfw/$(SYSFW_PATH) 73SYSFW_DL_URL ?= https://git.ti.com/processor-firmware/ti-linux-firmware/blobs/raw/$(SYSFW_GIT_HASH)/ti-sysfw/$(SYSFW_PATH)