public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/8] efi_loader: Support loading from El Torito isos
@ 2016-04-11 14:16 Alexander Graf
  2016-04-11 14:16 ` [U-Boot] [PATCH 1/8] iso: Make little endian and 64bit safe Alexander Graf
                   ` (8 more replies)
  0 siblings, 9 replies; 20+ messages in thread
From: Alexander Graf @ 2016-04-11 14:16 UTC (permalink / raw)
  To: u-boot

Some distributions still provide .iso files for installation media.

To give us greatest flexibility, this patch set adds support for
El Torito booting with EFI payloads.

Please consider for 2016.05 still.


Thanks,

Alex

Alexander Graf (8):
  iso: Make little endian and 64bit safe
  iso: Start with partition 1
  iso: Allow 512 byte sector size
  efi_loader: Split drive add into function
  efi_loader: Add el torito support
  efi_loader: Pass file path to payload
  efi_loader: Increase path string to 32 characters
  distro: Enable iso partition code

 cmd/bootefi.c                    |  48 +++++++++++++---
 cmd/fs.c                         |   3 +-
 disk/part_iso.c                  |  50 +++++++++++-----
 disk/part_iso.h                  |  40 ++++++-------
 include/config_distro_defaults.h |   1 +
 include/efi_api.h                |   2 +-
 include/efi_loader.h             |   5 +-
 lib/efi_loader/efi_disk.c        | 121 +++++++++++++++++++++++++++------------
 8 files changed, 187 insertions(+), 83 deletions(-)

-- 
1.8.5.6

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

end of thread, other threads:[~2018-08-14  7:42 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-11 14:16 [U-Boot] [PATCH 0/8] efi_loader: Support loading from El Torito isos Alexander Graf
2016-04-11 14:16 ` [U-Boot] [PATCH 1/8] iso: Make little endian and 64bit safe Alexander Graf
2016-04-21 11:21   ` [U-Boot] [U-Boot,1/8] " Tom Rini
2016-04-11 14:16 ` [U-Boot] [PATCH 2/8] iso: Start with partition 1 Alexander Graf
2016-04-21 11:21   ` [U-Boot] [U-Boot,2/8] " Tom Rini
2016-04-11 14:16 ` [U-Boot] [PATCH 3/8] iso: Allow 512 byte sector size Alexander Graf
2016-04-21 11:21   ` [U-Boot] [U-Boot,3/8] " Tom Rini
2016-04-11 14:16 ` [U-Boot] [PATCH 4/8] efi_loader: Split drive add into function Alexander Graf
2016-04-21 11:21   ` [U-Boot] [U-Boot, " Tom Rini
2016-04-11 14:16 ` [U-Boot] [PATCH 5/8] efi_loader: Add el torito support Alexander Graf
2016-04-21 11:21   ` [U-Boot] [U-Boot,5/8] " Tom Rini
2016-04-11 14:16 ` [U-Boot] [PATCH 6/8] efi_loader: Pass file path to payload Alexander Graf
2016-04-21 11:22   ` [U-Boot] [U-Boot,6/8] " Tom Rini
2018-08-13 19:21   ` Heinrich Schuchardt
2018-08-14  7:42     ` Alexander Graf
2016-04-11 14:16 ` [U-Boot] [PATCH 7/8] efi_loader: Increase path string to 32 characters Alexander Graf
2016-04-21 11:22   ` [U-Boot] [U-Boot, " Tom Rini
2016-04-11 14:16 ` [U-Boot] [PATCH 8/8] distro: Enable iso partition code Alexander Graf
2016-04-21 11:22   ` [U-Boot] [U-Boot,8/8] " Tom Rini
2016-04-13 12:59 ` [U-Boot] [PATCH 0/8] efi_loader: Support loading from El Torito isos Andreas Färber

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