diff options
author | Frans Hendriks <fhendriks@eltan.com> | 2022-03-31 08:08:33 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-04-11 14:09:44 +0000 |
commit | a03498f3023f91bfa222987dcf95548d1be3aa25 (patch) | |
tree | 77f9c6f8962ce48c193ab3d845e92a4fdd04b38d /src | |
parent | d8bfe12257926d343f4cec6ddbc3de7cb6289c40 (diff) |
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 <fhendriks@eltan.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/63242
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-by: Erik van den Bogaert <ebogaert@eltan.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/facebook/fbg1701/acpi/superio.asl | 10 |
1 files changed, 0 insertions, 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 () - }) } |