<p>Marshall Dawson has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/20319">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">soc/stoneyridge: Remove FCH PCIe support<br><br>Remove the pcie.c file.  Historically PCIe lanes have been<br>available from the Gfx and/or the FCH.  The integrated FCH in<br>this APU has no PCIe available.<br><br>BUG=chrome-os-partner:62580062<br><br>Change-Id: Ie89383dadfaa57c5a6d185e74551ae50ac8d9778<br>Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com><br>---<br>M src/soc/amd/stoneyridge/Makefile.inc<br>D src/soc/amd/stoneyridge/pcie.c<br>2 files changed, 0 insertions(+), 62 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/19/20319/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/soc/amd/stoneyridge/Makefile.inc b/src/soc/amd/stoneyridge/Makefile.inc<br>index bc128a1..59fbbbe 100644<br>--- a/src/soc/amd/stoneyridge/Makefile.inc<br>+++ b/src/soc/amd/stoneyridge/Makefile.inc<br>@@ -59,7 +59,6 @@<br> ramstage-y += lpc.c<br> ramstage-y += model_15_init.c<br> ramstage-y += northbridge.c<br>-ramstage-y += pcie.c<br> ramstage-y += reset.c<br> ramstage-y += sata.c<br> ramstage-y += sd.c<br>diff --git a/src/soc/amd/stoneyridge/pcie.c b/src/soc/amd/stoneyridge/pcie.c<br>deleted file mode 100644<br>index 92b0a50..0000000<br>--- a/src/soc/amd/stoneyridge/pcie.c<br>+++ /dev/null<br>@@ -1,61 +0,0 @@<br>-/*<br>- * This file is part of the coreboot project.<br>- *<br>- * Copyright (C) 2010 Advanced Micro Devices, Inc.<br>- *<br>- * This program is free software; you can redistribute it and/or modify<br>- * it under the terms of the GNU General Public License as published by<br>- * the Free Software Foundation; version 2 of the License.<br>- *<br>- * This program is distributed in the hope that it will be useful,<br>- * but WITHOUT ANY WARRANTY; without even the implied warranty of<br>- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the<br>- * GNU General Public License for more details.<br>- */<br>-<br>-#include <console/console.h><br>-#include <device/device.h><br>-#include <device/pci.h><br>-#include <device/pci_ids.h><br>-#include <device/pci_ops.h><br>-#include <soc/hudson.h><br>-<br>-static void pcie_init(struct device *dev)<br>-{<br>-}<br>-<br>-static struct pci_operations lops_pci = {<br>- .set_subsystem = 0,<br>-};<br>-<br>-static struct device_operations pci_ops = {<br>-    .read_resources = pci_bus_read_resources,<br>-    .set_resources = pci_dev_set_resources,<br>-      .enable_resources = pci_bus_enable_resources,<br>-        .init = pcie_init,<br>-   .scan_bus = pci_scan_bridge,<br>- .reset_bus = pci_bus_reset,<br>-  .ops_pci = &lops_pci,<br>-};<br>-<br>-static const struct pci_driver pciea_driver __pci_driver = {<br>-     .ops = &pci_ops,<br>- .vendor = PCI_VENDOR_ID_AMD,<br>- .device = PCI_DEVICE_ID_AMD_SB900_PCIEA,<br>-};<br>-<br>-static const struct pci_driver pcieb_driver __pci_driver = {<br>-      .ops = &pci_ops,<br>- .vendor = PCI_VENDOR_ID_AMD,<br>- .device = PCI_DEVICE_ID_AMD_SB900_PCIEB,<br>-};<br>-static const struct pci_driver pciec_driver __pci_driver = {<br>- .ops = &pci_ops,<br>- .vendor = PCI_VENDOR_ID_AMD,<br>- .device = PCI_DEVICE_ID_AMD_SB900_PCIEC,<br>-};<br>-static const struct pci_driver pcied_driver __pci_driver = {<br>- .ops = &pci_ops,<br>- .vendor = PCI_VENDOR_ID_AMD,<br>- .device = PCI_DEVICE_ID_AMD_SB900_PCIED,<br>-};<br></pre><p>To view, visit <a href="https://review.coreboot.org/20319">change 20319</a>. To unsubscribe, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/20319"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ie89383dadfaa57c5a6d185e74551ae50ac8d9778 </div>
<div style="display:none"> Gerrit-Change-Number: 20319 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Marshall Dawson <marshalldawson3rd@gmail.com> </div>