From 54ff67c698c3437fc1e460b5907d82825917b51f Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Tue, 16 Jun 2020 16:26:11 +0200 Subject: mb/asrock/b85m_pro4: Reduce Super I/O ACPI code We only need ACPI for the PS/2 devices. Plus, the NCT6776 ACPI code makes Windows BSOD with STOP 0xA5 (ACPI_BIOS_ERROR), which is bad. Change-Id: I4cfad012684264b21284674e8e3713a5d8bb37be Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/42430 Reviewed-by: Felix Held Tested-by: build bot (Jenkins) --- src/mainboard/asrock/b85m_pro4/acpi/superio.asl | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'src/mainboard') diff --git a/src/mainboard/asrock/b85m_pro4/acpi/superio.asl b/src/mainboard/asrock/b85m_pro4/acpi/superio.asl index 4bdb4b9c22..ee2eabeb75 100644 --- a/src/mainboard/asrock/b85m_pro4/acpi/superio.asl +++ b/src/mainboard/asrock/b85m_pro4/acpi/superio.asl @@ -1,12 +1,3 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ -#define SUPERIO_DEV SIO0 -#define SUPERIO_PNP_BASE 0x2e -#define NCT6776_SHOW_PP -#define NCT6776_SHOW_SP1 -#define NCT6776_SHOW_KBC -#define NCT6776_SHOW_HWM - -#undef NCT6776_SHOW_GPIO - -#include +#include -- cgit v1.2.3