[Buildroot] [git commit branch/2025.02.x] boot/ti-k3-boot-firmware: switch to github mirror
Thomas Perale
thomas.perale at mind.be
Thu Sep 18 08:17:30 UTC 2025
commit: https://git.buildroot.net/buildroot/commit/?id=49fd8ba6f35b79b4093a0ee97edc4dd1fc5584cf
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2025.02.x
The git.ti.com cgit server continues to be plagued with reliability
issues which are reportedly from heavy bot traffic. To combat this the
system administrators have removed the archived downloads feature from
this server.
Switch to TI's Github mirror so new downloads continue to be possible.
Signed-off-by: Bryan Brattlof <bb at ti.com>
Signed-off-by: Romain Naour <romain.naour at smile.fr>
(cherry picked from commit ebf0131e3e832e125c7fb1d9cd333e558eca663d)
[thomas: adapt hash to 09.02.00 version]
Signed-off-by: Thomas Perale <thomas.perale at mind.be>
---
boot/ti-k3-boot-firmware/ti-k3-boot-firmware.hash | 2 +-
boot/ti-k3-boot-firmware/ti-k3-boot-firmware.mk | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/boot/ti-k3-boot-firmware/ti-k3-boot-firmware.hash b/boot/ti-k3-boot-firmware/ti-k3-boot-firmware.hash
index 2398d02da2..2d081069ef 100644
--- a/boot/ti-k3-boot-firmware/ti-k3-boot-firmware.hash
+++ b/boot/ti-k3-boot-firmware/ti-k3-boot-firmware.hash
@@ -1,3 +1,3 @@
# Locally calculated
sha256 ab20ffbe7bba7e94be246b3417d33a914b3f07c16c47ef5a7f7602349a666a61 LICENSE.ti
-sha256 ae888a0a22f8c5b8fe841236d6e40bb2f821d9a4161dab6924fd989e1467ef0e ti-linux-firmware-09.02.00.009.tar.xz
+sha256 7be82c33137d974ce3322d11694a9f53f402c731967e130ba3667b27b4872950 ti-k3-boot-firmware-09.02.00.009.tar.gz
diff --git a/boot/ti-k3-boot-firmware/ti-k3-boot-firmware.mk b/boot/ti-k3-boot-firmware/ti-k3-boot-firmware.mk
index 9332732ad4..2122767e1d 100644
--- a/boot/ti-k3-boot-firmware/ti-k3-boot-firmware.mk
+++ b/boot/ti-k3-boot-firmware/ti-k3-boot-firmware.mk
@@ -5,8 +5,7 @@
################################################################################
TI_K3_BOOT_FIRMWARE_VERSION = 09.02.00.009
-TI_K3_BOOT_FIRMWARE_SITE = https://git.ti.com/cgit/processor-firmware/ti-linux-firmware/snapshot
-TI_K3_BOOT_FIRMWARE_SOURCE = ti-linux-firmware-$(TI_K3_BOOT_FIRMWARE_VERSION).tar.xz
+TI_K3_BOOT_FIRMWARE_SITE = $(call github,TexasInstruments,ti-linux-firmware,$(TI_K3_BOOT_FIRMWARE_VERSION))
TI_K3_BOOT_FIRMWARE_INSTALL_IMAGES = YES
TI_K3_BOOT_FIRMWARE_LICENSE = TI Proprietary
TI_K3_BOOT_FIRMWARE_LICENSE_FILES = LICENSE.ti
More information about the buildroot
mailing list