[PATCH] linux-firmware: intel: add firmware for AX210

Sungbo Eo mans0n at gorani.run
Mon Jan 31 22:02:31 PST 2022


On 2022-02-01 14:46, Sungbo Eo wrote:
> On 2022-02-01 04:38, Hauke Mehrtens wrote:
>> On 1/31/22 18:10, Sungbo Eo wrote:
>>> Add the most recent supported firmware file for Intel Wi-Fi 6E AX210
>>> wireless chip. The API version 67 is not yet supported by the driver.
>>> Additional PNVM file is required since API version 62.
>>>
>>> Signed-off-by: Sungbo Eo <mans0n at gorani.run>
>>
>> Acked-by: Hauke Mehrtens <hauke at hauke-m.de>
>>
>>> +Package/iwlwifi-firmware-ax200 = $(call 
>>> Package/firmware-default,Intel AX200 firmware)
>>> +define Package/iwlwifi-firmware-ax200/install
>>> +    $(INSTALL_DIR) $(1)/lib/firmware
>>> +    $(INSTALL_DATA) $(PKG_BUILD_DIR)/iwlwifi-cc-a0-62.ucode 
>>> $(1)/lib/firmware
>>
>> While at it could you please update this to version 66 to.
>>
> Thanks for pointing this out. I'll update it to version 63 as it's the 
> latest AX200 firmware in the current linux-firmware version and 
> supported by the current mac80211 version.

Oops, already pushed. It can be updated during the next linux-firmware 
update.

> 
>>> +endef
>>> +$(eval $(call BuildPackage,iwlwifi-firmware-ax200))
>>> +
>>> +Package/iwlwifi-firmware-ax210 = $(call 
>>> Package/firmware-default,Intel AX210 firmware)
>>> +define Package/iwlwifi-firmware-ax210/install
>>> +    $(INSTALL_DIR) $(1)/lib/firmware
>>> +    $(INSTALL_DATA) $(PKG_BUILD_DIR)/iwlwifi-ty-a0-gf-a0-66.ucode 
>>> $(1)/lib/firmware
>>> +    $(INSTALL_DATA) $(PKG_BUILD_DIR)/iwlwifi-ty-a0-gf-a0.pnvm 
>>> $(1)/lib/firmware
>>> +endef
>>> +$(eval $(call BuildPackage,iwlwifi-firmware-ax210))
>>> +
>>>   Package/e100-firmware = $(call Package/firmware-default,Intel e100)
>>>   define Package/e100-firmware/install
>>>       $(INSTALL_DIR) $(1)/lib/firmware/e100
>>



More information about the openwrt-devel mailing list