mb/{google/jecht,intel/wtm2}: Remove NOOP APM finalize call

The intel/soc/broadwell smihandler has no handler for this APM call.

Change-Id: I2bcec7cce00d433a197a9e2fb01434a2998e1452
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52167
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Arthur Heymans 2021-04-07 21:20:51 +02:00 committed by Patrick Georgi
parent 9700fa0697
commit 5fa07217a4
2 changed files with 0 additions and 16 deletions

View File

@ -1,16 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <acpi/acpi.h>
#include <cpu/x86/smm.h>
#include <vendorcode/google/chromeos/chromeos.h>
#include "onboard.h"
void mainboard_suspend_resume(void)
{
/* Call SMM finalize() handlers before resume */
apm_control(APM_CNT_FINALIZE);
}
static void mainboard_init(struct device *dev)
{
lan_init();

View File

@ -1,17 +1,9 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <cpu/x86/smm.h>
#include <device/device.h>
#include <drivers/intel/gma/int15.h>
#include <acpi/acpi.h>
#include <vendorcode/google/chromeos/chromeos.h>
void mainboard_suspend_resume(void)
{
/* Call SMM finalize() handlers before resume */
apm_control(APM_CNT_FINALIZE);
}
// mainboard_enable is executed as first thing after
// enumerate_buses().