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

2024-03-01 Thread Tom Rini
On Mon, Jan 22, 2024 at 04:40:22PM +0530, 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. > >

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

2024-01-22 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 Reviewed-by: Heinrich Schuchardt --- Changes in v3: