<p>Nico Huber has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/26756">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">soc/intel/fsp_broadwell_de: Drop unused files<br><br>It seems they are not included anywhere, Jenkins?<br><br>Change-Id: I629cdeb337fce381c69bd1ba0520e524ccdd90dd<br>Signed-off-by: Nico Huber <nico.h@gmx.de><br>---<br>D src/soc/intel/fsp_broadwell_de/acpi/irq_helper.h<br>D src/soc/intel/fsp_broadwell_de/acpi/irqroute.asl<br>2 files changed, 0 insertions(+), 84 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/56/26756/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/soc/intel/fsp_broadwell_de/acpi/irq_helper.h b/src/soc/intel/fsp_broadwell_de/acpi/irq_helper.h</span><br><span>deleted file mode 100644</span><br><span>index 8799a9b..0000000</span><br><span>--- a/src/soc/intel/fsp_broadwell_de/acpi/irq_helper.h</span><br><span>+++ /dev/null</span><br><span>@@ -1,45 +0,0 @@</span><br><span style="color: hsl(0, 100%, 40%);">-/*</span><br><span style="color: hsl(0, 100%, 40%);">- * This file is part of the coreboot project.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * Copyright (C) 2013 Google Inc.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(0, 100%, 40%);">- * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(0, 100%, 40%);">- * the Free Software Foundation; version 2 of the License.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(0, 100%, 40%);">- * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(0, 100%, 40%);">- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(0, 100%, 40%);">- * GNU General Public License for more details.</span><br><span style="color: hsl(0, 100%, 40%);">- */</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span style="color: hsl(0, 100%, 40%);">-#undef PCI_DEV_PIRQ_ROUTES</span><br><span style="color: hsl(0, 100%, 40%);">-#undef ACPI_DEV_IRQ</span><br><span style="color: hsl(0, 100%, 40%);">-#undef PCI_DEV_PIRQ_ROUTE</span><br><span style="color: hsl(0, 100%, 40%);">-#undef PIRQ_PIC_ROUTES</span><br><span style="color: hsl(0, 100%, 40%);">-#undef PIRQ_PIC</span><br><span style="color: hsl(0, 100%, 40%);">-#undef IRQROUTE_H</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span style="color: hsl(0, 100%, 40%);">-#if defined(PIC_MODE)</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span style="color: hsl(0, 100%, 40%);">-#define ACPI_DEV_IRQ(dev_, pin_, pin_name_) \</span><br><span style="color: hsl(0, 100%, 40%);">-      { Package() { ## dev_ ## ffff, pin_, \_SB.PCI0.LPCB.LNK ## pin_name_, 0 } }</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span style="color: hsl(0, 100%, 40%);">-#else /* defined(PIC_MODE) */</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span style="color: hsl(0, 100%, 40%);">-#define ACPI_DEV_IRQ(dev_, pin_, pin_name_) \</span><br><span style="color: hsl(0, 100%, 40%);">-   { Package() { ## dev_ ## ffff, pin_, 0, PIRQ ## pin_name_ ## _APIC_IRQ } }</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span style="color: hsl(0, 100%, 40%);">-#endif</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span style="color: hsl(0, 100%, 40%);">-#define PCI_DEV_PIRQ_ROUTE(dev_, a_, b_, c_, d_) \</span><br><span style="color: hsl(0, 100%, 40%);">-      { ACPI_DEV_IRQ(dev_, 0, a_), \</span><br><span style="color: hsl(0, 100%, 40%);">-    ACPI_DEV_IRQ(dev_, 1, b_), \</span><br><span style="color: hsl(0, 100%, 40%);">-    ACPI_DEV_IRQ(dev_, 2, c_), \</span><br><span style="color: hsl(0, 100%, 40%);">-    ACPI_DEV_IRQ(dev_, 3, d_)  }</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span style="color: hsl(0, 100%, 40%);">-/* Empty PIRQ_PIC definition. */</span><br><span style="color: hsl(0, 100%, 40%);">-#define PIRQ_PIC(pirq_, pic_irq_)</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span style="color: hsl(0, 100%, 40%);">-/* Include the mainboard irq route definition */</span><br><span style="color: hsl(0, 100%, 40%);">-#include "irqroute.h"</span><br><span>diff --git a/src/soc/intel/fsp_broadwell_de/acpi/irqroute.asl b/src/soc/intel/fsp_broadwell_de/acpi/irqroute.asl</span><br><span>deleted file mode 100644</span><br><span>index 8a54d33..0000000</span><br><span>--- a/src/soc/intel/fsp_broadwell_de/acpi/irqroute.asl</span><br><span>+++ /dev/null</span><br><span>@@ -1,39 +0,0 @@</span><br><span style="color: hsl(0, 100%, 40%);">-/*</span><br><span style="color: hsl(0, 100%, 40%);">- * This file is part of the coreboot project.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * Copyright (C) 2007-2009 coresystems GmbH</span><br><span style="color: hsl(0, 100%, 40%);">- * Copyright (C) 2013 Google Inc.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is free software; you can redistribute it and/or modify</span><br><span style="color: hsl(0, 100%, 40%);">- * it under the terms of the GNU General Public License as published by</span><br><span style="color: hsl(0, 100%, 40%);">- * the Free Software Foundation; version 2 of the License.</span><br><span style="color: hsl(0, 100%, 40%);">- *</span><br><span style="color: hsl(0, 100%, 40%);">- * This program is distributed in the hope that it will be useful,</span><br><span style="color: hsl(0, 100%, 40%);">- * but WITHOUT ANY WARRANTY; without even the implied warranty of</span><br><span style="color: hsl(0, 100%, 40%);">- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span><br><span style="color: hsl(0, 100%, 40%);">- * GNU General Public License for more details.</span><br><span style="color: hsl(0, 100%, 40%);">- */</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span style="color: hsl(0, 100%, 40%);">-/* PCI Interrupt Routing */</span><br><span style="color: hsl(0, 100%, 40%);">-Method(_PRT)</span><br><span style="color: hsl(0, 100%, 40%);">-{</span><br><span style="color: hsl(0, 100%, 40%);">- /*</span><br><span style="color: hsl(0, 100%, 40%);">-       * PICM comes from _PIC, which returns the following:</span><br><span style="color: hsl(0, 100%, 40%);">-    * 0 - PIC mode</span><br><span style="color: hsl(0, 100%, 40%);">-  * 1 - APIC mode</span><br><span style="color: hsl(0, 100%, 40%);">-         * 2 - SAPIC mode</span><br><span style="color: hsl(0, 100%, 40%);">-        */</span><br><span style="color: hsl(0, 100%, 40%);">-     If (PICM) {</span><br><span style="color: hsl(0, 100%, 40%);">-             Return (Package() {</span><br><span style="color: hsl(0, 100%, 40%);">-                     #undef PIC_MODE</span><br><span style="color: hsl(0, 100%, 40%);">-                 #include "irq_helper.h"</span><br><span style="color: hsl(0, 100%, 40%);">-                       PCI_DEV_PIRQ_ROUTES</span><br><span style="color: hsl(0, 100%, 40%);">-             })</span><br><span style="color: hsl(0, 100%, 40%);">-      } Else {</span><br><span style="color: hsl(0, 100%, 40%);">-                Return (Package() {</span><br><span style="color: hsl(0, 100%, 40%);">-                     #define PIC_MODE</span><br><span style="color: hsl(0, 100%, 40%);">-                        #include "irq_helper.h"</span><br><span style="color: hsl(0, 100%, 40%);">-                       PCI_DEV_PIRQ_ROUTES</span><br><span style="color: hsl(0, 100%, 40%);">-             })</span><br><span style="color: hsl(0, 100%, 40%);">-      }</span><br><span style="color: hsl(0, 100%, 40%);">-}</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/26756">change 26756</a>. To unsubscribe, or for help writing mail filters, 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/26756"/><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: I629cdeb337fce381c69bd1ba0520e524ccdd90dd </div>
<div style="display:none"> Gerrit-Change-Number: 26756 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Nico Huber <nico.h@gmx.de> </div>