From 3942a902cd74c575aee0c2edb803e43150acbd15 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Mon, 25 Jan 2021 17:01:52 +0200 Subject: sb/amd/cimx/sb800: Drop CIRQ method from _PIC MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie4aad7b6580100377c12f128905f7f409bdb5295 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/50590 Reviewed-by: Nico Huber Reviewed-by: Arthur Heymans Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/southbridge/amd/cimx/sb800/acpi/pcie.asl | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'src/southbridge/amd') diff --git a/src/southbridge/amd/cimx/sb800/acpi/pcie.asl b/src/southbridge/amd/cimx/sb800/acpi/pcie.asl index 3d32e32e00..d143554c7b 100644 --- a/src/southbridge/amd/cimx/sb800/acpi/pcie.asl +++ b/src/southbridge/amd/cimx/sb800/acpi/pcie.asl @@ -134,24 +134,9 @@ Scope(\_SB) { Method(\_PIC, 0x01, NotSerialized) { - If (Arg0) - { - \_SB.CIRQ() - } PICM = Arg0 } - Method(CIRQ, 0x00, NotSerialized){ - PIRA = 0 - PIRB = 0 - PIRC = 0 - PIRD = 0 - PIRE = 0 - PIRF = 0 - PIRG = 0 - PIRH = 0 - } - Name(IRQB, ResourceTemplate(){ IRQ(Level,ActiveLow,Shared){15} }) -- cgit v1.2.3