coreboot/src/device
Maximilian Brune 22fd605d23 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>
2025-04-02 16:03:34 +00:00
..
dram device/dram/ddr5: Add 7500 MT/s support 2025-02-28 18:25:25 +00:00
oprom arch/x86: Rename breakpoint removal function 2024-12-10 08:48:00 +00:00
azalia_device.c device/azalia: Clear busy bit after failed verb command 2024-10-16 15:19:49 +00:00
cardbus_device.c
cpu_device.c
device.c
device_const.c arch/x86: Enable support for IOAPIC devices 2024-12-06 20:57:44 +00:00
device_util.c device: Fix debug print 2025-01-08 08:18:55 +00:00
gpio.c
i2c.c
i2c_bus.c
Kconfig soc/amd/common/psp_verstage: Remove arch/io.h 2025-04-02 16:03:34 +00:00
Makefile.mk
mdio.c
mmio.c
pci_class.c
pci_device.c device/pci_device: Move PCI Option ROM code into pci_rom.c 2025-03-10 11:35:57 +00:00
pci_early.c
pci_ops.c
pci_rom.c device/pci_device: Move PCI Option ROM code into pci_rom.c 2025-03-10 11:35:57 +00:00
pciexp_device.c device/pciexp: Add hot-plug capable helper function 2024-10-23 11:49:30 +00:00
pcix_device.c
pnp_device.c
resource_allocator_common.c
resource_allocator_v4.c
root_device.c
smbus_ops.c
software_i2c.c
xhci.c
xhci_resource.c