Attention is currently required from: Hung-Te Lin, Yu-Ping Wu.
Yidi Lin has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/77118?usp=email )
Change subject: mb/google/geralt: Add reset.c for bootblock ......................................................................
mb/google/geralt: Add reset.c for bootblock
VBOOT_CBFS_INTEGRATION needs board_reset in its logic. Otherwise, it will cause a build failure.
BUG=b:294643742 TEST=build coreboot
Change-Id: Ia4b81d8add71e62707f6b5a747d270caba502174 Signed-off-by: Yidi Lin yidilin@chromium.org --- M src/mainboard/google/geralt/Makefile.inc 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/18/77118/1
diff --git a/src/mainboard/google/geralt/Makefile.inc b/src/mainboard/google/geralt/Makefile.inc index 0c3da90..a0ac297 100644 --- a/src/mainboard/google/geralt/Makefile.inc +++ b/src/mainboard/google/geralt/Makefile.inc @@ -3,6 +3,7 @@ bootblock-y += memlayout.ld bootblock-y += bootblock.c bootblock-y += chromeos.c +bootblock-$(CONFIG_VBOOT_CBFS_INTEGRATION) += reset.c
verstage-y += memlayout.ld verstage-y += chromeos.c