mbox series

[U-Boot,0/3] uefi: support USB boot in distro boot

Message ID 20181012050909.7009-1-takahiro.akashi@linaro.org
Headers show
Series uefi: support USB boot in distro boot | expand

Message

AKASHI Takahiro Oct. 12, 2018, 5:09 a.m. UTC
I think that it will be nice if we can install a distro linux from, say,
USB memory with ISO image, to a hard disk off the shelf.
Even with the current u-boot, we can do this by having two *scsi* disks,
but using an USB device looks more realistic, doesn't it?

This patch set give us a base for this; I was able to successfully start
a familiar "install" screen on qemu, using an ubuntu server ISO image for
arm64. CUI of course.

Thanks,
-Takahiro Akashi

AKASHI Takahiro (3):
  efi_loader: support USB boot in distro boot script
  ARM: qemu-arm: enable usb mass storage in default configuration
  ARM: qemu-arm: enable USB boot in distro boot with UEFI

 configs/qemu_arm64_defconfig    | 1 +
 configs/qemu_arm_defconfig      | 1 +
 include/config_distro_bootcmd.h | 7 ++++++-
 include/configs/qemu-arm.h      | 1 +
 4 files changed, 9 insertions(+), 1 deletion(-)