Re: [RFC 2/8] boot: BOOTMETH_DISTRO should select BOOTMETH_EFI_BOOTMGR

2025-05-02 Thread Ilias Apalodimas
On Fri, 2 May 2025 at 16:23, Simon Glass wrote: > > Hi, > > On Fri, 2 May 2025 at 03:28, Ilias Apalodimas > wrote: > > > > Hi Heinrich > > > > On Wed Apr 23, 2025 at 3:53 PM EEST, Heinrich Schuchardt wrote: > > > On 23.04.25 14:28, Simon Glass wrote: > > >> Hi Heinrich, > > >> > > >> On Mon, 21 A

Re: [RFC 2/8] boot: BOOTMETH_DISTRO should select BOOTMETH_EFI_BOOTMGR

2025-05-02 Thread Simon Glass
Hi, On Fri, 2 May 2025 at 03:28, Ilias Apalodimas wrote: > > Hi Heinrich > > On Wed Apr 23, 2025 at 3:53 PM EEST, Heinrich Schuchardt wrote: > > On 23.04.25 14:28, Simon Glass wrote: > >> Hi Heinrich, > >> > >> On Mon, 21 Apr 2025 at 10:26, Heinrich Schuchardt > >> wrote: > >>> > >>> Distros exp

Re: [RFC 2/8] boot: BOOTMETH_DISTRO should select BOOTMETH_EFI_BOOTMGR

2025-05-02 Thread Ilias Apalodimas
Hi Heinrich On Wed Apr 23, 2025 at 3:53 PM EEST, Heinrich Schuchardt wrote: > On 23.04.25 14:28, Simon Glass wrote: >> Hi Heinrich, >> >> On Mon, 21 Apr 2025 at 10:26, Heinrich Schuchardt >> wrote: >>> >>> Distros expect the EFI boot manager to run. It falls back to launching >>> EFI\BOOT\BOOT.EF

Re: [RFC 2/8] boot: BOOTMETH_DISTRO should select BOOTMETH_EFI_BOOTMGR

2025-04-23 Thread Heinrich Schuchardt
On 23.04.25 14:28, Simon Glass wrote: Hi Heinrich, On Mon, 21 Apr 2025 at 10:26, Heinrich Schuchardt wrote: Distros expect the EFI boot manager to run. It falls back to launching EFI\BOOT\BOOT.EFI from the ESP. BOOTMETH_EFILOADER is obsolete. Signed-off-by: Heinrich Schuchardt --- boot/K

Re: [RFC 2/8] boot: BOOTMETH_DISTRO should select BOOTMETH_EFI_BOOTMGR

2025-04-23 Thread Simon Glass
Hi Heinrich, On Mon, 21 Apr 2025 at 10:26, Heinrich Schuchardt wrote: > > Distros expect the EFI boot manager to run. It falls back to launching > EFI\BOOT\BOOT.EFI from the ESP. > > BOOTMETH_EFILOADER is obsolete. > > Signed-off-by: Heinrich Schuchardt > --- > boot/Kconfig | 5 - > 1 file

[RFC 2/8] boot: BOOTMETH_DISTRO should select BOOTMETH_EFI_BOOTMGR

2025-04-21 Thread Heinrich Schuchardt
Distros expect the EFI boot manager to run. It falls back to launching EFI\BOOT\BOOT.EFI from the ESP. BOOTMETH_EFILOADER is obsolete. Signed-off-by: Heinrich Schuchardt --- boot/Kconfig | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/boot/Kconfig b/boot/Kconfig index fb