"Das U-Boot" Source Tree

configs: e850-96: Enable Standard Boot

Enable Standard Boot on E850-96 as documented in [1]. Along with
corresponding changes in the default environment and properly prepared
eMMC partitions (ESP and rootfs), it makes it possible to boot Debian
rootfs automatically. All boot methods were tested: efi_mgr, efi,
syslinux and script. The preferred boot method is efi_mgr, which relies
on the configured EFI variables (stored in /ubootefi.var file on ESP
partition), which boots either GRUB from /EFI/debian/grubaa64.efi, or
systemd-boot from /EFI/BOOT/BOOTAA64.EFI. Currently used boot sequence:

U-Boot -> bootcmd -> 'bootflow scan -lb' -> efi_mgr -> GRUB -> Debian

[1] doc/develop/bootstd/overview.rst

Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>

authored by

Sam Protsenko and committed by
Minkyu Kang
30404063 922c6856

+1 -3
+1 -3
configs/e850-96_defconfig
··· 16 16 # CONFIG_PSCI_RESET is not set 17 17 CONFIG_EFI_SET_TIME=y 18 18 CONFIG_ANDROID_BOOT_IMAGE=y 19 - # CONFIG_AUTOBOOT is not set 19 + CONFIG_BOOTSTD_FULL=y 20 20 CONFIG_DEFAULT_FDT_FILE="exynos850-e850-96.dtb" 21 21 # CONFIG_DISPLAY_CPUINFO is not set 22 - CONFIG_HUSH_PARSER=y 23 22 CONFIG_CMD_BOOTEFI_SELFTEST=y 24 23 CONFIG_CMD_ABOOTIMG=y 25 24 CONFIG_CMD_NVEDIT_EFI=y 26 25 CONFIG_CMD_CLK=y 27 26 CONFIG_CMD_GPT=y 28 27 CONFIG_CMD_MMC=y 29 - CONFIG_CMD_PART=y 30 28 CONFIG_CMD_EFIDEBUG=y 31 29 # CONFIG_CMD_DATE is not set 32 30 CONFIG_CMD_RTC=y