<p>Marshall Dawson has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/20320">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">soc/stoneyridge: Remove IDE controller<br><br>Remove IDE from the Stoney Ridge source.  This APU doesn't have<br>an IDE controller.  The support was left over from pi/hudson.<br><br>BUG=chrome-os-partner:62580062<br><br>Change-Id: I7316c113a7464089ccfbea6b6cf69787940b9e97<br>Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com><br>---<br>M src/soc/amd/stoneyridge/Makefile.inc<br>D src/soc/amd/stoneyridge/ide.c<br>2 files changed, 0 insertions(+), 45 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/20/20320/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 59fbbbe..d164769 100644<br>--- a/src/soc/amd/stoneyridge/Makefile.inc<br>+++ b/src/soc/amd/stoneyridge/Makefile.inc<br>@@ -54,7 +54,6 @@<br> ramstage-y += gpio.c<br> ramstage-y += hda.c<br> ramstage-y += hudson.c<br>-ramstage-y += ide.c<br> ramstage-$(CONFIG_STONEYRIDGE_IMC_FWM) += imc.c<br> ramstage-y += lpc.c<br> ramstage-y += model_15_init.c<br>diff --git a/src/soc/amd/stoneyridge/ide.c b/src/soc/amd/stoneyridge/ide.c<br>deleted file mode 100644<br>index 4923208..0000000<br>--- a/src/soc/amd/stoneyridge/ide.c<br>+++ /dev/null<br>@@ -1,44 +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 ide_init(struct device *dev)<br>-{<br>-}<br>-<br>-static struct pci_operations lops_pci = {<br>-   .set_subsystem = pci_dev_set_subsystem,<br>-};<br>-<br>-static struct device_operations ide_ops = {<br>-        .read_resources = pci_dev_read_resources,<br>-    .set_resources = pci_dev_set_resources,<br>-      .enable_resources = pci_dev_enable_resources,<br>-        .init = ide_init,<br>-    .scan_bus = 0,<br>-       .ops_pci = &lops_pci,<br>-};<br>-<br>-static const struct pci_driver ide_driver __pci_driver = {<br>-       .ops = &ide_ops,<br>- .vendor = PCI_VENDOR_ID_AMD,<br>- .device = PCI_DEVICE_ID_AMD_SB900_IDE,<br>-};<br></pre><p>To view, visit <a href="https://review.coreboot.org/20320">change 20320</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/20320"/><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: I7316c113a7464089ccfbea6b6cf69787940b9e97 </div>
<div style="display:none"> Gerrit-Change-Number: 20320 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Marshall Dawson <marshalldawson3rd@gmail.com> </div>