emulation: qemu-sbsa: Enable PCI enumeration
authorPatrick Rudolph <patrick.rudolph@9elements.com>
Wed, 26 Feb 2025 13:56:44 +0000 (14:56 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 12 Mar 2025 16:23:59 +0000 (10:23 -0600)
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@9elements.com>
board/emulation/qemu-sbsa/Kconfig

index f4ad63e..728ceca 100644 (file)
@@ -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