Add firmware for TI 3410/5052 USB to UART adapters (#1124) (#1126)

* Add firmware for TI 3410/5052 USB to UART adapters (#1124)
This commit is contained in:
Stefan Agner
2020-12-28 15:40:53 +01:00
parent 01923727d0
commit b4d587e53b
17 changed files with 90 additions and 0 deletions

View File

@@ -491,4 +491,13 @@ config BR2_PACKAGE_LINUX_FIRMWARE_QAT_C62X
endmenu
menu "USB to Serial Firmware"
config BR2_PACKAGE_LINUX_FIRMWARE_USB_SERIAL_TI
bool "USB TI 3410/5052 Serial Firmware"
help
Firmware files for TI 3410/5052
endmenu
endif

View File

@@ -620,6 +620,12 @@ LINUX_FIRMWARE_FILES += qat_c62x.bin qat_c62x_mmp.bin
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.qat_firmware
endif
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_USB_SERIAL_TI),y)
LINUX_FIRMWARE_FILES += ti_3410.fw ti_5052.fw
# No license file; the license is in the file WHENCE
# which is installed unconditionally
endif
ifneq ($(LINUX_FIRMWARE_FILES),)
define LINUX_FIRMWARE_INSTALL_FILES
cd $(@D) && \