[Buildroot] [PATCH] package/linux-firmware: add new option for USB TI 3410/5052 firmware

Stefan Agner stefan at agner.ch
Mon Dec 28 13:54:10 UTC 2020


On 2020-12-25 19:28, Yann E. MORIN wrote:
> Stefan, All,
> 
> On 2020-12-23 11:11 +0100, Stefan Agner spake thusly:
>> Signed-off-by: Stefan Agner <stefan at agner.ch>
>> ---
>>  package/linux-firmware/Config.in         | 9 +++++++++
>>  package/linux-firmware/linux-firmware.mk | 6 ++++++
>>  2 files changed, 15 insertions(+)
>>
>> diff --git a/package/linux-firmware/Config.in b/package/linux-firmware/Config.in
>> index dbdfdb52b3..6d5e961527 100644
>> --- a/package/linux-firmware/Config.in
>> +++ b/package/linux-firmware/Config.in
>> @@ -490,4 +490,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
>> diff --git a/package/linux-firmware/linux-firmware.mk b/package/linux-firmware/linux-firmware.mk
>> index f1c84a134d..f00fb2e6ae 100644
>> --- a/package/linux-firmware/linux-firmware.mk
>> +++ b/package/linux-firmware/linux-firmware.mk
>> @@ -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
> 
> That driver lists a lot of other firmware files:
> 
>    492 MODULE_FIRMWARE("ti_3410.fw");
>    493 MODULE_FIRMWARE("ti_5052.fw");
>    494 MODULE_FIRMWARE("mts_cdma.fw");
>    495 MODULE_FIRMWARE("mts_gsm.fw");
>    496 MODULE_FIRMWARE("mts_edge.fw");
>    497 MODULE_FIRMWARE("mts_mt9234mu.fw");
>    498 MODULE_FIRMWARE("mts_mt9234zba.fw");
>    499 MODULE_FIRMWARE("moxa/moxa-1110.fw");
>    500 MODULE_FIRMWARE("moxa/moxa-1130.fw");
>    501 MODULE_FIRMWARE("moxa/moxa-1131.fw");
>    502 MODULE_FIRMWARE("moxa/moxa-1150.fw");
>    503 MODULE_FIRMWARE("moxa/moxa-1151.fw");
> 
> which are all available in linux-firmware. I was about to add them to
> the list and commit that, but the situation is a bit more complex, as
> there is a license file for the moxa firmwares.
> 
> Care to respin with the extra firmware added to the list, please?

Hm, I was thinking those are relatively specific devices, but I see that
at least the Moxa are rather generic USB to serial converters. So I
guess it make sense to pack them as well.

Will resend.

--
Stefan

> 
> Regards,
> Yann E. MORIN.
> 
>> +# 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) && \
>> --
>> 2.29.2
>>



More information about the buildroot mailing list