[coreboot-gerrit] New patch to review for coreboot: e785205 mainboard/amd/Kconfig: Blacklist AMD blob board

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Wed Dec 10 11:28:12 CET 2014


Edward O'Callaghan (eocallaghan at alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7780

-gerrit

commit e785205ef45d79cac75a50417a890b4187375990
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Wed Dec 10 21:27:04 2014 +1100

    mainboard/amd/Kconfig: Blacklist AMD blob board
    
    Change-Id: I88e9344fe364d62145060e3d6e9fdbfc14cee023
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/mainboard/amd/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/mainboard/amd/Kconfig b/src/mainboard/amd/Kconfig
index cc5679a..fc2f396 100644
--- a/src/mainboard/amd/Kconfig
+++ b/src/mainboard/amd/Kconfig
@@ -67,7 +67,11 @@ source "src/mainboard/amd/union_station/Kconfig"
 source "src/mainboard/amd/parmer/Kconfig"
 source "src/mainboard/amd/thatcher/Kconfig"
 source "src/mainboard/amd/olivehill/Kconfig"
+# blob boards require GCC's optimiser to 'fix' things at
+# compile time.
+if !CONFIG_COMPILER_LLVM_CLANG
 source "src/mainboard/amd/olivehillplus/Kconfig"
+endif
 
 config MAINBOARD_VENDOR
 	string



More information about the coreboot-gerrit mailing list