Marc Jones has uploaded this change for review.

View Change

soc/intel/xeon_sp/acpi: Rename pci_irq.asl

Rename pci_irq.asl to pci_irqs.asl to match other intel soc file
names. This makes comparing differences much easier.

Change-Id: I622dfef675c3df2dff7a3024ccbe14c356a5cd86
Signed-off-by: Marc Jones <marcjones@sysproconsulting.com>
---
R src/soc/intel/xeon_sp/acpi/pci_irqs.asl
M src/soc/intel/xeon_sp/acpi/uncore.asl
2 files changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/34/45834/1
diff --git a/src/soc/intel/xeon_sp/acpi/pci_irq.asl b/src/soc/intel/xeon_sp/acpi/pci_irqs.asl
similarity index 100%
rename from src/soc/intel/xeon_sp/acpi/pci_irq.asl
rename to src/soc/intel/xeon_sp/acpi/pci_irqs.asl
diff --git a/src/soc/intel/xeon_sp/acpi/uncore.asl b/src/soc/intel/xeon_sp/acpi/uncore.asl
index b1b5f6c..236ae75 100644
--- a/src/soc/intel/xeon_sp/acpi/uncore.asl
+++ b/src/soc/intel/xeon_sp/acpi/uncore.asl
@@ -26,7 +26,7 @@

Scope (\_SB)
{
- #include "pci_irq.asl"
+ #include "pci_irqs.asl"
#include "uncore_irq.asl"
#include "iiostack.asl"
}

To view, visit change 45834. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I622dfef675c3df2dff7a3024ccbe14c356a5cd86
Gerrit-Change-Number: 45834
Gerrit-PatchSet: 1
Gerrit-Owner: Marc Jones <marc@marcjonesconsulting.com>
Gerrit-Reviewer: Patrick Rudolph <siro@das-labor.org>
Gerrit-MessageType: newchange