[coreboot-gerrit] Patch set updated for coreboot: 030b00e mainboard/amd/Kconfig: Blacklist AMD blob board

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Wed Dec 10 12:26:46 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 030b00e41e87fd726fc401cb87b52d7f81e3fc5a
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..9bbdbd7 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 !COMPILER_LLVM_CLANG
 source "src/mainboard/amd/olivehillplus/Kconfig"
+endif
 
 config MAINBOARD_VENDOR
 	string



More information about the coreboot-gerrit mailing list