aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPraneeth Bajjuri2023-05-19 01:56:45 -0500
committerPraneeth Bajjuri2023-05-19 02:00:51 -0500
commit150f1956b4bdcba36e7dffc78a4342df602f8d6e (patch)
tree19ecb4a890a5fe7665345148039dbec482e8f8a5
parentc8ff829bb470e1e5c6c7ff6abd71fd38974bc760 (diff)
downloadk3-image-gen-master.tar.gz
k3-image-gen-master.tar.xz
k3-image-gen-master.zip
Update the commit hash for linux-firmware to pick up ti-sysfw v09.00.01 and ti-dm to v09.00.05 based versions for sitara am62x and am62ax. The firmwares are in ti-linux-firmware with the following commits. commit 56819cfa ("ti-dm: Update firmware for am62x and am62ax") commit 75804ffd ("ti-sysfw: Update System Firmwares to v09.00.01 for am62x and am62ax") 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 28eaaf732..5220dbedb 100644
--- a/Makefile
+++ b/Makefile
@@ -85,7 +85,7 @@ endif
85SYSFW_HS_CERTS_PATH ?= ti-$(SCIFS)-firmware-$(SOC)-$(SOC_TYPE)-certs.bin 85SYSFW_HS_CERTS_PATH ?= ti-$(SCIFS)-firmware-$(SOC)-$(SOC_TYPE)-certs.bin
86 86
87# Must use FULL Git hash below, as it is used as part of an URL for direct DL 87# Must use FULL Git hash below, as it is used as part of an URL for direct DL
88SYSFW_GIT_HASH ?= 24f21d2ab6adbd018204bf4079e86b968277af56 88SYSFW_GIT_HASH ?= 56819cfa9e72a4575b2aef6f8b986092d7d3efa9
89 89
90# URL to download SYSFW release binary from if not provided otherwise 90# URL to download SYSFW release binary from if not provided otherwise
91SYSFW_DL_URL ?= https://git.ti.com/processor-firmware/ti-linux-firmware/blobs/raw/$(SYSFW_GIT_HASH)/ti-sysfw/$(SYSFW_PATH) 91SYSFW_DL_URL ?= https://git.ti.com/processor-firmware/ti-linux-firmware/blobs/raw/$(SYSFW_GIT_HASH)/ti-sysfw/$(SYSFW_PATH)