coreboot/src
Kyösti Mälkki db866ba200 amdfam10 boards: Fix regression on dev_find_slot() removal
For these platforms, the first PCI node on devicetree
is not the root of PCI bus hierarchy, and the topology
(bus->children and dev->sibling links) are getting
manipulated during HyperTransport enumeration.

This workaround reverts back to old dev_find_slot() with
its bad semantics.

Change-Id: I19745c3070c12e562ffab2f0243c9d91dd051c72
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/30695
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
2019-01-08 02:51:47 +00:00
..
acpi arch/x86: Add common AMD ACPI hardware definitions 2017-11-10 19:15:38 +00:00
arch usbdebug: Initialize the HW once in CAR stages 2019-01-07 10:36:59 +00:00
commonlib src: Remove duplicated round up function 2018-11-29 12:17:45 +00:00
console device/pci_early: Fixes for __SIMPLE_DEVICE__ 2018-12-30 21:33:26 +00:00
cpu device: Use pcidev_on_root() 2019-01-06 01:17:54 +00:00
device amdfam10 boards: Fix regression on dev_find_slot() removal 2019-01-08 02:51:47 +00:00
drivers usbdebug: Sanity check PCI EHCI location 2019-01-07 10:38:26 +00:00
ec ec/chromeec: fix LPC read/write for MEC devices 2018-12-28 12:24:52 +00:00
include usbdebug: Make the EHCI debug console work in the bootblock 2019-01-06 14:05:20 +00:00
lib src: Get rid of device_t 2019-01-04 12:11:18 +00:00
mainboard nb/intel/gm45: Remove the C native graphic init 2019-01-07 23:08:41 +00:00
northbridge nb/intel/gm45: Remove the C native graphic init 2019-01-07 23:08:41 +00:00
security tss: implement tlcl_save_state 2018-11-28 18:32:59 +00:00
soc soc/intel: Standardize names of common MSRs 2019-01-07 10:27:32 +00:00
southbridge intel/lynxpoint: Fix spelling 2019-01-07 10:39:58 +00:00
superio Kconfig: Unify power-after-failure options 2019-01-06 15:54:19 +00:00
vendorcode chromeos: Provide watchdog support in verstage 2018-12-21 18:14:20 +00:00
Kconfig cbmem: Always use EARLY_CBMEM_INIT 2018-12-22 11:49:17 +00:00