
From: Thomas Mittelstaedt thomas.mittelstaedt@de.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...)
Changes since v1: - Remove prompt change commit - Add details in commit messages - defconfig now handled with savedefconfig option at make - Unneccessary option CONFIG_CMD_SETEXPR no more set - First patch was set with mtt2hi and thomas.mittelstaedt@bosch.com. Now set with my usual id Thomas Mittelstaedt thomas.mittelstaedt@de.bosch.com
Thomas Mittelstaedt (3): X86: Add support for SCSI devices 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 | 18 +++++------------- include/configs/efi-x86_payload.h | 11 +++++++++++ 3 files changed, 17 insertions(+), 14 deletions(-)