[coreboot-gerrit] New patch to review for coreboot: mc_tcu3: Enable graphic init code

Werner Zeh (werner.zeh@siemens.com) gerrit at coreboot.org
Wed Feb 24 07:39:56 CET 2016


Werner Zeh (werner.zeh at siemens.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13774

-gerrit

commit 64a6769406f513df197e415a0678b8ad07f7e6e3
Author: Werner Zeh <werner.zeh at siemens.com>
Date:   Wed Feb 24 07:35:17 2016 +0100

    mc_tcu3: Enable graphic init code
    
    The used Baytrail-M SoC on TCU3 tend to have issues
    with DisplayPort if the graphic power gate is not set up
    in coreboot. To avoid this error, use the graphic init
    code on this board.
    
    Change-Id: I973bbaa7d86c1ede1f2884b3a08ccb31f7d85087
    Signed-off-by: Werner Zeh <werner.zeh at siemens.com>
---
 src/mainboard/siemens/mc_tcu3/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mainboard/siemens/mc_tcu3/Kconfig b/src/mainboard/siemens/mc_tcu3/Kconfig
index 1b62045..d7ff867 100644
--- a/src/mainboard/siemens/mc_tcu3/Kconfig
+++ b/src/mainboard/siemens/mc_tcu3/Kconfig
@@ -29,6 +29,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	select SOC_INTEL_FSP_BAYTRAIL_MD
 	select USE_BLOBS
 	select CBFS_AUTOGEN_ATTRIBUTES
+	select FSP_BAYTRAIL_GFX_INIT
 
 config MAINBOARD_DIR
 	string



More information about the coreboot-gerrit mailing list