aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorItamar <itamar.gold@mediatek.com>2015-07-31 17:10:46 +0800
committerPatrick Georgi <pgeorgi@google.com>2016-01-22 19:31:17 +0100
commit49cb61b41a5ac0e2c446a50c9258ca6c27da0153 (patch)
tree55e6b221b14b6bb2097d3e4fb5298f411f988ac3 /src
parentf585af395d3b88d7a415453e2f2d532797f3962c (diff)
mediatek/mt8173: Add support for verstage
Add support for verstage [pg: split original commit into multiple commits] Change-Id: Ia43bc72a1fb36c6fad5be5654abee5fc19fc4093 Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Original-Commit-Id: 2827aa08ff8712c0245a22378f3ddb0ca054255d Original-Change-Id: I94a9ee2c00e25a37a92133f813d0cd11a3503656 Original-Signed-off-by: Yidi Lin <yidi.lin@mediatek.com> Original-Reviewed-on: https://chromium-review.googlesource.com/292662 Original-Reviewed-by: Julius Werner <jwerner@chromium.org> Reviewed-on: https://review.coreboot.org/13051 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src')
-rw-r--r--src/soc/mediatek/mt8173/Makefile.inc10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/soc/mediatek/mt8173/Makefile.inc b/src/soc/mediatek/mt8173/Makefile.inc
index 5ca882f0c3..a9cb9c2114 100644
--- a/src/soc/mediatek/mt8173/Makefile.inc
+++ b/src/soc/mediatek/mt8173/Makefile.inc
@@ -30,6 +30,16 @@ bootblock-y += wdt.c
################################################################################
+verstage-y += spi.c
+
+verstage-$(CONFIG_DRIVERS_UART) += uart.c
+
+verstage-y += timer.c
+verstage-y += wdt.c
+verstage-y += cbfs.c
+
+################################################################################
+
romstage-y += cbfs.c
romstage-y += timer.c