diff options
author | Patrick Rudolph <patrick.rudolph@9elements.com> | 2025-02-26 14:56:44 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-03-12 10:23:59 -0600 |
commit | 6b9f4d0f7f070845133bcddf5e5c2dfedf32170b (patch) | |
tree | 0568118b426c1785b6587a27f4a288aa33a91382 | |
parent | 0dbb770981d6acff3cc4921454403998dd5d0c92 (diff) |
emulation: qemu-sbsa: Enable PCI enumeration
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>
-rw-r--r-- | board/emulation/qemu-sbsa/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |