coreboot/src/soc/intel/quark
Kyösti Mälkki f1b58b7835 device/pci: Fix PCI accessor headers
PCI config accessors are no longer indirectly included
from <arch/io.h> use <device/pci_ops.h> instead.

Change-Id: I2adf46430a33bc52ef69d1bf7dca4655fc8475bd
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/31675
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
2019-03-01 20:32:15 +00:00
..
bootblock soc/intel/quark: Drop BOOTBLOCK_SAVE_BIST_AND_TIMESTAMP 2018-12-24 08:19:08 +00:00
include/soc device/pci: Fix PCI accessor headers 2019-03-01 20:32:15 +00:00
romstage device/pci: Fix PCI accessor headers 2019-03-01 20:32:15 +00:00
acpi.c device: Use pcidev_on_root() 2019-01-06 01:17:54 +00:00
chip.c src: Remove unneeded include <console/console.h> 2018-11-16 09:50:29 +00:00
chip.h soc/intel/quark: Fix errors detected by checkpatch 2017-03-07 18:31:04 +01:00
ehci.c soc/intel/quark: Get rid of device_t 2018-05-28 16:07:35 +00:00
fsp2_0.c src: Remove unneeded include <console/console.h> 2018-11-16 09:50:29 +00:00
gpio_i2c.c Move compiler.h to commonlib 2018-10-08 16:57:27 +00:00
i2c.c soc: Remove useless include <device/pci_ids.h> 2018-12-19 05:20:49 +00:00
Kconfig mb/intel/galileo: Drop the FSP1.1 option 2019-02-11 12:28:52 +00:00
lpc.c soc/{amd,intel}: Remove needless '&' on function pointers 2019-01-23 14:42:59 +00:00
Makefile.inc mb/intel/galileo: Drop the FSP1.1 option 2019-02-11 12:28:52 +00:00
memmap.c soc/intel/quark: Return NULL for top_of_memory 2017-03-14 23:54:11 +01:00
northcluster.c soc/{amd,intel}: Remove needless '&' on function pointers 2019-01-23 14:42:59 +00:00
reg_access.c device/pci: Fix PCI accessor headers 2019-03-01 20:32:15 +00:00
reset.c intel: Use CF9 reset (part 2) 2018-10-22 08:35:32 +00:00
sd.c src: Remove unneeded include <console/console.h> 2018-11-16 09:50:29 +00:00
spi.c device/pci: Fix PCI accessor headers 2019-03-01 20:32:15 +00:00
spi_debug.c soc/intel/quark: Add legacy SPI flash controller driver 2017-06-20 18:11:07 +02:00
storage_test.c device/pci: Fix PCI accessor headers 2019-03-01 20:32:15 +00:00
tsc_freq.c soc/intel/quark: Add monotonic timer support 2017-01-04 00:03:44 +01:00
uart.c soc/{amd,intel}: Remove needless '&' on function pointers 2019-01-23 14:42:59 +00:00
uart_common.c