diff options
author | Praneeth Bajjuri | 2021-01-14 17:19:53 -0600 |
---|---|---|
committer | Dave Gerlach | 2021-01-14 12:40:21 -0600 |
commit | 0388c32f31bc4dd57b72a3b5faf3ca7ff4209c79 (patch) | |
tree | ee28ddc8a45d5532577e066dbda935a3a453b7ef | |
parent | a4796e5f1304fe8197cba54ccea3d18b9998ff02 (diff) | |
download | k3-image-gen-0388c32f31bc4dd57b72a3b5faf3ca7ff4209c79.tar.gz k3-image-gen-0388c32f31bc4dd57b72a3b5faf3ca7ff4209c79.tar.xz k3-image-gen-0388c32f31bc4dd57b72a3b5faf3ca7ff4209c79.zip |
Makefile: Update firmware for all devices to v2020.1207.02.00.003
Update the commit hash for linux-firmware to pick up
* sysfw upgrade to v2020.12 for am65x, j721e, j7200.
commit 1c17cc11cc79 ("ti-sysfw: Update System Firmwares to v2020.12")
* associated dm upgrade for j721e and j7200 to 07.02.00.05
commit 183b487f02ce ("ti-dm: Update firmware to 07.02.00.05")
Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
Reviewed-by: Dan Murphy <dmurphy@ti.com>
Tested-by: Praneeth Bajjuri <praneeth@ti.com>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ SYSFW_HS_INNER_CERT_PATH ?= ti-$(SCIFS)-firmware-${SOC}-hs-cert.bin | |||
67 | SYSFW_HS_CERTS_PATH ?= ti-$(SCIFS)-firmware-${SOC}-hs-certs.bin | 67 | SYSFW_HS_CERTS_PATH ?= ti-$(SCIFS)-firmware-${SOC}-hs-certs.bin |
68 | 68 | ||
69 | # Must use FULL Git hash below, as it is used as part of an URL for direct DL | 69 | # Must use FULL Git hash below, as it is used as part of an URL for direct DL |
70 | SYSFW_GIT_HASH ?= 0c268f292f3b3a71d3bd0b367f492304b45e37b1 | 70 | SYSFW_GIT_HASH ?= 183b487f02ce48b47df02cfe7ea9579b4c1e280b |
71 | 71 | ||
72 | # URL to download SYSFW release binary from if not provided otherwise | 72 | # URL to download SYSFW release binary from if not provided otherwise |
73 | SYSFW_DL_URL ?= https://git.ti.com/processor-firmware/ti-linux-firmware/blobs/raw/$(SYSFW_GIT_HASH)/ti-sysfw/$(SYSFW_PATH) | 73 | SYSFW_DL_URL ?= https://git.ti.com/processor-firmware/ti-linux-firmware/blobs/raw/$(SYSFW_GIT_HASH)/ti-sysfw/$(SYSFW_PATH) |