summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/cezanne/Makefile.inc
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-07-13 18:21:27 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-07-14 17:35:43 +0000
commita24472a7f88ecfea999e4962931e14f2b319b47a (patch)
tree8bdf78e69702e697294d5e7dac939173699db177 /src/soc/amd/cezanne/Makefile.inc
parent71b918d882738fd99f7894d43a96d5782ad1928b (diff)
downloadcoreboot-a24472a7f88ecfea999e4962931e14f2b319b47a.tar.gz
coreboot-a24472a7f88ecfea999e4962931e14f2b319b47a.tar.bz2
coreboot-a24472a7f88ecfea999e4962931e14f2b319b47a.zip
soc/amd/cezanne: add basic MCA support
Currently the MCA support for Cezanne only clears the MCA status registers. The MCA error handling and BERT table generation will be added in subsequent patches. Change-Id: Ib9b5174186c28c8c82f57ffd8936c8dad4e63c5b Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/56262 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org>
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 fa38cc3785e8..d68a6b6290cb 100644
--- a/src/soc/amd/cezanne/Makefile.inc
+++ b/src/soc/amd/cezanne/Makefile.inc
@@ -39,6 +39,7 @@ ramstage-y += data_fabric.c
ramstage-y += fch.c
ramstage-y += fsp_s_params.c
ramstage-y += gpio.c
+ramstage-y += mca.c
ramstage-y += reset.c
ramstage-y += root_complex.c
ramstage-y += uart.c