summaryrefslogtreecommitdiffstats
path: root/src/southbridge
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2024-01-08 16:53:14 +0100
committerFelix Held <felix-coreboot@felixheld.de>2024-01-10 14:46:59 +0000
commit3fc1f0667fb578f7b5c633577f0491802f03152c (patch)
tree7c50638cafdd033d84df05d7f4933b241876dbe9 /src/southbridge
parent2768e36f07edf4574d264b74febe9fe803153c17 (diff)
downloadcoreboot-3fc1f0667fb578f7b5c633577f0491802f03152c.tar.gz
coreboot-3fc1f0667fb578f7b5c633577f0491802f03152c.tar.bz2
coreboot-3fc1f0667fb578f7b5c633577f0491802f03152c.zip
sb/amd/pi/hudson: drop unused ACPI_SMI_CMD_* defines
Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: Idf02d8bee70fd654b3e71d1ead6dc0414fb6de40 Reviewed-on: https://review.coreboot.org/c/coreboot/+/79847 Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/southbridge')
-rw-r--r--src/southbridge/amd/pi/hudson/hudson.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/southbridge/amd/pi/hudson/hudson.h b/src/southbridge/amd/pi/hudson/hudson.h
index 231766b47226..510cdd0e3289 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