summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSuman Anna2019-06-26 19:27:48 -0500
committerAndreas Dannenberg2019-06-27 11:09:00 -0500
commit4bddd61296fcb08f59503000fca6ed78f69b4371 (patch)
treea5aa678edf40561ab7d470901050278ff4ad5096
parentb78f394a997c919cff2733d1cf1d2f3b643ad02f (diff)
downloadk3-image-gen-4bddd61296fcb08f59503000fca6ed78f69b4371.tar.gz
k3-image-gen-4bddd61296fcb08f59503000fca6ed78f69b4371.tar.xz
k3-image-gen-4bddd61296fcb08f59503000fca6ed78f69b4371.zip
linux-firmware: Update am65x/j721e sysfw to v2019.06ti2019.02-rc2
Update the Makefile to automatically fetch and build the v2019.06 version of the sysfw binaries for both AM65x and J721E 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 a442e0314..af63709f2 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 ?= 94a06ceb66aa821b293e8b903f6b65346d33328d 68SYSFW_GIT_HASH ?= 3930363562b35a5f3d495a61ea7e51739462b14a
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)