Re: [PATCH 02/10] efi_loader: add option to initialise EFI subsystem early

2020-05-17 Thread AKASHI Takahiro
Heinrich, On Sun, May 17, 2020 at 09:29:44AM +0200, Heinrich Schuchardt wrote: > On 4/28/20 2:16 AM, AKASHI Takahiro wrote: > > Heinrich, > > > > On Mon, Apr 27, 2020 at 10:09:11PM +0200, Heinrich Schuchardt wrote: > >> On 4/27/20 11:48 AM, AKASHI Takahiro wrote: > >>> If this option is enabled,

Re: [PATCH 02/10] efi_loader: add option to initialise EFI subsystem early

2020-05-17 Thread Heinrich Schuchardt
On 4/28/20 2:16 AM, AKASHI Takahiro wrote: > Heinrich, > > On Mon, Apr 27, 2020 at 10:09:11PM +0200, Heinrich Schuchardt wrote: >> On 4/27/20 11:48 AM, AKASHI Takahiro wrote: >>> If this option is enabled, the initialisation of UEFI subsystem will be >>> done as part of U-Boot initialisation. >>>

Re: [PATCH 02/10] efi_loader: add option to initialise EFI subsystem early

2020-04-27 Thread AKASHI Takahiro
Heinrich, On Mon, Apr 27, 2020 at 10:09:11PM +0200, Heinrich Schuchardt wrote: > On 4/27/20 11:48 AM, AKASHI Takahiro wrote: > > If this option is enabled, the initialisation of UEFI subsystem will be > > done as part of U-Boot initialisation. > > > > This feature will be utilised in implementing

Re: [PATCH 02/10] efi_loader: add option to initialise EFI subsystem early

2020-04-27 Thread Heinrich Schuchardt
On 4/27/20 11:48 AM, AKASHI Takahiro wrote: > If this option is enabled, the initialisation of UEFI subsystem will be > done as part of U-Boot initialisation. > > This feature will be utilised in implementing capsule-on-disk feature. This would mean that we allow unaligned access very early.

[PATCH 02/10] efi_loader: add option to initialise EFI subsystem early

2020-04-27 Thread AKASHI Takahiro
If this option is enabled, the initialisation of UEFI subsystem will be done as part of U-Boot initialisation. This feature will be utilised in implementing capsule-on-disk feature. Signed-off-by: AKASHI Takahiro --- common/board_r.c | 6 ++ lib/efi_loader/Kconfig | 4 2 files