coreboot/src
Kyösti Mälkki a0b366d550 device/pci_early: Drop some __SIMPLE_DEVICE__ use
The simple PCI config accessors are always available
under names pci_s_[read|write]_configX.

We have some use for PCI bridge configurations and
resets in romstages, so expose them.

Change-Id: Ia97a4e1f1b4c80b3dae800d80615bdc118414ed3
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35672
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
2019-09-30 20:06:06 +00:00
..
acpi AUTHORS: Move src/acpi copyrights into AUTHORS file 2019-07-30 11:04:14 +00:00
arch arch/x86: Fix __ROMCC__ automatic prerequisities 2019-09-30 11:59:26 +00:00
commonlib device,drivers/: Drop some __SIMPLE_DEVICE__ use 2019-09-30 11:07:46 +00:00
console src/: Replace some __PRE_RAM__ use 2019-09-14 11:16:17 +00:00
cpu console: Declare empty printk() for __ROMCC__ 2019-09-30 08:40:58 +00:00
device device/pci_early: Drop some __SIMPLE_DEVICE__ use 2019-09-30 20:06:06 +00:00
drivers drivers/i2c/lm96000: Add more settings for fan control 2019-09-30 11:52:31 +00:00
ec ec/kontron/kempld: Add fall-through comments where appropriate 2019-09-30 11:51:11 +00:00
include device/pci_early: Drop some __SIMPLE_DEVICE__ use 2019-09-30 20:06:06 +00:00
lib fmap: Add get_fmap_flash_offset() 2019-09-27 21:59:44 +00:00
mainboard sb/intel/bd82x6x: Use common final SPI OPs setup 2019-09-30 12:02:15 +00:00
northbridge amdfam_10h-15h: Use ENV_PCI_SIMPLE_DEVICE 2019-09-29 03:39:33 +00:00
security vboot: create board-specific test-only GBB HWID if not set 2019-09-30 11:33:20 +00:00
soc soc/intel/fsp_broadwell_de: Enable SSE and SSE2 2019-09-30 11:54:34 +00:00
southbridge sb/intel/spi: Use different SPIOPS for most SST flashes 2019-09-30 12:02:35 +00:00
superio superio/common: Fix types in printf 2019-09-17 10:33:40 +00:00
vendorcode vendorcode/cavium: Replace use of __PRE_RAM__ 2019-09-23 21:39:22 +00:00
Kconfig Kconfig: Hide CONFIG_CBFS_SIZE when an FMDFILE is provided 2019-09-28 12:14:12 +00:00