mb/qemu-riscv: set PCI_IOBASE

The correct value for the IO base is at 0x3000000, so set it. Otherwise,
I/O operations (e.g. inb(), outb(), etc.) won't work.

Change-Id: I5106fa95401de53e70f0859d27e07d2b8fde9ca0
Signed-off-by: Carlos López <carlos.lopez@openchip.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/85675
Reviewed-by: Alicja Michalska <ahplka19@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: David Hendricks <david.hendricks@gmail.com>
This commit is contained in:
Carlos López 2024-12-17 14:07:22 +01:00 committed by Matt DeVillier
commit fbcf031181

View file

@ -79,4 +79,8 @@ config OPENSBI_TEXT_START
hex
default 0x80020000
config PCI_IOBASE
hex
default 0x3000000
endif # BOARD_EMULATION_QEMU_RISCV