summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPraneeth Bajjuri2021-01-14 17:19:53 -0600
committerDave Gerlach2021-01-14 12:40:21 -0600
commit0388c32f31bc4dd57b72a3b5faf3ca7ff4209c79 (patch)
treeee28ddc8a45d5532577e066dbda935a3a453b7ef
parenta4796e5f1304fe8197cba54ccea3d18b9998ff02 (diff)
downloadk3-image-gen-0388c32f31bc4dd57b72a3b5faf3ca7ff4209c79.tar.gz
k3-image-gen-0388c32f31bc4dd57b72a3b5faf3ca7ff4209c79.tar.xz
k3-image-gen-0388c32f31bc4dd57b72a3b5faf3ca7ff4209c79.zip
Makefile: Update firmware for all devices to v2020.1207.02.00.003
Update the commit hash for linux-firmware to pick up * sysfw upgrade to v2020.12 for am65x, j721e, j7200. commit 1c17cc11cc79 ("ti-sysfw: Update System Firmwares to v2020.12") * associated dm upgrade for j721e and j7200 to 07.02.00.05 commit 183b487f02ce ("ti-dm: Update firmware to 07.02.00.05") Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Reviewed-by: Dan Murphy <dmurphy@ti.com> Tested-by: Praneeth Bajjuri <praneeth@ti.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 51836cfb4..4a6ff365d 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 ?= 0c268f292f3b3a71d3bd0b367f492304b45e37b1 70SYSFW_GIT_HASH ?= 183b487f02ce48b47df02cfe7ea9579b4c1e280b
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)