summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Gerlach2020-09-01 07:07:24 -0500
committerDave Gerlach2020-09-01 08:20:43 -0500
commit5b4d37b9bf41d58ff8c2f8dc98e5dac25e69ec56 (patch)
tree8c68427864095cac43eec7a41cf7f3319e35a4df
parent378d8a1dbd0fd911bd631d9a838dd5df77666385 (diff)
downloadk3-image-gen-5b4d37b9bf41d58ff8c2f8dc98e5dac25e69ec56.tar.gz
k3-image-gen-5b4d37b9bf41d58ff8c2f8dc98e5dac25e69ec56.tar.xz
k3-image-gen-5b4d37b9bf41d58ff8c2f8dc98e5dac25e69ec56.zip
Makefile: Update firmware binaries to v2020.07-RC307.01.00.001
Update the Makefile to automatically fetch and build the v2020.07-RC3 version of the sysfw binaries for all supported K3 SoCs from the ti-linux-firmware repo. Signed-off-by: Dave Gerlach <d-gerlach@ti.com> Acked-by: Praneeth Bajjuri <praneeth@ti.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e16deb535..61e52e4bd 100644
--- a/Makefile
+++ b/Makefile
@@ -67,7 +67,7 @@ SYSFW_HS_INNER_CERT_PATH ?= ti-sci-firmware-${SOC}-hs-cert.bin
67SYSFW_HS_CERTS_PATH ?= ti-sci-firmware-${SOC}-hs-certs.bin 67SYSFW_HS_CERTS_PATH ?= ti-sci-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 ?= 8762ac51ba85781805d607a5df43f44e7d95e827 70SYSFW_GIT_HASH ?= f5438e998a7a8d23722fa4dcd1cdb62dec7a41d2
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)