coreboot-kgpe-d16/src/device
Nico Huber 51b75ae50a device: Use scan_static_bus() over scan_lpc_bus()
Devices behind LPC can expose more buses (e.g. I2C on a super-i/o).
So we should scan buses on LPC devices, too.

Change-Id: I0eb005e41b9168fffc344ee8e666d43b605a30ba
Signed-off-by: Nico Huber <nico.huber@secunet.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/29474
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2019-10-08 12:59:56 +00:00
..
dram device/dram/ddr4: Check spd_bytes_total and spd_bytes_used values 2019-10-08 11:03:26 +00:00
oprom AUTHORS: Move src/device copyrights into AUTHORS file 2019-09-17 08:14:13 +00:00
Kconfig AUTHORS: Move src/device copyrights into AUTHORS file 2019-09-17 08:14:13 +00:00
Makefile.inc Add buffer_to/from_fifo32(_prefix) helpers 2019-08-22 10:36:22 +00:00
azalia_device.c AUTHORS: Move src/device copyrights into AUTHORS file 2019-09-17 08:14:13 +00:00
cardbus_device.c device/cardbus: Remove unnecessary bridge_ctrl bitmask 2019-09-22 18:39:08 +00:00
cpu_device.c AUTHORS: Move src/device copyrights into AUTHORS file 2019-09-17 08:14:13 +00:00
device.c device/pci: Enable full 16-bit VGA port i/o decoding 2019-10-06 14:33:54 +00:00
device_const.c device: add commentary to dev_find_slot() 2019-09-27 21:08:24 +00:00
device_util.c AUTHORS: Move src/device copyrights into AUTHORS file 2019-09-17 08:14:13 +00:00
hypertransport.c AUTHORS: Move src/device copyrights into AUTHORS file 2019-09-17 08:14:13 +00:00
i2c.c AUTHORS: Move src/device copyrights into AUTHORS file 2019-09-17 08:14:13 +00:00
i2c_bus.c device/i2c_bus: Add i2c_dev_read_at16() 2019-09-30 11:50:16 +00:00
mmio.c AUTHORS: Move src/device copyrights into AUTHORS file 2019-09-17 08:14:13 +00:00
pci_class.c AUTHORS: Move src/device copyrights into AUTHORS file 2019-09-17 08:14:13 +00:00
pci_device.c device/pci: Enable full 16-bit VGA port i/o decoding 2019-10-06 14:33:54 +00:00
pci_early.c device/pci_early: Drop some __SIMPLE_DEVICE__ use 2019-09-30 20:06:06 +00:00
pci_ops.c device,drivers/: Drop some __SIMPLE_DEVICE__ use 2019-09-30 11:07:46 +00:00
pci_rom.c AUTHORS: Move src/device copyrights into AUTHORS file 2019-09-17 08:14:13 +00:00
pciexp_device.c AUTHORS: Move src/device copyrights into AUTHORS file 2019-09-17 08:14:13 +00:00
pcix_device.c AUTHORS: Move src/device copyrights into AUTHORS file 2019-09-17 08:14:13 +00:00
pnp_device.c src: Capitalize Super I/O 2019-10-07 19:18:36 +00:00
root_device.c device: Use scan_static_bus() over scan_lpc_bus() 2019-10-08 12:59:56 +00:00
smbus_ops.c AUTHORS: Move src/device copyrights into AUTHORS file 2019-09-17 08:14:13 +00:00
software_i2c.c AUTHORS: Move src/device copyrights into AUTHORS file 2019-09-17 08:14:13 +00:00