summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Murphy2020-01-20 18:47:22 -0600
committerLokesh Vutla2020-01-21 23:47:21 -0600
commitf91482582808377f850866375d92638ae4c284eb (patch)
treeba83959a63ce44169f2b75346de5223e3d9aa225 /Makefile
parentd671e2b0c7464dc8734de85aedc4bad3139fc439 (diff)
downloadk3-image-gen-f91482582808377f850866375d92638ae4c284eb.tar.gz
k3-image-gen-f91482582808377f850866375d92638ae4c284eb.tar.xz
k3-image-gen-f91482582808377f850866375d92638ae4c284eb.zip
linux-firmware: Update am65x/j721e sysfw to v2019.12ti2019.06-rc4
Update the Makefile to automatically fetch and build the v2019.12 version of the sysfw binaries for both AM65x and J721E SoCs. Reviewed-by: Suman Anna <s-anna@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f39d0b588..47b65ec1f 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 ?= 299211f4ed0641f4653d0b7b69ff5a85c42a0268 68SYSFW_GIT_HASH ?= a692931eba713a099ed9ae41ef4a4f7ba145a706
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)