Re: [PATCH v2 2/2] spl: Add support for booting from ESP

2024-01-22 Thread Mayuresh Chitale
On Tue, Jan 16, 2024 at 7:09 PM Heinrich Schuchardt wrote: > On 16.01.24 13:36, Mayuresh Chitale wrote: > > Some platforms as described by EBBR specification may store images in > > the FIRMWARE directory of the UEFI system partition(ESP). Add support > > to boot from the EFI system partition if

Re: [PATCH v2 2/2] spl: Add support for booting from ESP

2024-01-16 Thread Heinrich Schuchardt
On 16.01.24 13:36, Mayuresh Chitale wrote: Some platforms as described by EBBR specification may store images in the FIRMWARE directory of the UEFI system partition(ESP). Add support to boot from the EFI system partition if it is enabled for a platform. Signed-off-by: Mayuresh Chitale Thank

[PATCH v2 2/2] spl: Add support for booting from ESP

2024-01-16 Thread Mayuresh Chitale
Some platforms as described by EBBR specification may store images in the FIRMWARE directory of the UEFI system partition(ESP). Add support to boot from the EFI system partition if it is enabled for a platform. Signed-off-by: Mayuresh Chitale --- common/spl/Kconfig | 8 +++