mbox series

[0/4] Enable U-Boot at Virtualbox to boot images

Message ID 20230502094923.4024-1-thomas.mittelstaedt@bosch.com
Headers show
Series Enable U-Boot at Virtualbox to boot images | expand

Message

thomas.mittelstaedt@bosch.com May 2, 2023, 9:49 a.m. UTC
From: mtt2hi <thomas.mittelstaedt@bosch.com>

The changes are needed to get U-Boot to be started at VirtualBox
images supporting distro boot capability.
Atm the patch "pci: coreboot: Don't read regions when booting" from Simon Glass
is not integrated yet.
So AHCI and IDE devices are not handled correctly without this patch.
(https://patchwork.ozlabs.org/project/uboot/patch/20230220194927.476708-8-sjg@chromium.org/)

mtt2hi (4):
  X86: Add support for SCSI devices
  X86: Change command prompt
  X86: Add support for distro boot
  X86: pxeboot: bugfix: Set variable for size of initrd

 boot/pxe_utils.c                    |  2 +-
 configs/efi-x86_payload64_defconfig | 12 ++++++++++--
 include/configs/efi-x86_payload.h   | 11 +++++++++++
 3 files changed, 22 insertions(+), 3 deletions(-)