From a03498f3023f91bfa222987dcf95548d1be3aa25 Mon Sep 17 00:00:00 2001 From: Frans Hendriks Date: Thu, 31 Mar 2022 08:08:33 +0200 Subject: src/mb/facebook/fbg1701/acpi/superio.asl: Remove _PRS IASL report warning since _SRS is required. Fixed configuration is always enabled. _CRS is sufficient, remove _PRS BUG=N/A TEST=Boot facebook FBG1701 Change-Id: Ib9e004e192bc7f9680c3728ce7c60d56f1a13945 Signed-off-by: Frans Hendriks Reviewed-on: https://review.coreboot.org/c/coreboot/+/63242 Tested-by: build bot (Jenkins) Reviewed-by: Elyes Haouas Reviewed-by: Erik van den Bogaert Reviewed-by: Angel Pons --- src/mainboard/facebook/fbg1701/acpi/superio.asl | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/mainboard/facebook/fbg1701/acpi/superio.asl b/src/mainboard/facebook/fbg1701/acpi/superio.asl index fbb1c1864e..0cb2d98f7a 100644 --- a/src/mainboard/facebook/fbg1701/acpi/superio.asl +++ b/src/mainboard/facebook/fbg1701/acpi/superio.asl @@ -15,14 +15,4 @@ Device (COM1) { FixedIO (0x6E, 0x02) IRQNoFlags () {4} }) - - Name (_PRS, ResourceTemplate () - { - StartDependentFn (0, 0) { - FixedIO (0x03F8, 0x08) - FixedIO (0x6E, 0x02) - IRQNoFlags () {4} - } - EndDependentFn () - }) } -- cgit v1.2.3