From 547e58db8b970ef89e392899129feabe0f9e1639 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Tue, 16 Feb 2021 00:09:31 +0100 Subject: soc/amd/*/iomap: remove unused ACPI_SMI_CTL_PORT This was replaced by APM_CNT defined in src/include/cpu/x86/smm.h, so remove the now unused definitions. Signed-off-by: Felix Held Change-Id: Ibd25dcdb57de14fe42352f01067cedca53712d56 Reviewed-on: https://review.coreboot.org/c/coreboot/+/50777 Tested-by: build bot (Jenkins) Reviewed-by: Marshall Dawson Reviewed-by: Paul Menzel --- src/soc/amd/picasso/include/soc/iomap.h | 1 - src/soc/amd/stoneyridge/include/soc/iomap.h | 1 - 2 files changed, 2 deletions(-) (limited to 'src') diff --git a/src/soc/amd/picasso/include/soc/iomap.h b/src/soc/amd/picasso/include/soc/iomap.h index 91f050942e..bde1008a75 100644 --- a/src/soc/amd/picasso/include/soc/iomap.h +++ b/src/soc/amd/picasso/include/soc/iomap.h @@ -71,7 +71,6 @@ #endif /* ENV_X86 */ /* I/O Ranges */ -#define ACPI_SMI_CTL_PORT 0xb2 #define ACPI_IO_BASE 0x400 #define ACPI_PM_EVT_BLK (ACPI_IO_BASE + 0x00) /* 4 bytes */ #define ACPI_PM1_STS (ACPI_PM_EVT_BLK + 0x00) /* 2 bytes */ diff --git a/src/soc/amd/stoneyridge/include/soc/iomap.h b/src/soc/amd/stoneyridge/include/soc/iomap.h index d8befbe873..7832dadafc 100644 --- a/src/soc/amd/stoneyridge/include/soc/iomap.h +++ b/src/soc/amd/stoneyridge/include/soc/iomap.h @@ -26,7 +26,6 @@ #define FLASH_BASE_ADDR ((0xffffffff - CONFIG_ROM_SIZE) + 1) /* I/O Ranges */ -#define ACPI_SMI_CTL_PORT 0xb2 #define ACPI_IO_BASE 0x400 #define ACPI_PM_EVT_BLK (ACPI_IO_BASE + 0x00) /* 4 bytes */ #define ACPI_PM1_STS (ACPI_PM_EVT_BLK + 0x00) /* 2 bytes */ -- cgit v1.2.3