summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPraneeth Bajjuri2020-05-04 15:56:27 -0500
committerDave Gerlach2020-05-04 17:31:30 -0500
commit8cfe64e7ca5729b0fbb4930bc2fed66ddf19049f (patch)
treeca0cd742c83055c86cc3d9675ecd903c359de6d9
parentc7c9e7629015ecbd663c73fb734045bcbd84ec93 (diff)
downloadk3-image-gen-8cfe64e7ca5729b0fbb4930bc2fed66ddf19049f.tar.gz
k3-image-gen-8cfe64e7ca5729b0fbb4930bc2fed66ddf19049f.tar.xz
k3-image-gen-8cfe64e7ca5729b0fbb4930bc2fed66ddf19049f.zip
Makefile: Update firmware binaries to v2020.04
Update the Makefile to automatically fetch and build the v2020.04 version of the sysfw binaries for all supported SoCs from ti-linux-firmware. Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Tested-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 3ebcfdb1c..3c9854c77 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 ?= 1c5f73de97c27d99dd8672d9c26c450cd9a4677d 68SYSFW_GIT_HASH ?= 6b02b1ea07da65a68444e86439ad5b031e9fd5a2
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)