[coreboot-gerrit] New patch to review for coreboot: mediatek/mt8173: Add support for verstage

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Tue Jan 19 19:49:28 CET 2016


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13051

-gerrit

commit d5f5606a4181b33dd6489ac2f52a70d419bb702a
Author: Itamar <itamar.gold at mediatek.com>
Date:   Fri Jul 31 17:10:46 2015 +0800

    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 at chromium.org>
    Original-Commit-Id: 2827aa08ff8712c0245a22378f3ddb0ca054255d
    Original-Change-Id: I94a9ee2c00e25a37a92133f813d0cd11a3503656
    Original-Signed-off-by: Yidi Lin <yidi.lin at mediatek.com>
    Original-Reviewed-on: https://chromium-review.googlesource.com/292662
    Original-Reviewed-by: Julius Werner <jwerner at chromium.org>
---
 src/soc/mediatek/mt8173/Makefile.inc | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/src/soc/mediatek/mt8173/Makefile.inc b/src/soc/mediatek/mt8173/Makefile.inc
index 5ca882f..a9cb9c2 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
 



More information about the coreboot-gerrit mailing list