summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSuman Anna2020-08-14 12:00:23 -0500
committerDave Gerlach2020-08-14 12:11:07 -0500
commit10fa19cc8aec899b2fd3690a4104a5af60e18cdb (patch)
treefd840c9b99f838ab18b478f24b63cd23971a6754
parentca3045bc8bab83ba8fb5072beff9212a9f92e0bf (diff)
downloadk3-image-gen-10fa19cc8aec899b2fd3690a4104a5af60e18cdb.tar.gz
k3-image-gen-10fa19cc8aec899b2fd3690a4104a5af60e18cdb.tar.xz
k3-image-gen-10fa19cc8aec899b2fd3690a4104a5af60e18cdb.zip
Makefile: Update firmware binaries to v2020.07-RC2
Update the Makefile to automatically fetch and build the v2020.07-RC2 version of the sysfw binaries for all supported K3 SoCs from the ti-linux-firmware repo. This commit also supports fetching in the binaries for J7200 SoCs. Signed-off-by: Suman Anna <s-anna@ti.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4d073e941..9ca6646ec 100644
--- a/Makefile
+++ b/Makefile
@@ -65,7 +65,7 @@ SYSFW_HS_INNER_CERT_PATH ?= ti-sci-firmware-${SOC}-hs-cert.bin
65SYSFW_HS_CERTS_PATH ?= ti-sci-firmware-${SOC}-hs-certs.bin 65SYSFW_HS_CERTS_PATH ?= ti-sci-firmware-${SOC}-hs-certs.bin
66 66
67# Must use FULL Git hash below, as it is used as part of an URL for direct DL 67# Must use FULL Git hash below, as it is used as part of an URL for direct DL
68SYSFW_GIT_HASH ?= c8decf64be551dfd1244cd1d231a97eb2255fb80 68SYSFW_GIT_HASH ?= 8762ac51ba85781805d607a5df43f44e7d95e827
69 69
70# URL to download SYSFW release binary from if not provided otherwise 70# URL to download SYSFW release binary from if not provided otherwise
71SYSFW_DL_URL ?= https://git.ti.com/processor-firmware/ti-linux-firmware/blobs/raw/$(SYSFW_GIT_HASH)/ti-sysfw/$(SYSFW_PATH) 71SYSFW_DL_URL ?= https://git.ti.com/processor-firmware/ti-linux-firmware/blobs/raw/$(SYSFW_GIT_HASH)/ti-sysfw/$(SYSFW_PATH)