diff options
author | Praneeth Bajjuri | 2023-02-22 13:17:59 -0600 |
---|---|---|
committer | Vignesh Raghavendra | 2023-02-28 11:14:22 -0600 |
commit | 1319f46f3899e62d88e0a5cedad5b454d0432ddb (patch) | |
tree | a0c95d1b7e5937c53062d5d9374ba12744e5933b | |
parent | ffae8800a5c81c149835ed1aa5e2fbbe65a49c0d (diff) | |
download | k3-image-gen-master.tar.gz k3-image-gen-master.tar.xz k3-image-gen-master.zip |
Makefile: am65x: Update ti-sysfw to v08.06.05HEADcicd.dunfell.202303090400cicd.dunfell.202303051800cicd.dunfell.202303030400cicd.dunfell.202303021800master
Update the commit hash for linux-firmware to pick up
ti-sysfw for sitara am65x
This update includes v08.06.05 ti-sysfw version update for sitara am65x
commit 79c498ef6ab1 ("ti-sysfw: Update System Firmwares to v08.06.05 for am65x")
Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ endif | |||
85 | SYSFW_HS_CERTS_PATH ?= ti-$(SCIFS)-firmware-$(SOC)-$(SOC_TYPE)-certs.bin | 85 | SYSFW_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 |
88 | SYSFW_GIT_HASH ?= 340194800a581baf976360386dfc7b5acab8d948 | 88 | SYSFW_GIT_HASH ?= 79c498ef6ab1558b699a2243a26c4a65a1c44d26 |
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 |
91 | SYSFW_DL_URL ?= https://git.ti.com/processor-firmware/ti-linux-firmware/blobs/raw/$(SYSFW_GIT_HASH)/ti-sysfw/$(SYSFW_PATH) | 91 | SYSFW_DL_URL ?= https://git.ti.com/processor-firmware/ti-linux-firmware/blobs/raw/$(SYSFW_GIT_HASH)/ti-sysfw/$(SYSFW_PATH) |