[coreboot-gerrit] New patch to review for coreboot: xcompile: fill in power8 64bit LE

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Mon Jan 25 18:16:30 CET 2016


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13421

-gerrit

commit 681e97a5c597a90d3f74f693a53fdbd8c626ca80
Author: Patrick Georgi <pgeorgi at chromium.org>
Date:   Mon Jan 25 18:16:14 2016 +0100

    xcompile: fill in power8 64bit LE
    
    Change-Id: Id0316042f665ec9c095887cf6a37a7949ed8e861
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
---
 util/xcompile/xcompile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile
index c9c91b9..b0199eb 100755
--- a/util/xcompile/xcompile
+++ b/util/xcompile/xcompile
@@ -341,13 +341,13 @@ arch_config_mipsel() {
 }
 
 arch_config_power8() {
-	TARCH="powerpc"
-	TBFDARCHS="powerpc"
-	TCLIST="powerpc"
+	TARCH="power8"
+	TBFDARCHS="powerpcle"
+	TCLIST="powerpc64 powerpc64le"
 	TWIDTH="64"
 	TSUPP="power8"
-	TABI="elf"
-	CC_RT_EXTRA_GCC="-mcpu=power8"
+	TABI="linux" # there is no generic ABI on ppc64
+	CC_RT_EXTRA_GCC="-mcpu=power8 -mlittle-endian"
 }
 
 test_architecture() {



More information about the coreboot-gerrit mailing list