From d42023032b2e7d5487aa28cdbd04addfc4d372ff Mon Sep 17 00:00:00 2001 From: Dan Murphy Date: Tue, 26 Nov 2019 08:24:01 -0600 Subject: [PATCH] linux-firmware: Update am65x/j721e sysfw to v2019.10 Update the Makefile to automatically fetch and build the v2019.10 version of the sysfw binaries for both AM65x and J721E SoCs. Signed-off-by: Dan Murphy Reviewed-by: Suman Anna Reviewed-by: Andreas Dannenberg --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 88a0f48..b1fee58 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ SYSFW_HS_INNER_CERT_PATH ?= ti-sci-firmware-${SOC}-hs-cert.bin SYSFW_HS_CERTS_PATH ?= ti-sci-firmware-${SOC}-hs-certs.bin # Must use FULL Git hash below, as it is used as part of an URL for direct DL -SYSFW_GIT_HASH ?= 2b292f87e7257d4f9103d4e862a7b1769b13fed7 +SYSFW_GIT_HASH ?= 1707a289d55d91ca0dc22a12eb7745914858e2d1 # URL to download SYSFW release binary from if not provided otherwise SYSFW_DL_URL ?= https://git.ti.com/processor-firmware/ti-linux-firmware/blobs/raw/$(SYSFW_GIT_HASH)/ti-sysfw/$(SYSFW_PATH) -- 2.26.2