summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPraneeth Bajjuri2021-01-06 18:10:27 -0600
committerDave Gerlach2021-01-06 12:33:45 -0600
commita4796e5f1304fe8197cba54ccea3d18b9998ff02 (patch)
tree0348e6ff92f3122dec4a2631502babc78f9f21e1
parentde91d432f9041213806f6fef5134b9676ece04aa (diff)
downloadk3-image-gen-a4796e5f1304fe8197cba54ccea3d18b9998ff02.tar.gz
k3-image-gen-a4796e5f1304fe8197cba54ccea3d18b9998ff02.tar.xz
k3-image-gen-a4796e5f1304fe8197cba54ccea3d18b9998ff02.zip
Makefile: Update am64x firmware to v2020.1207.02.00.002
Update the commit hash to pick up the am64x v2020.12 from the linux-firmware repo. 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 df88e43f2..51836cfb4 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 ?= 078c1bbf3d0a05b4045d4091c32e91ee1ae15ff8 70SYSFW_GIT_HASH ?= 0c268f292f3b3a71d3bd0b367f492304b45e37b1
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)