[coreboot-gerrit] New patch to review for coreboot: mc_tcu3: Enable the usage of blobs.

Werner Zeh (werner.zeh@siemens.com) gerrit at coreboot.org
Thu Oct 1 11:52:47 CET 2015


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

-gerrit

commit a247ad1e920f051ba1c8d47efb11784c535bea2b
Author: Werner Zeh <werner.zeh at siemens.com>
Date:   Thu Oct 1 13:50:23 2015 +0200

    mc_tcu3: Enable the usage of blobs.
    
    Since microcode was moved to 3rdparty/blobs, we need to select
    USE_BLOBS in Kconfig to get the submodule 3rdparty/blobs automaticaly.
    
    Change-Id: I25e574fd90b830448cacccd16d01a5a2dbc8517d
    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 f46c528..729b305 100644
--- a/src/mainboard/siemens/mc_tcu3/Kconfig
+++ b/src/mainboard/siemens/mc_tcu3/Kconfig
@@ -31,6 +31,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	select TSC_MONOTONIC_TIMER
 	select DRIVER_INTEL_I210
 	select SOC_INTEL_FSP_BAYTRAIL_MD
+	select USE_BLOBS
 
 config MAINBOARD_DIR
 	string



More information about the coreboot-gerrit mailing list