Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/79847?usp=email )
Change subject: sb/amd/pi/hudson: drop unused ACPI_SMI_CMD_* defines ......................................................................
sb/amd/pi/hudson: drop unused ACPI_SMI_CMD_* defines
Signed-off-by: Felix Held felix-coreboot@felixheld.de Change-Id: Idf02d8bee70fd654b3e71d1ead6dc0414fb6de40 --- M src/southbridge/amd/pi/hudson/hudson.h 1 file changed, 0 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/47/79847/1
diff --git a/src/southbridge/amd/pi/hudson/hudson.h b/src/southbridge/amd/pi/hudson/hudson.h index 231766b..510cdd0 100644 --- a/src/southbridge/amd/pi/hudson/hudson.h +++ b/src/southbridge/amd/pi/hudson/hudson.h @@ -45,11 +45,8 @@ #define ACPI_SCI_IRQ 9
#define ACPI_SMI_CTL_PORT 0xb2 -#define ACPI_SMI_CMD_CST_CONTROL 0xde -#define ACPI_SMI_CMD_PST_CONTROL 0xad #define ACPI_SMI_CMD_DISABLE 0xbe #define ACPI_SMI_CMD_ENABLE 0xef -#define ACPI_SMI_CMD_S4_REQ 0xc0
#define REV_HUDSON_A11 0x11 #define REV_HUDSON_A12 0x12