From 9cd9f38c4bdb8342551b507ec539db71300255bc Mon Sep 17 00:00:00 2001 From: Frans Hendriks Date: Thu, 31 Mar 2022 08:36:05 +0200 Subject: src/mb/facebook/monolith/acpi/superio.asl: Remove _PRS IASL reports warning on missing _SRS. Devices have fixed configuration which is always enabled. Remove _PRS for this fixed configuration. BUG=N/A TEST=built facebook monolith and verify no IASL warning is reported. Change-Id: I554d3497255c1e50cdbe74b1cffc9f2c59fbae77 Signed-off-by: Frans Hendriks Reviewed-on: https://review.coreboot.org/c/coreboot/+/63244 Reviewed-by: Erik van den Bogaert Reviewed-by: Elyes Haouas Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/mainboard/facebook/monolith/acpi/superio.asl | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'src/mainboard') diff --git a/src/mainboard/facebook/monolith/acpi/superio.asl b/src/mainboard/facebook/monolith/acpi/superio.asl index 4ffd557028..ce5595f368 100644 --- a/src/mainboard/facebook/monolith/acpi/superio.asl +++ b/src/mainboard/facebook/monolith/acpi/superio.asl @@ -17,16 +17,6 @@ Device (COM1) { FixedIO (0x6E, 0x02) IRQNoFlags () {4} }) - - Name (_PRS, ResourceTemplate () - { - StartDependentFn (0, 0) { - FixedIO (0x03F8, 0x08) - FixedIO (0x6E, 0x02) - IRQNoFlags () {4} - } - EndDependentFn () - }) } Device (COM2) { @@ -43,13 +33,4 @@ Device (COM2) { FixedIO (0x03E8, 0x08) IRQNoFlags () {3} }) - - Name (_PRS, ResourceTemplate () - { - StartDependentFn (0, 0) { - FixedIO (0x03E8, 0x08) - IRQNoFlags () {3} - } - EndDependentFn () - }) } -- cgit v1.2.3