package/ts4900-fpga: remove package

The ts4900 defconfig was removed, this package is no longer used.

Signed-off-by: Romain Naour <romain.naour@smile.fr>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Romain Naour
2026-06-07 00:51:14 +02:00
committed by Julien Olivain
parent fac93ecea8
commit 47b558b111
5 changed files with 7 additions and 38 deletions

View File

@@ -146,6 +146,13 @@ endif
comment "Legacy options removed in 2026.08" comment "Legacy options removed in 2026.08"
config BR2_PACKAGE_TS4900_FPGA
bool "ts4900-fpga removed"
select BR2_LEGACY
help
The ts4900 defconfig was removed, so ts4900-fpga package
has been dropped.
config BR2_GDB_VERSION_14 config BR2_GDB_VERSION_14
bool "gdb 14.x has been removed" bool "gdb 14.x has been removed"
select BR2_LEGACY select BR2_LEGACY

View File

@@ -449,7 +449,6 @@ menu "Firmware"
source "package/rcw-smarc-sal28/Config.in" source "package/rcw-smarc-sal28/Config.in"
source "package/rpi-firmware/Config.in" source "package/rpi-firmware/Config.in"
source "package/sunxi-boards/Config.in" source "package/sunxi-boards/Config.in"
source "package/ts4900-fpga/Config.in"
source "package/ux500-firmware/Config.in" source "package/ux500-firmware/Config.in"
source "package/wilc-firmware/Config.in" source "package/wilc-firmware/Config.in"
source "package/wilink-bt-firmware/Config.in" source "package/wilink-bt-firmware/Config.in"

View File

@@ -1,11 +0,0 @@
config BR2_PACKAGE_TS4900_FPGA
bool "ts4900-fpga"
depends on BR2_arm
help
TS-4900's FPGA implements clocks, UART MUX, and GPIOs. One
of these GPIOs is used to enable the wifi module.
It is loaded by U-Boot during the boot sequence, the default
U-boot script expects to find it in the /boot folder.
https://docs.embeddedts.com/TS-4900#FPGA_Changelog

View File

@@ -1,5 +0,0 @@
# From https://files.embeddedts.com/ts-socket-macrocontrollers/ts-4900-linux/fpga//ts4900-fpga-20170510.bin.md5
md5 86c7c3d7fb9c607af1ef55e1222b4416 ts4900-fpga-20170510.bin
# Locally calculated
sha256 f15edd6813ee5e93e7f380d85df2dc31e764ebca465093fb9006d56ee15b476b ts4900-fpga-20170510.bin

View File

@@ -1,21 +0,0 @@
################################################################################
#
# ts4900-fpga
#
################################################################################
TS4900_FPGA_VERSION = 20170510
TS4900_FPGA_SOURCE = ts4900-fpga-$(TS4900_FPGA_VERSION).bin
TS4900_FPGA_SITE = https://files.embeddedts.com/ts-socket-macrocontrollers/ts-4900-linux/fpga
# No license file provided, Yocto recipe from the vendor claims MIT.
# https://github.com/embeddedTS/meta-ts/blob/f31860f1204b64f765a5380d3b93a2cf18234f90/recipes-extras/ts4900-fpga/ts4900-fpga.bb#L6
define TS4900_FPGA_EXTRACT_CMDS
cp $(TS4900_FPGA_DL_DIR)/$(TS4900_FPGA_SOURCE) $(@D)
endef
define TS4900_FPGA_INSTALL_TARGET_CMDS
$(INSTALL) -m 0644 -D $(@D)/$(TS4900_FPGA_SOURCE) $(TARGET_DIR)/boot/ts4900-fpga.bin
endef
$(eval $(generic-package))