Re: [PATCH v3 06/17] efi_loader: add option to initialise EFI subsystem early

2020-07-14 Thread AKASHI Takahiro
Heinrich, On Fri, Jul 10, 2020 at 06:25:34PM +0200, Heinrich Schuchardt wrote: > On 10.07.20 03:25, AKASHI Takahiro wrote: > > If this option, CONFIG_EFI_SETUP_EARLY, is enabled, the initialisation > > of UEFI subsystem will be done as part of U-Boot initialisation. > > > > Please note that this o

Re: [PATCH v3 06/17] efi_loader: add option to initialise EFI subsystem early

2020-07-10 Thread Heinrich Schuchardt
On 10.07.20 03:25, AKASHI Takahiro wrote: > If this option, CONFIG_EFI_SETUP_EARLY, is enabled, the initialisation > of UEFI subsystem will be done as part of U-Boot initialisation. > > Please note that this option won't be enabled explicitly by users, > instead, should be enabled implicitly by oth

[PATCH v3 06/17] efi_loader: add option to initialise EFI subsystem early

2020-07-09 Thread AKASHI Takahiro
If this option, CONFIG_EFI_SETUP_EARLY, is enabled, the initialisation of UEFI subsystem will be done as part of U-Boot initialisation. Please note that this option won't be enabled explicitly by users, instead, should be enabled implicitly by other configuration options. Specifically, this featu