Hi Simon, Thank you for the patch.
On mer., août 07, 2024 at 14:50, Simon Glass <[email protected]> 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 <[email protected]> Reviewed-by: Mattijs Korpershoek <[email protected]> > --- > > boot/Kconfig | 14 ++++++++ > boot/Makefile | 1 + > boot/bootmeth_fel.c | 81 +++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 96 insertions(+) > create mode 100644 boot/bootmeth_fel.c >

