Attention is currently required from: Philipp Hug, ron minnich.

Alper Nebi Yasak has uploaded this change for review.

View Change

mainboard/qemu-riscv: Select framebuffer related kconfigs

Previous commits add PCI support to the qemu-riscv mainboard, and enable
building Bochs display driver for more architectures, so we can use a
display with QEMU RISC-V virtual machines in coreboot. Select display
related kconfig options for the qemu-riscv mainboard (which are also
selected in qemu-aarch64).

Change-Id: I2c6f3acbcf8fee47b072def30c85448122d3c0bc
Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
---
M src/mainboard/emulation/qemu-riscv/Kconfig
1 file changed, 3 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/80/80380/1
diff --git a/src/mainboard/emulation/qemu-riscv/Kconfig b/src/mainboard/emulation/qemu-riscv/Kconfig
index a966967f..7f652ce 100644
--- a/src/mainboard/emulation/qemu-riscv/Kconfig
+++ b/src/mainboard/emulation/qemu-riscv/Kconfig
@@ -29,6 +29,9 @@
select MISSING_BOARD_RESET
select DRIVERS_UART_8250MEM
select RISCV_HAS_OPENSBI
+ select HAVE_LINEAR_FRAMEBUFFER
+ select MAINBOARD_FORCE_NATIVE_VGA_INIT
+ select MAINBOARD_HAS_NATIVE_VGA_INIT
select PCI

config ECAM_MMCONF_BASE_ADDRESS

To view, visit change 80380. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I2c6f3acbcf8fee47b072def30c85448122d3c0bc
Gerrit-Change-Number: 80380
Gerrit-PatchSet: 1
Gerrit-Owner: Alper Nebi Yasak <alpernebiyasak@gmail.com>
Gerrit-Reviewer: Philipp Hug <philipp@hug.cx>
Gerrit-Reviewer: ron minnich <rminnich@gmail.com>
Gerrit-Attention: Philipp Hug <philipp@hug.cx>
Gerrit-Attention: ron minnich <rminnich@gmail.com>
Gerrit-MessageType: newchange