diff options
author | Alper Nebi Yasak <alpernebiyasak@gmail.com> | 2023-10-14 11:38:13 +0300 |
---|---|---|
committer | Alper Nebi Yasak <alpernebiyasak@gmail.com> | 2023-10-14 16:48:41 +0300 |
commit | f08102a22731182e8ad2f678ab39b19508fd455a (patch) | |
tree | 383807d653b8253d33981d8fb1df2e0a84a2f025 /config/u-boot/gru_kevin | |
parent | fea0cec24a1f2b03cf3c8b928259222f0bcf2357 (diff) |
u-boot: gru: Enable more bootstd features
U-Boot upstream is switching to a new code framework for discovering and
booting OSes ("Standard Boot", or "bootstd"). Enable more features for
it, including commands we can use for introspection and debugging.
Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
Diffstat (limited to 'config/u-boot/gru_kevin')
-rw-r--r-- | config/u-boot/gru_kevin/config/default | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/config/u-boot/gru_kevin/config/default b/config/u-boot/gru_kevin/config/default index a99adf63..0aa084e8 100644 --- a/config/u-boot/gru_kevin/config/default +++ b/config/u-boot/gru_kevin/config/default @@ -380,7 +380,7 @@ CONFIG_PXE_UTILS=y CONFIG_BOOT_DEFAULTS=y CONFIG_BOOTSTD=y # CONFIG_SPL_BOOTSTD is not set -# CONFIG_BOOTSTD_FULL is not set +CONFIG_BOOTSTD_FULL=y CONFIG_BOOTSTD_DEFAULTS=y CONFIG_BOOTSTD_BOOTCOMMAND=y CONFIG_BOOTMETH_GLOBAL=y @@ -437,6 +437,7 @@ CONFIG_AUTOBOOT=y CONFIG_BOOTDELAY=2 # CONFIG_AUTOBOOT_KEYED is not set # CONFIG_AUTOBOOT_USE_MENUKEY is not set +# CONFIG_AUTOBOOT_MENU_SHOW is not set # CONFIG_BOOT_RETRY is not set # @@ -446,7 +447,7 @@ CONFIG_BOOTDELAY=2 # CONFIG_USE_BOOTARGS is not set # CONFIG_BOOTARGS_SUBST is not set CONFIG_USE_BOOTCOMMAND=y -CONFIG_BOOTCOMMAND="bootflow scan" +CONFIG_BOOTCOMMAND="bootflow scan -lb" # CONFIG_USE_PREBOOT is not set CONFIG_DEFAULT_FDT_FILE="rockchip/rk3399-gru-kevin.dtb" # CONFIG_SAVE_PREV_BL_FDT_ADDR is not set @@ -677,9 +678,10 @@ CONFIG_CMD_CONSOLE=y # CONFIG_CMD_BOOTD=y CONFIG_CMD_BOOTM=y -# CONFIG_CMD_BOOTDEV is not set +CONFIG_CMD_BOOTDEV=y CONFIG_CMD_BOOTFLOW=y -# CONFIG_CMD_BOOTMETH is not set +CONFIG_CMD_BOOTFLOW_FULL=y +CONFIG_CMD_BOOTMETH=y CONFIG_BOOTM_EFI=y CONFIG_CMD_BOOTZ=y CONFIG_CMD_BOOTI=y @@ -689,14 +691,14 @@ CONFIG_BOOTM_NETBSD=y # CONFIG_BOOTM_OSE is not set CONFIG_BOOTM_PLAN9=y CONFIG_BOOTM_RTEMS=y -# CONFIG_CMD_VBE is not set +CONFIG_CMD_VBE=y CONFIG_BOOTM_VXWORKS=y CONFIG_SYS_BOOTM_LEN=0x4000000 CONFIG_CMD_BOOTEFI=y CONFIG_CMD_BOOTEFI_HELLO_COMPILE=y # CONFIG_CMD_BOOTEFI_HELLO is not set # CONFIG_CMD_BOOTEFI_SELFTEST is not set -# CONFIG_CMD_BOOTMENU is not set +CONFIG_CMD_BOOTMENU=y # CONFIG_CMD_ADTIMG is not set CONFIG_CMD_ELF=y CONFIG_CMD_FDT=y |