[coreboot-gerrit] New patch to review for coreboot: intel/fsp1_1: Disable GOP support by default

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Mon Jan 4 22:25:58 CET 2016


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12829

-gerrit

commit a812def764fb1a4b3faa170372c3570f0c7d10f7
Author: Martin Roth <martinroth at google.com>
Date:   Mon Jan 4 14:25:19 2016 -0700

    intel/fsp1_1: Disable GOP support by default
    
    Since the GOP drivers aren't published in the 3rdparty blobs repo yet,
    disable the GOP support for now so that abuild can build these
    platforms.
    
    Change-Id: Ic98671c163b433ebde89c8bf240ef4b2be393586
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 src/drivers/intel/fsp1_1/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/drivers/intel/fsp1_1/Kconfig b/src/drivers/intel/fsp1_1/Kconfig
index 692d566..c959e57 100644
--- a/src/drivers/intel/fsp1_1/Kconfig
+++ b/src/drivers/intel/fsp1_1/Kconfig
@@ -105,7 +105,7 @@ config FSP_USES_UPD
 
 config GOP_SUPPORT
 	bool "Enable GOP support"
-	default y
+	default n
 
 config ROMSTAGE_RAM_STACK_SIZE
 	hex "Size of the romstage RAM stack in bytes"



More information about the coreboot-gerrit mailing list