Peter Lemenkov has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/35449 )
Change subject: mb/{lenovo/x201,packardbell/ms2290}/acpi/platform: We don't have PDC[01] variables ......................................................................
mb/{lenovo/x201,packardbell/ms2290}/acpi/platform: We don't have PDC[01] variables
Change-Id: I330e5b5ff352668a8847d1e4646f4ef5be6a806f Signed-off-by: Peter Lemenkov lemenkov@gmail.com --- M src/mainboard/lenovo/x201/acpi/platform.asl M src/mainboard/packardbell/ms2290/acpi/platform.asl 2 files changed, 0 insertions(+), 8 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/49/35449/1
diff --git a/src/mainboard/lenovo/x201/acpi/platform.asl b/src/mainboard/lenovo/x201/acpi/platform.asl index 7d7013b..167fe03 100644 --- a/src/mainboard/lenovo/x201/acpi/platform.asl +++ b/src/mainboard/lenovo/x201/acpi/platform.asl @@ -14,10 +14,6 @@ * GNU General Public License for more details. */
-/* These come from the dynamically created CPU SSDT */ -External(PDC0) -External(PDC1) - /* The APM port can be used for generating software SMIs */
OperationRegion (APMP, SystemIO, 0xb2, 2) diff --git a/src/mainboard/packardbell/ms2290/acpi/platform.asl b/src/mainboard/packardbell/ms2290/acpi/platform.asl index 9812d14..21d8115 100644 --- a/src/mainboard/packardbell/ms2290/acpi/platform.asl +++ b/src/mainboard/packardbell/ms2290/acpi/platform.asl @@ -14,10 +14,6 @@ * GNU General Public License for more details. */
-/* These come from the dynamically created CPU SSDT */ -External(PDC0) -External(PDC1) - /* The APM port can be used for generating software SMIs */
OperationRegion (APMP, SystemIO, 0xb2, 2)
Peter Lemenkov has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/35449 )
Change subject: mb/{lenovo/x201,packardbell/ms2290}/acpi/platform: We don't have PDC[01] variables ......................................................................
Abandoned
The same change was introduced in commit 9f3fd694 with Change-Id I3a3174cf20cea60d8b2c4d0311a48ce9ffe1a8a1