summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPraneeth Bajjuri2021-03-17 16:09:58 -0500
committerDave Gerlach2021-03-17 16:19:56 -0500
commitc376cd495b9821b6e3cb296b1bbae10d0f010817 (patch)
tree174637965a0ff4457730947888103cad14ccfd51
parent3cd998ff043adf70a50f63115ca1888c62802511 (diff)
downloadk3-image-gen-07.03.00.005.tar.gz
k3-image-gen-07.03.00.005.tar.xz
k3-image-gen-07.03.00.005.zip
Makefile: Update firmware for all devices to v2021.01a07.03.00.00507.03.00.00407.03.00.003
Update the commit hash for linux-firmware to pick up * sysfw upgrade to v2020.01a for all platforms. commit 5f4b0da944b4 ("ti-sysfw: Update System Firmwares to v2020.01a") * associated dm upgrades for j7200 and j721e * 07.03.00.21 commit 306e8b92bcce ("ti-dm: Update firmware to 07.03.00.21") Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5712fab7c..25e23bd77 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 ?= b7e5d159fd4a5b03a02c8f4b8eb32bad2addf4f5 70SYSFW_GIT_HASH ?= 306e8b92bcce0fe88b494732c0a614079f8ff73a
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)