summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPraneeth Bajjuri2020-05-28 09:27:47 -0500
committerDave Gerlach2020-05-28 12:52:35 -0500
commitd9a550b91ec95d06a80f2ccc6dd829815ba35d88 (patch)
treef70aa5ce4e2a21ba200201ca1b04f376ae709d78
parent61f7fb2282d132b532d91869318c6ee265bd9646 (diff)
downloadk3-image-gen-d9a550b91ec95d06a80f2ccc6dd829815ba35d88.tar.gz
k3-image-gen-d9a550b91ec95d06a80f2ccc6dd829815ba35d88.tar.xz
k3-image-gen-d9a550b91ec95d06a80f2ccc6dd829815ba35d88.zip
Makefile: Update firmware binaries to v2020.04a07.00.00.00507.00.00.004
Update the Makefile to automatically fetch and build the v2020.04a version of the sysfw binaries for all supported SoCs from ti-linux-firmware. Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3c9854c77..4d073e941 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 ?= 6b02b1ea07da65a68444e86439ad5b031e9fd5a2 68SYSFW_GIT_HASH ?= c8decf64be551dfd1244cd1d231a97eb2255fb80
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)