[coreboot-gerrit] New patch to review for coreboot: Revert "device/pciexp_device: Tune PCIe bridges before scanning children"

Kyösti Mälkki (kyosti.malkki@gmail.com) gerrit at coreboot.org
Thu Oct 29 15:48:05 CET 2015


Kyösti Mälkki (kyosti.malkki at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/12253

-gerrit

commit 749ca80874915a66777d96d4f368ad87029dc2f7
Author: Kyösti Mälkki <kyosti.malkki at gmail.com>
Date:   Thu Oct 29 16:48:01 2015 +0200

    Revert "device/pciexp_device: Tune PCIe bridges before scanning children"
    
    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 <kyosti.malkki at gmail.com>
---
 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) {



More information about the coreboot-gerrit mailing list