summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/picasso/Makefile.inc
diff options
context:
space:
mode:
authorMartin Roth <martinroth@chromium.org>2020-10-02 14:51:40 -0600
committerEdward O'Callaghan <quasisec@chromium.org>2020-10-08 01:05:55 +0000
commitfc33235f82a08e9ec9a0fcff0f7cba8eda1ac251 (patch)
tree437862e278d3f82d2b9f32016027b181cd0f4627 /src/soc/amd/picasso/Makefile.inc
parenteb7fc4aead52d35cde6f14e0e1441e1aae2d222f (diff)
downloadcoreboot-fc33235f82a08e9ec9a0fcff0f7cba8eda1ac251.tar.gz
coreboot-fc33235f82a08e9ec9a0fcff0f7cba8eda1ac251.tar.bz2
coreboot-fc33235f82a08e9ec9a0fcff0f7cba8eda1ac251.zip
soc/amd/picasso: Die if the workbuf is missing two boots in a row
BUG=b:169199392 TEST=Corrupt vboot signature to force an error, see that the system halts instead of rebooting forever. BRANCH=Zork Signed-off-by: Martin Roth <martinroth@chromium.org> Change-Id: I949f94e78d25720f6cd7e81de8d030084e267f29 Reviewed-on: https://review.coreboot.org/c/coreboot/+/45964 Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com> Reviewed-by: Edward O'Callaghan <quasisec@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/picasso/Makefile.inc')
-rw-r--r--src/soc/amd/picasso/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/picasso/Makefile.inc b/src/soc/amd/picasso/Makefile.inc
index 1e9ba4a12406..9c5d4d08c1eb 100644
--- a/src/soc/amd/picasso/Makefile.inc
+++ b/src/soc/amd/picasso/Makefile.inc
@@ -22,6 +22,7 @@ bootblock-y += tsc_freq.c
bootblock-y += gpio.c
bootblock-y += smi_util.c
bootblock-y += config.c
+bootblock-y += pmutil.c
bootblock-y += reset.c
romstage-y += i2c.c