Kevin Martin ([email protected])

Number of posts: 8 (0.42 per day)
First post: 2023-12-20 10:27:26
Last post: 2024-01-09 08:37:21

Date List Subject
2024-01-09 08:37:21 linux-kernel Re: [PATCH v2 2/2] firmware_loader: Enable compressed files with EXTRA_FIRMWARE
2024-01-05 06:12:02 linux-kernel [PATCH v2 2/2] firmware_loader: Enable compressed files with EXTRA_FIRMWARE
2024-01-05 06:11:37 linux-kernel [PATCH v2 1/2] kbuild: Enable decompression for use by EXTRA_FIRMWARE
2024-01-05 06:11:31 linux-kernel [PATCH v2 0/2] Enable compressed files in EXTRA_FIRMWARE
2024-01-04 07:04:46 linux-kernel Re: [PATCH 1/2] kbuild: Enable decompression for use by EXTRA_FIRMWARE The build system can currently only compress files. This patch adds the functionality to decompress files. Decompression is needed for building firmware files into the kernel if those files are compressed on the filesystem. Compressed firmware files are in use by Gentoo, Fedora, Arch, and others.
2023-12-20 10:35:32 linux-kernel [PATCH 1/2] kbuild: Enable decompression for use by EXTRA_FIRMWARE The build system can currently only compress files. This patch adds the functionality to decompress files. Decompression is needed for building firmware files into the kernel if those files are compressed on the filesystem. Compressed firmware files are in use by Gentoo, Fedora, Arch, and others.
2023-12-20 10:33:26 linux-kernel [PATCH 2/2] firmware_loader: Enable compressed files in EXTRA_FIRMWARE
2023-12-20 10:27:26 linux-kernel [PATCH 0/2] Enable compressed files in EXTRA_FIRMWARE