[PATCH 3/3] emulation: qemu-sbsa: Enable PCI enumeration
Patrick Rudolph
patrick.rudolph at 9elements.com
Wed Feb 26 14:56:44 CET 2025
Enable PCI enumeration by default to get the Bochs display driver up
and running before the boot medium is scanned.
This is just to enhance the user-experience while booting the machine.
TEST: U-Boot logo, version, log output and the U-Boot shell is visible
on the display device.
Signed-off-by: Patrick Rudolph <patrick.rudolph at 9elements.com>
---
board/emulation/qemu-sbsa/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/board/emulation/qemu-sbsa/Kconfig b/board/emulation/qemu-sbsa/Kconfig
index f4ad63e681c..728cecae6b3 100644
--- a/board/emulation/qemu-sbsa/Kconfig
+++ b/board/emulation/qemu-sbsa/Kconfig
@@ -49,6 +49,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
imply CFI_FLASH
imply SYS_MTDPARTS_RUNTIME
imply SET_DFU_ALT_INFO
+ imply PCI_INIT_R
if DEBUG_UART
--
2.48.1
More information about the U-Boot
mailing list