[v4, 2/5] misc: fs_loader: reorganize and split to FS and FW loader
Simon Glass
sjg at chromium.org
Thu Apr 2 01:23:08 CEST 2026
Hi Christian,
On 2026-03-31T07:53:19, Christian Marangi <ansuelsmth at gmail.com> wrote:
> misc: fs_loader: reorganize and split to FS and FW loader
> misc: fs_loader: reorganize and split to FS and FW loader
>
> In preparation to the introduction of variant of the FS loader,
> reorganize and split the driver to generic fw_loader function and
> specific fs_loader function. Create a dedicated directory for the loader
> and move the internal structs and functions to a dedicated header file.
>
> This will permit to reuse all the property and logic of FS loader
> with container that are not exactly a readable filesystem.
>
> Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
> diff --git a/drivers/misc/fw_loader/fs_loader.c b/drivers/misc/fw_loader/fs_loader.c
> new file mode 100644
> @@ -0,0 +1,212 @@
> +// SPDX-License-Identifier: GPL-2.0
> + /*
> + * Copyright (C) 2018-2019 Intel Corporation <www.intel.com>
The leading space before `/*` breaks the block comment alignment.
Regards,
Simon
More information about the U-Boot
mailing list