diff options
author | Praneeth Bajjuri | 2021-01-06 18:10:27 -0600 |
---|---|---|
committer | Dave Gerlach | 2021-01-06 12:33:45 -0600 |
commit | a4796e5f1304fe8197cba54ccea3d18b9998ff02 (patch) | |
tree | 0348e6ff92f3122dec4a2631502babc78f9f21e1 | |
parent | de91d432f9041213806f6fef5134b9676ece04aa (diff) | |
download | k3-image-gen-a4796e5f1304fe8197cba54ccea3d18b9998ff02.tar.gz k3-image-gen-a4796e5f1304fe8197cba54ccea3d18b9998ff02.tar.xz k3-image-gen-a4796e5f1304fe8197cba54ccea3d18b9998ff02.zip |
Makefile: Update am64x firmware to v2020.1207.02.00.002
Update the commit hash to pick up the am64x v2020.12 from
the linux-firmware repo.
Signed-off-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 ?= 078c1bbf3d0a05b4045d4091c32e91ee1ae15ff8 | 70 | SYSFW_GIT_HASH ?= 0c268f292f3b3a71d3bd0b367f492304b45e37b1 |
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) |