coreboot-kgpe-d16/src/device
Patrick Rudolph 4e2f95b789 device/pci: Add MSI-X helper functions
Basic PCI MSI-X table helper functions.
Imported from GNU/Linux kernel PCI subsystem.

To be used on Cavium to configure MSI-X tables.

Change-Id: I94413712e7986efd17e6b11ba59f6eb390384c8c
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/26329
Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2018-07-19 13:52:28 +00:00
..
dram src: Get rid of unneeded whitespace 2018-07-02 07:39:51 +00:00
oprom src/{device,drivers}: Use "foo *bar" instead of "foo* bar" 2018-07-09 09:27:34 +00:00
azalia_device.c Correct some common spelling mistakes 2016-01-07 22:57:02 +01:00
cardbus_device.c src/device/cardbus_device.c: Get rid of device_t 2018-05-04 10:16:20 +00:00
cpu_device.c src/device: Get rid of device_t 2018-05-22 07:24:23 +00:00
device.c src/{device,drivers}: Use "foo *bar" instead of "foo* bar" 2018-07-09 09:27:34 +00:00
device_const.c device: Move find_dev_path() to device_const.c 2018-05-25 02:45:17 +00:00
device_util.c device: Move find_dev_path() to device_const.c 2018-05-25 02:45:17 +00:00
hypertransport.c src: Use of device_t is deprecated 2018-06-14 09:29:31 +00:00
i2c.c Reinvent I2C ops 2017-08-18 15:33:45 +00:00
i2c_bus.c device/i2c_bus: allow i2c_bus and i2c_simple to coexist 2018-01-24 05:02:50 +00:00
Kconfig drivers/intel/gma: Unify VBT related Kconfig names 2018-06-12 18:07:51 +00:00
Makefile.inc device: Rename device_simple.c --> device_const.c 2018-05-25 02:43:24 +00:00
pci_class.c device/pci_class.c: Get rid of device_t 2018-05-04 10:17:28 +00:00
pci_device.c device/pci: Add MSI-X helper functions 2018-07-19 13:52:28 +00:00
pci_early.c src/device: add IS_ENABLED() around Kconfig symbol references 2017-06-28 17:48:57 +00:00
pci_ops.c device/pci_ops: Remove unnecessary weak implementation 2018-05-08 03:00:48 +00:00
pci_ops_mmconf.c src/device: Add check for existence and validity of PCIE base address config 2018-06-29 11:40:12 +00:00
pci_rom.c src/device: Get rid of device_t 2018-05-22 07:24:23 +00:00
pciexp_device.c src/device/pciexp_device.c: Get rid of device_t 2018-05-04 10:15:52 +00:00
pcix_device.c device/pcix_device.c: Get rid of device_t 2018-05-04 10:17:17 +00:00
pnp_device.c pnp_device: improve readability 2018-07-17 18:06:19 +00:00
root_device.c devicetree: Add USB device type 2018-05-11 08:59:51 +00:00
smbus_ops.c device/smbus_ops.c: Get rid of device_t 2018-05-04 10:17:08 +00:00
software_i2c.c software_i2c: Improve error behavior 2018-05-02 00:23:30 +00:00