Message ID | 20250116230130.3337-1-semen.protsenko@linaro.org |
---|---|
Headers | show |
Series | board: samsung: e850-96: Enable Standard Boot | expand |
Hi, On Fri, 17 Jan 2025 at 08:01, Sam Protsenko <semen.protsenko@linaro.org> wrote: > Make all necessary configuration and environment changes to enable > Standard Boot on E850-96 board. Also rework LDFW firmware loading code > to look for LDFW binary on EFI System Partition instead of dedicated > 'ldfw' partition. > > Pending "[RFC PATCH 1/1] efi_loader: Call efi_init_early() even earlier" > patch is needed to make EFI functional on E850-96, but this series does > not depend on it and can be applied independently. > > [1] https://lists.denx.de/pipermail/u-boot/2025-January/577194.html > > Sam Protsenko (7): > configs: e850-96: Enable options for updated env > configs: e850-96: Enable U-Boot environment on eMMC > configs: e850-96: Enable more EFI features > configs: e850-96: Enable Standard Boot > board: samsung: e850-96: Load LDFW from EFI partition > board: samsung: e850-96: Report LDFW loading failures > board: samsung: e850-96: Provide bootstd default env > > board/samsung/e850-96/e850-96.c | 7 ++++- > board/samsung/e850-96/e850-96.env | 37 ++++++++----------------- > board/samsung/e850-96/fw.c | 45 ++++++++++++++++++++++++++----- > configs/e850-96_defconfig | 23 +++++++++++++--- > 4 files changed, 75 insertions(+), 37 deletions(-) > > -- > 2.39.5 > > applied to u-boot-samsung.