summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Murphy2019-09-03 12:54:27 -0500
committerAndreas Dannenberg2019-09-03 13:42:23 -0500
commit3b4a2007a54db72d8814ecbb2555392863c24935 (patch)
tree696cd94a559d4cd55bc2597092e2fbb1f24f4882
parent79db5f9f918a736775c291fa38556aa6d56fd364 (diff)
downloadk3-image-gen-3b4a2007a54db72d8814ecbb2555392863c24935.tar.gz
k3-image-gen-3b4a2007a54db72d8814ecbb2555392863c24935.tar.xz
k3-image-gen-3b4a2007a54db72d8814ecbb2555392863c24935.zip
linux-firmware: Update am65x/j721e sysfw to v2019.07a
Update the Makefile to automatically fetch and build the v2019.07a version of the sysfw binaries for both AM65x and J721E SoCs. Signed-off-by: Dan Murphy <dmurphy@ti.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9ad08a697..79ef3d4c3 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 ?= 3f7c97c9f923f6fbf1b96dcae1da8620a3bab0b3 68SYSFW_GIT_HASH ?= fc39e69ec83bfb1c577bcb05cefca4da1172f878
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)