ACPI: Remove ACPI_NO_SMI_GNVS

This was used as a guard to not raise SMI with
APM_CNT_GNVS_UPDATE. The handler has been removed
now completely.

Change-Id: I7726367fd16630aa4b4b25b24b05f740645066db
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49127
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
Kyösti Mälkki
2021-01-05 22:04:56 +02:00
committed by Nico Huber
parent d7a364393a
commit 7ae375d3bc
6 changed files with 0 additions and 8 deletions

View File

@@ -14,7 +14,6 @@ config CPU_AMD_AGESA
select SPI_FLASH if HAVE_ACPI_RESUME
select SMM_ASEG
select SSE2
select ACPI_NO_SMI_GNVS
if CPU_AMD_AGESA

View File

@@ -13,7 +13,6 @@ config CPU_AMD_PI
select SPI_FLASH if HAVE_ACPI_RESUME
select SMM_ASEG
select SSE2
select ACPI_NO_SMI_GNVS
if CPU_AMD_PI