diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2021-01-25 17:01:52 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2021-02-14 21:34:22 +0000 |
commit | 3942a902cd74c575aee0c2edb803e43150acbd15 (patch) | |
tree | 18996ad9179eb9286588e75cf852727a7ba829b8 /src/southbridge | |
parent | b57373b058046815ee987d35eaa1c1729d9fd26a (diff) |
sb/amd/cimx/sb800: Drop CIRQ method from _PIC
Change-Id: Ie4aad7b6580100377c12f128905f7f409bdb5295
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50590
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/southbridge')
-rw-r--r-- | src/southbridge/amd/cimx/sb800/acpi/pcie.asl | 15 |
1 files changed, 0 insertions, 15 deletions
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} }) |