summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSuman Anna2020-02-19 11:10:29 -0600
committerLokesh Vutla2020-02-26 21:25:39 -0600
commit58027e40639f565d9dc7d43d41f2d71db1f057ca (patch)
tree0affe0750dd16787cbc098d9661fe6be69d53a7b
parent317b58043f69d2891049f2167109c09bd48b68cc (diff)
downloadk3-image-gen-58027e40639f565d9dc7d43d41f2d71db1f057ca.tar.gz
k3-image-gen-58027e40639f565d9dc7d43d41f2d71db1f057ca.tar.xz
k3-image-gen-58027e40639f565d9dc7d43d41f2d71db1f057ca.zip
linux-firmware: Update am65x/j721e sysfw to v2019.12b
Update the Makefile to automatically fetch and build the v2019.12b version of the sysfw binaries for both AM65x and J721E SoCs. Reviewed-by: Denys Dmytriyenko <denys@ti.com> 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 60d0220da..d3e6aab7d 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 ?= a692931eba713a099ed9ae41ef4a4f7ba145a706 68SYSFW_GIT_HASH ?= 6a07e130e7dac6b49c9e516ffc84e33a68155260
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)