From c27daff542246281303b1de495e06a9a872b01d6 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sun, 16 Jul 2017 04:47:23 +0300 Subject: binaryPI: Drop remains of ACPI S3 on FCH MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Never reached and actual code was already wiped out. Change-Id: Ic17cbc56e83d23e228e23578357843ac9cd77eda Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/20623 Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/northbridge/amd/pi/00630F01/northbridge.c | 3 --- src/northbridge/amd/pi/00660F01/northbridge.c | 3 --- src/northbridge/amd/pi/00730F01/northbridge.c | 3 --- 3 files changed, 9 deletions(-) (limited to 'src/northbridge/amd/pi') diff --git a/src/northbridge/amd/pi/00630F01/northbridge.c b/src/northbridge/amd/pi/00630F01/northbridge.c index 96d30e901e..4af0182f11 100644 --- a/src/northbridge/amd/pi/00630F01/northbridge.c +++ b/src/northbridge/amd/pi/00630F01/northbridge.c @@ -629,9 +629,6 @@ static void domain_read_resources(device_t dev) static void domain_enable_resources(device_t dev) { - if (acpi_is_wakeup_s3()) - agesawrapper_fchs3laterestore(); - /* Must be called after PCI enumeration and resource allocation */ if (!acpi_is_wakeup_s3()) { /* Enable MMIO on AMD CPU Address Map Controller */ diff --git a/src/northbridge/amd/pi/00660F01/northbridge.c b/src/northbridge/amd/pi/00660F01/northbridge.c index 039f386592..00740f1f6e 100644 --- a/src/northbridge/amd/pi/00660F01/northbridge.c +++ b/src/northbridge/amd/pi/00660F01/northbridge.c @@ -634,9 +634,6 @@ static void domain_read_resources(device_t dev) static void domain_enable_resources(device_t dev) { - if (acpi_is_wakeup_s3()) - AGESAWRAPPER(fchs3laterestore); - /* Must be called after PCI enumeration and resource allocation */ if (!acpi_is_wakeup_s3()) AGESAWRAPPER(amdinitmid); diff --git a/src/northbridge/amd/pi/00730F01/northbridge.c b/src/northbridge/amd/pi/00730F01/northbridge.c index de2059dce9..ce1eb53b9d 100644 --- a/src/northbridge/amd/pi/00730F01/northbridge.c +++ b/src/northbridge/amd/pi/00730F01/northbridge.c @@ -648,9 +648,6 @@ static void domain_read_resources(device_t dev) static void domain_enable_resources(device_t dev) { - if (acpi_is_wakeup_s3()) - AGESAWRAPPER(fchs3laterestore); - /* Must be called after PCI enumeration and resource allocation */ if (!acpi_is_wakeup_s3()) AGESAWRAPPER(amdinitmid); -- cgit v1.2.3