soc/amd/common/psp_verstage: Remove arch/io.h

The arch include files are overshadowed by PSP verstage include files.
The reason is that psp_verstage implements its own set of inb() and
outb() functions, which use a runtime configurable IO base address
instead of a built time constant.

But this works at the moment only because of the order in which the
include files are added. Since that is very error prone, this patch
introduces another solution to the problem.

Signed-off-by: Maximilian Brune <maximilian.brune@9elements.com>
Change-Id: I16fa4a4cb5168024aaef30119e9aa8a34dbaacbe
Reviewed-on: https://review.coreboot.org/c/coreboot/+/86874
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
Maximilian Brune 2025-03-17 02:50:10 +01:00 committed by Matt DeVillier
commit 22fd605d23
8 changed files with 19 additions and 43 deletions

View file

@ -558,12 +558,6 @@ config PCI
bool
default n
config PCI_IOBASE
hex
help
The memory address of a memory-mapped translator that lets the
CPU communicate with peripheral devices over PCI I/O space.
if PCI
config DOMAIN_RESOURCE_32BIT_LIMIT