public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v2 0/2] SPL EBBR - EFI System Partition support
@ 2024-01-16 12:36 Mayuresh Chitale
  2024-01-16 12:36 ` [PATCH v2 1/2] part: Add a function to find ESP partition Mayuresh Chitale
  2024-01-16 12:36 ` [PATCH v2 2/2] spl: Add support for booting from ESP Mayuresh Chitale
  0 siblings, 2 replies; 11+ messages in thread
From: Mayuresh Chitale @ 2024-01-16 12:36 UTC (permalink / raw)
  To: Simon Glass, Sean Anderson, Andre Przywara, Marek Vasut,
	Oleksandr Suvorov, Heinrich Schuchardt, Xavier Drudis Ferran,
	Bin Meng, Tobias Waldekranz, Johan Jonker, Joshua Watt,
	Marek Vasut
  Cc: Mayuresh Chitale, u-boot

This series adds support to locate an EFI System Partition on a disk and
boot the next stage from such a parition if found. The next stage image
is expected to be under the FIRMWARE directory as described in the EBBR
specification [1]. Also update the spl_blk_fs and spl_fat drivers to
prefer booting from ESP and fall back to the configured parition in
case of a failure.

Changes in v2:
- Rebase on latest next branch
- Enable SPL_ESP_BOOT by default
- For NVMe boot, remove fallback in case of ESP boot failure

Mayuresh Chitale (2):
  part: Add a function to find ESP partition
  spl: Add support for booting from ESP

 common/spl/Kconfig      |  8 +++++++
 common/spl/spl_blk_fs.c | 51 ++++++++++++++++++++++++++++++-----------
 common/spl/spl_fat.c    | 34 +++++++++++++++++++++++----
 disk/part.c             | 16 +++++++++++++
 include/part.h          | 11 +++++++++
 5 files changed, 102 insertions(+), 18 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-01-22  9:16 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-16 12:36 [PATCH v2 0/2] SPL EBBR - EFI System Partition support Mayuresh Chitale
2024-01-16 12:36 ` [PATCH v2 1/2] part: Add a function to find ESP partition Mayuresh Chitale
2024-01-16 13:45   ` Heinrich Schuchardt
2024-01-16 16:14     ` Heinrich Schuchardt
2024-01-19 15:32       ` mchitale
2024-01-22  9:15     ` Mayuresh Chitale
2024-01-17  1:13   ` Sean Anderson
2024-01-22  9:15     ` Mayuresh Chitale
2024-01-16 12:36 ` [PATCH v2 2/2] spl: Add support for booting from ESP Mayuresh Chitale
2024-01-16 13:39   ` Heinrich Schuchardt
2024-01-22  9:08     ` Mayuresh Chitale

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox