[PATCH v4 4/7] scripts/make_fit: Provide a way to add built modules

Nicolas Schier nsc at kernel.org
Sat Nov 8 13:16:03 PST 2025


On Mon, Oct 06, 2025 at 05:01:55PM -0600, Simon Glass wrote:
> Provide arguments to support building a ramdisk from a directory tree of
> modules. This is a convenient way to try out a kernel with its modules.
> 
> This makes use of the cpio tool rather than attempting to use a python
> module or our own code. The list of modules is provided in a file.

The list of modules is provided via command line option/arguments,
isn't it?

> 
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Suggested-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
> ---
> 
> Changes in v4:
> - Provide the list of modules from the Makefile
> - Reduce verbosity (don't print every module filename)

Reviewed-by: Nicolas Schier <nsc at kernel.org>


-- 
Nicolas



More information about the linux-arm-kernel mailing list