From 439a527014fa0cb3e4ef60ba59e5c57c737b4444 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Thu, 29 Oct 2015 16:48:01 +0200 Subject: Revert "device/pciexp_device: Tune PCIe bridges before scanning children" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 785b3eb6e8fcafb38395eec00f4f0fc0e906c7cc. The commit re-tuned the upstream link again, it does not tune secondary side. Change-Id: I9be70e95b06ceff99beba8a7c7eb6402b32fcca1 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/12253 Reviewed-by: Timothy Pearson Tested-by: build bot (Jenkins) Reviewed-by: Peter Stuge --- src/device/pciexp_device.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/device/pciexp_device.c b/src/device/pciexp_device.c index 1fdcab3..aa3a457 100644 --- a/src/device/pciexp_device.c +++ b/src/device/pciexp_device.c @@ -426,8 +426,6 @@ void pciexp_scan_bus(struct bus *bus, unsigned int min_devfn, { device_t child; - pciexp_tune_dev(bus->dev); - pci_scan_bus(bus, min_devfn, max_devfn); for (child = bus->children; child; child = child->sibling) { -- cgit v1.1