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:
parent
bf0ee592f5
commit
fbcf031181
1 changed files with 4 additions and 0 deletions
|
|
@ -79,4 +79,8 @@ config OPENSBI_TEXT_START
|
|||
hex
|
||||
default 0x80020000
|
||||
|
||||
config PCI_IOBASE
|
||||
hex
|
||||
default 0x3000000
|
||||
|
||||
endif # BOARD_EMULATION_QEMU_RISCV
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue