diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/dell/snb_ivb_workstations/Kconfig | 3 | ||||
-rw-r--r-- | src/superio/smsc/sch5545/acpi/superio.asl | 25 |
2 files changed, 0 insertions, 28 deletions
diff --git a/src/mainboard/dell/snb_ivb_workstations/Kconfig b/src/mainboard/dell/snb_ivb_workstations/Kconfig index 8416a0f31f..788f5a1d4c 100644 --- a/src/mainboard/dell/snb_ivb_workstations/Kconfig +++ b/src/mainboard/dell/snb_ivb_workstations/Kconfig @@ -20,9 +20,6 @@ config BOARD_DELL_SNB_IVB_WORKSTATIONS if BOARD_DELL_SNB_IVB_WORKSTATIONS -config IGNORE_IASL_MISSING_DEPENDENCY - def_bool y - config MAINBOARD_DIR default "dell/snb_ivb_workstations" diff --git a/src/superio/smsc/sch5545/acpi/superio.asl b/src/superio/smsc/sch5545/acpi/superio.asl index 97303c29fa..20278b4745 100644 --- a/src/superio/smsc/sch5545/acpi/superio.asl +++ b/src/superio/smsc/sch5545/acpi/superio.asl @@ -232,22 +232,6 @@ Device(SIO1) { ) IRQ (Edge, ActiveHigh, Exclusive) {1} }) - Name (_PRS, ResourceTemplate () - { - StartDependentFn (0x00, 0x00) - { - FixedIO ( - 0x0060, // Address - 0x01, - ) - FixedIO ( - 0x0064, // Address - 0x01, - ) - IRQ (Edge, ActiveHigh, Exclusive) {1} - } - EndDependentFn () - }) Method (_PSW, 1, NotSerialized) // _PSW: Power State Wake { KBFG = Arg0 @@ -268,15 +252,6 @@ Device(SIO1) { IRQ (Edge, ActiveHigh, Exclusive) {12} }) - Name (_PRS, ResourceTemplate () - { - StartDependentFn (0x00, 0x00) - { - IRQ (Edge, ActiveHigh, Exclusive) {12} - } - EndDependentFn () - }) - Method (_PSW, 1, NotSerialized) { MSFG = Arg0 |