summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Dannenberg2019-08-06 15:58:34 -0500
committerAndreas Dannenberg2019-08-06 16:03:22 -0500
commit1ee2d5d8476bcab79edf04778d5ae5db4ef291e3 (patch)
treee15936f0749093473788e1d73d012f57a8d0f5e6
parent450325e6152bfedb3142e35f55cf80999bfde757 (diff)
downloadk3-image-gen-1ee2d5d8476bcab79edf04778d5ae5db4ef291e3.tar.gz
k3-image-gen-1ee2d5d8476bcab79edf04778d5ae5db4ef291e3.tar.xz
k3-image-gen-1ee2d5d8476bcab79edf04778d5ae5db4ef291e3.zip
linux-firmware: Update am65x/j721e sysfw to v2019.07ti2019.03-rc1
Update the Makefile to automatically fetch and build the v2019.07 version of the sysfw binaries for both AM65x and J721E SoCs. Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 97db4dd25..644e98acf 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 ?= ca194f3c597b3ebba9ceb032f13f1a4e7ffa5653 68SYSFW_GIT_HASH ?= 3f7c97c9f923f6fbf1b96dcae1da8620a3bab0b3
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)