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

Timothy Pearson (tpearson@raptorengineeringinc.com) gerrit at coreboot.org
Sun Oct 25 02:40:27 CET 2015


Timothy Pearson (tpearson at raptorengineeringinc.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/12187

-gerrit

commit 9a9237ce127a43dbb768efd74e7d0f97af12d965
Author: Timothy Pearson <tpearson at raptorengineeringinc.com>
Date:   Sat Oct 24 20:37:47 2015 -0500

    device/pciexp_device: Tune PCIe bridges before scanning children
    
    Change-Id: Ieccafe8864d622c651e6a524e9898505ded15e54
    Signed-off-by: Timothy Pearson <tpearson at raptorengineeringinc.com>
---
 src/device/pciexp_device.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/device/pciexp_device.c b/src/device/pciexp_device.c
index aa3a457..1fdcab3 100644
--- a/src/device/pciexp_device.c
+++ b/src/device/pciexp_device.c
@@ -426,6 +426,8 @@ 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