[coreboot-gerrit] New patch to review for coreboot: mb/ga-g41m-es2l: remove unneeded IGD IRQ setting in ACPI

Arthur Heymans (arthur@aheymans.xyz) gerrit at coreboot.org
Mon Oct 24 01:07:53 CEST 2016


Arthur Heymans (arthur at aheymans.xyz) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17098

-gerrit

commit eee8627395c7cbd594087ef7126676c928a57201
Author: Arthur Heymans <arthur at aheymans.xyz>
Date:   Mon Oct 24 00:57:54 2016 +0200

    mb/ga-g41m-es2l: remove unneeded IGD IRQ setting in ACPI
    
    According to: "Intel ® 4 Series Chipset Family datasheet"
    the IGD only has 1 IRQ pin.
    
    Change-Id: I974f002f5a213056f4593a1eab10772527bb241d
    Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
 src/mainboard/gigabyte/ga-g41m-es2l/acpi/x4x_pci_irqs.asl | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/mainboard/gigabyte/ga-g41m-es2l/acpi/x4x_pci_irqs.asl b/src/mainboard/gigabyte/ga-g41m-es2l/acpi/x4x_pci_irqs.asl
index aa617ea..46e8a4a 100644
--- a/src/mainboard/gigabyte/ga-g41m-es2l/acpi/x4x_pci_irqs.asl
+++ b/src/mainboard/gigabyte/ga-g41m-es2l/acpi/x4x_pci_irqs.asl
@@ -24,9 +24,6 @@ Method(_PRT)
 			Package() { 0x0001ffff, 0, 0, 16 },
 			/* Internal GFX */
 			Package() { 0x0002ffff, 0, 0, 16 },
-			Package() { 0x0002ffff, 1, 0, 17 },
-			Package() { 0x0002ffff, 2, 0, 18 },
-			Package() { 0x0002ffff, 3, 0, 19 },
 			/* High Definition Audio	0:1b.0 */
 			Package() { 0x001bffff, 0, 0, 16 },
 			/* PCIe Root Ports		0:1c.x */
@@ -52,9 +49,6 @@ Method(_PRT)
 			Package() { 0x0001ffff, 0, \_SB.PCI0.LPCB.LNKA, 0 },
 			/* Internal GFX */
 			Package() { 0x0002ffff, 0, \_SB.PCI0.LPCB.LNKA, 0 },
-			Package() { 0x0002ffff, 1, \_SB.PCI0.LPCB.LNKB, 0 },
-			Package() { 0x0002ffff, 2, \_SB.PCI0.LPCB.LNKC, 0 },
-			Package() { 0x0002ffff, 3, \_SB.PCI0.LPCB.LNKD, 0 },
 			/* High Definition Audio	0:1b.0 */
 			Package() { 0x001bffff, 0, \_SB.PCI0.LPCB.LNKA, 0 },
 			/* PCIe Root Ports		0:1c.x */



More information about the coreboot-gerrit mailing list