diff options
author | Martin Roth <gaumless@gmail.com> | 2022-10-21 23:24:43 -0600 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2022-10-23 14:40:51 +0000 |
commit | 94008a81e52cd717aea6291d7f52398285a27998 (patch) | |
tree | 6030be30f3ea6d10bcf97881669051659ed95d95 | |
parent | 1e336dd91e749a66efbb841be368c944dfd6a4f2 (diff) |
soc/amd/mendocino: Add STB Spill-to-DRAM enum
This is the enum value to initialize the Smart Trace Buffer's
Spill-to-DRAM feature. More information on how this is used is
available in the STB Linux kernel driver.
Signed-off-by: Martin Roth <gaumless@gmail.com>
Change-Id: Iab2e5fb121902959ddd0e7c8cca930a327b69291
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68686
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
-rw-r--r-- | src/soc/amd/mendocino/include/soc/smu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/mendocino/include/soc/smu.h b/src/soc/amd/mendocino/include/soc/smu.h index c2c629e25d..b811acad5e 100644 --- a/src/soc/amd/mendocino/include/soc/smu.h +++ b/src/soc/amd/mendocino/include/soc/smu.h @@ -12,6 +12,7 @@ enum smu_message_id { SMC_MSG_S3ENTRY = 0x0b, + SMC_MSG_SET_S2D_ADDR = 0x53, }; /* |