Am 13. November 2024 16:09:33 MEZ schrieb Simon Glass <[email protected]>:
>This causes problems with the boot order, so drop it until we can figure
>out a better way to know when bootmgr should be used.

It dhould be used by default.

Please, describe your observations in sufficient detail.

I don't think that we should break EFI booting on sunxi boards. Please, mark 
the series as RFC, if it is not working properly.

Best regards

Heinrich

>
>Link: 
>https://lore.kernel.org/u-boot/[email protected]/
>
>Signed-off-by: Simon Glass <[email protected]>
>---
>
>Changes in v5:
>- Add new patch to drop bootmgr for sunxi
>
> boot/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/boot/Kconfig b/boot/Kconfig
>index b612360ca55..42c5ed288c5 100644
>--- a/boot/Kconfig
>+++ b/boot/Kconfig
>@@ -583,7 +583,7 @@ config BOOTMETH_EFI_BOOTMGR
>       bool "Bootdev support for EFI boot manager"
>       depends on EFI_BOOTMGR
>       select BOOTMETH_GLOBAL
>-      default y
>+      default y if !ARCH_SUNXI  # Temporary work-around for sunxi
>       help
>         Enable booting via the UEFI boot manager. Based on the EFI variables
>         the EFI binary to be launched is determined. To set the EFI variables

Reply via email to