On Mon, Jun 19, 2023 at 8:01 PM Simon Glass <[email protected]> wrote: > > With qemu-x86_64 we need to run the video BIOS while in 32-bit mode, i.e. > SPL. Add a Kconfig option for this, adjust the Makefile rules and use > CONFIG_IS_ENABLED() where needed. > > Signed-off-by: Simon Glass <[email protected]> > --- > > (no changes since v1) > > arch/x86/lib/Makefile | 7 ++++--- > arch/x86/lib/bios.c | 2 +- > drivers/pci/pci_rom.c | 28 ++++++++++++++-------------- > 3 files changed, 19 insertions(+), 18 deletions(-) >
Reviewed-by: Bin Meng <[email protected]>

