]> git.sur5r.net Git - u-boot/commit
efi_loader: Add el torito support
authorAlexander Graf <agraf@suse.de>
Mon, 11 Apr 2016 14:16:18 +0000 (16:16 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 18 Apr 2016 21:11:36 +0000 (17:11 -0400)
commit8c3df0bf2e530c6e6f592f5144ef4f456c9e0260
tree0d412d7149894a05380224ac84ad07e2643c6d2f
parent4a12a97c14217a5b02791040e464449f779fce43
efi_loader: Add el torito support

When loading an el torito image, uEFI exposes said image as a raw
block device to the payload.

Let's do the same by creating new block devices with added offsets for
the respective el torito partitions.

Signed-off-by: Alexander Graf <agraf@suse.de>
cmd/bootefi.c
lib/efi_loader/efi_disk.c