Hi Simon, Thank you for the patch.
On mer., août 07, 2024 at 14:50, Simon Glass <s...@chromium.org> wrote: > Add support for booting from a script loaded over FEL. This mirrors the > bootcmd_fel provided by distro boot. > > Signed-off-by: Simon Glass <s...@chromium.org> Reviewed-by: Mattijs Korpershoek <mkorpersh...@baylibre.com> > --- > > boot/Kconfig | 14 ++++++++ > boot/Makefile | 1 + > boot/bootmeth_fel.c | 81 +++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 96 insertions(+) > create mode 100644 boot/bootmeth_fel.c >