[coreboot-gerrit] New patch to review for coreboot: a127614 mainboard/amd/Kconfig: Blacklist olivehillplus from clang builds

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Wed Nov 12 06:59:32 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/7444

-gerrit

commit a1276145a5b1ceca43128ddb3a5c649bbfa4428b
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Wed Nov 12 16:56:53 2014 +1100

    mainboard/amd/Kconfig: Blacklist olivehillplus from clang builds
    
    This is only *temporary special case* until SAGE/AMD can resolve the:
    "
    E: Could not add [coreboot/3rdparty/southbridge/amd/avalon/PSP//SmuFirmware.sbin, 131328 bytes (128 KB)@0x5f890]; too big?
    E: Failed to add 'coreboot/3rdparty/southbridge/amd/avalon/PSP//SmuFirmware.sbin' into ROM image.
    "
    issue. Revert later!
    
    Change-Id: Iee5bea14f6391ee6bf43f29a9cc00dc026a687a7
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/mainboard/amd/Kconfig | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/mainboard/amd/Kconfig b/src/mainboard/amd/Kconfig
index cc5679a..7e9ee5f 100644
--- a/src/mainboard/amd/Kconfig
+++ b/src/mainboard/amd/Kconfig
@@ -44,7 +44,7 @@ config BOARD_AMD_THATCHER
 config BOARD_AMD_OLIVEHILL
 	bool "Olive Hill"
 config BOARD_AMD_OLIVEHILLPLUS
-	bool "Olive Hill Plus"
+	bool "Olive Hill Plus" if !COMPILER_LLVM_CLANG # Blacklist board ftm
 endchoice
 
 source "src/mainboard/amd/db800/Kconfig"
@@ -67,7 +67,9 @@ 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"
+if !COMPILER_LLVM_CLANG # Blacklist board ftm
 source "src/mainboard/amd/olivehillplus/Kconfig"
+endif
 
 config MAINBOARD_VENDOR
 	string



More information about the coreboot-gerrit mailing list