Re: [PATCH 2/6] sunxi: Add a bootmeth for FEL

2024-08-13 Thread Mattijs Korpershoek
Hi Simon, Thank you for the patch. On mer., août 07, 2024 at 14:50, Simon Glass 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 Reviewed-by: Mattijs Korpershoek > --- > > boot/Kconfig

[PATCH 2/6] sunxi: Add a bootmeth for FEL

2024-08-07 Thread Simon Glass
Add support for booting from a script loaded over FEL. This mirrors the bootcmd_fel provided by distro boot. Signed-off-by: Simon Glass --- boot/Kconfig| 14 boot/Makefile | 1 + boot/bootmeth_fel.c | 81 + 3 files changed, 96