Re: [PATCH 2/2] firmware_loader: Enable compressed files in EXTRA_FIRMWARE

From: Nicolas Schier
Date: Tue Jan 02 2024 - 01:47:11 EST


On Wed, Dec 20, 2023 at 05:29:33AM -0500, Kevin Martin wrote:
> The linux-firmware packages on Gentoo, Fedora, Arch, and others compress
> the firmware files. This works well with CONFIG_FW_LOADER_COMPRESS, but
> does not work with CONFIG_EXTRA_FIRMWARE. This patch allows the build
> system to decompress firmware files specified by CONFIG_EXTRA_FIRMWARE.
> Uncompressed files are used first, then the compressed files are used.
>
> Signed-off-by: Kevin Martin <kevinmbecause@xxxxxxxxx>
> ---

Tested-by: Nicolas Schier <n.schier@xxxxxx>