summaryrefslogtreecommitdiffstats
path: root/src/soc/amd
diff options
context:
space:
mode:
authorAaron Durbin <adurbin@chromium.org>2020-08-14 16:37:07 -0600
committerAaron Durbin <adurbin@chromium.org>2020-08-17 17:40:52 +0000
commitd24e5f15f2c28ba2519603a09cbe5a80a0ebbc48 (patch)
treeada286c1e10a8cf584b0e18430d0ef57e9d40a46 /src/soc/amd
parent51c3ae4330d4112da52c4ba59e17373c04cd0c9a (diff)
downloadcoreboot-d24e5f15f2c28ba2519603a09cbe5a80a0ebbc48.tar.gz
coreboot-d24e5f15f2c28ba2519603a09cbe5a80a0ebbc48.tar.bz2
coreboot-d24e5f15f2c28ba2519603a09cbe5a80a0ebbc48.zip
soc/amd/stoneyridge: remove unused soc_power_reg object
Now that no one is consuming this object, remove its definition. BUG=b:159947207 Signed-off-by: Aaron Durbin <adurbin@chromium.org> Change-Id: Ib5aeec1733b6c9fa49569e30c4c369f70af0939c Reviewed-on: https://review.coreboot.org/c/coreboot/+/44487 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/soc/amd')
-rw-r--r--src/soc/amd/stoneyridge/include/soc/southbridge.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/soc/amd/stoneyridge/include/soc/southbridge.h b/src/soc/amd/stoneyridge/include/soc/southbridge.h
index 80c258f442b6..85df0b3b3acb 100644
--- a/src/soc/amd/stoneyridge/include/soc/southbridge.h
+++ b/src/soc/amd/stoneyridge/include/soc/southbridge.h
@@ -318,14 +318,6 @@ typedef struct aoac_devs {
unsigned int :4;
} __packed aoac_devs_t;
-struct soc_power_reg {
- uint16_t pm1_sts;
- uint16_t pm1_en;
- uint32_t gpe0_sts;
- uint32_t gpe0_en;
- uint16_t wake_from;
-};
-
#define XHCI_FW_SIG_OFFSET 0xc
#define XHCI_FW_ADDR_OFFSET 0x6
#define XHCI_FW_SIZE_OFFSET 0x8