summaryrefslogtreecommitdiff
path: root/src/soc/amd/cezanne/Makefile.inc
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-03-03 18:56:41 +0100
committerFelix Held <felix-coreboot@felixheld.de>2021-03-04 19:55:27 +0000
commit7f3f52d7c6551e5b218404dfb0f01a99ee62c043 (patch)
tree626e89f7b7fc62f0e1af307cd1b52db5b370caad /src/soc/amd/cezanne/Makefile.inc
parentdac1a456f9d04483fd2c5fb79b7a5092cbb366eb (diff)
downloadcoreboot-7f3f52d7c6551e5b218404dfb0f01a99ee62c043.tar.xz
soc/amd/cezanne: add SMU support
BUG=b:181766974 Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I5b9b4c3d57945ea7c3287cf47f3d9704f42ff24b Reviewed-on: https://review.coreboot.org/c/coreboot/+/51233 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/soc/amd/cezanne/Makefile.inc')
-rw-r--r--src/soc/amd/cezanne/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/cezanne/Makefile.inc b/src/soc/amd/cezanne/Makefile.inc
index 35e700977e..16b69f36d2 100644
--- a/src/soc/amd/cezanne/Makefile.inc
+++ b/src/soc/amd/cezanne/Makefile.inc
@@ -37,6 +37,7 @@ ramstage-y += root_complex.c
ramstage-y += uart.c
smm-y += smihandler.c
+smm-y += smu.c
smm-$(CONFIG_DEBUG_SMI) += uart.c
CPPFLAGS_common += -I$(src)/soc/amd/cezanne/include