[v6,0/6] misc: fs_loader: reorg and split to FS and FW loader + FIP loader
Simon Glass
sjg at chromium.org
Sat Apr 11 16:56:32 CEST 2026
Hi Christian,
On 2026-04-09T13:32:56, Christian Marangi <ansuelsmth at gmail.com> wrote:
> Rework the FS loader to permit reading firmware from container that
> are not exactly a readable filesystem.
The overall design looks reasonable. Splitting the generic firmware
loader infrastructure from the filesystem-specific code makes sense,
and the new FIP loader is a sensible addition for ARM platforms.
> Then the FIP loader as a basic parser of FIP.
Neither the existing FS loader nor the new FIP loader have any tests.
Since you are adding new API entry points like
get_fw_loader_from_node() please can you add a simple dm_test for the
firmware loader uclass. Even a basic sandbox test exercising the ops
callbacks would help catch regressions.
Regards,
Simon
More information about the U-Boot
mailing list