coreboot-kgpe-d16/src/soc/intel/quark
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
..
bootblock lib/bootblock: Add simplified entry with basetime 2019-08-26 21:11:31 +00:00
include/soc intel/quark: Drop xx_DEV_FUNC 2019-10-02 20:14:27 +00:00
romstage soc/intel: Replace config_of_path() with config_of_soc() 2019-10-02 11:21:10 +00:00
acpi.c src: Add missing include <device/pci_ops.h> 2019-07-12 17:10:56 +00:00
chip.c
chip.h devicetree: Remove duplicate chip_ops declarations 2019-08-20 01:31:44 +00:00
ehci.c
fsp2_0.c
gpio_i2c.c src: Use include <delay.h> when appropriate 2019-04-06 16:09:12 +00:00
i2c.c soc/intel/quark: Remove variable set but not used 2019-09-02 14:06:13 +00:00
Kconfig intel/quark: Select NO_SMM 2019-08-30 02:59:55 +00:00
lpc.c device: Use scan_static_bus() over scan_lpc_bus() 2019-10-08 12:59:56 +00:00
Makefile.inc mb/intel/galileo: Drop the FSP1.1 option 2019-02-11 12:28:52 +00:00
memmap.c soc/intel: Move fill_postcar_frame to memmap.c 2019-08-28 22:48:00 +00:00
northcluster.c soc/{amd,intel}: Remove needless '&' on function pointers 2019-01-23 14:42:59 +00:00
reg_access.c src: Use CRx_TYPE type for CRx 2019-07-02 16:14:36 +00:00
reset.c
sd.c coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
spi.c src: include <assert.h> when appropriate 2019-04-23 10:01:36 +00:00
spi_debug.c arch/io.h: Drop unnecessary include 2019-03-04 15:08:03 +00:00
storage_test.c soc/intel/quark: Don't use CAR_GLOBAL 2019-05-29 20:05:06 +00:00
tsc_freq.c
uart.c soc/{amd,intel}: Remove needless '&' on function pointers 2019-01-23 14:42:59 +00:00
uart_common.c