aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPraneeth Bajjuri2022-06-21 07:40:45 -0500
committerVignesh Raghavendra2022-06-21 09:14:53 -0500
commitf67a3696bb8d9efd052f40b6c67b742d63f6545c (patch)
tree5f3021d3a4f5284d0f10278f7eadeaf6b76433e2
parent954b06128fe8a202f6d89d7c322635377bbbc79b (diff)
downloadk3-image-gen-f67a3696bb8d9efd052f40b6c67b742d63f6545c.tar.gz
k3-image-gen-f67a3696bb8d9efd052f40b6c67b742d63f6545c.tar.xz
k3-image-gen-f67a3696bb8d9efd052f40b6c67b742d63f6545c.zip
Makefile: Bump up the firmware version to pick latest am64x08.04.00.00408.04.00.00308.04.00.002
Update the commit hash for linux-firmware to pick up * For am64x 08.04.01: commit 2d9a1002663a ("ti-sysfw: Update System Firmwares to v08.04.01 for am64x") Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d2659d880..b9f3f4e1c 100644
--- a/Makefile
+++ b/Makefile
@@ -82,7 +82,7 @@ SYSFW_HS_INNER_CERT_PATH ?= ti-$(SCIFS)-firmware-$(SOC)-$(SOC_TYPE)-cert.bin
82SYSFW_HS_CERTS_PATH ?= ti-$(SCIFS)-firmware-$(SOC)-$(SOC_TYPE)-certs.bin 82SYSFW_HS_CERTS_PATH ?= ti-$(SCIFS)-firmware-$(SOC)-$(SOC_TYPE)-certs.bin
83 83
84# Must use FULL Git hash below, as it is used as part of an URL for direct DL 84# Must use FULL Git hash below, as it is used as part of an URL for direct DL
85SYSFW_GIT_HASH ?= 4cdd20c8f8c829df4d85741205c8c49ddccc9340 85SYSFW_GIT_HASH ?= 2d9a1002663a20673d942826c558ba4b472ffe9a
86 86
87# URL to download SYSFW release binary from if not provided otherwise 87# URL to download SYSFW release binary from if not provided otherwise
88SYSFW_DL_URL ?= https://git.ti.com/processor-firmware/ti-linux-firmware/blobs/raw/$(SYSFW_GIT_HASH)/ti-sysfw/$(SYSFW_PATH) 88SYSFW_DL_URL ?= https://git.ti.com/processor-firmware/ti-linux-firmware/blobs/raw/$(SYSFW_GIT_HASH)/ti-sysfw/$(SYSFW_PATH)