Stefan Reinauer (stefan.reinauer(a)coreboot.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14257
-gerrit
commit 26d4957e3d717b949301f38960f60f8ef107e9f1
Author: Iru Cai <mytbk920423(a)gmail.com>
Date: Tue Apr 5 23:43:59 2016 +0800
xcompile: rename riscv to riscv64
In newer toolchain with binutils 2.26 and GCC 5.3.0, we build binutils
and GCC with machine type riscv32 and riscv64 instead of riscv. We can
see it in this riscv-gnu-toolchain commit:
https://github.com/riscv/riscv-gnu-toolchain/commit/dedbf07
Signed-off-by: Iru Cai <mytbk920423(a)gmail.com>
Change-Id: Id552859ec256d80108e073d25cd51dd1fc3fbfac
---
util/xcompile/xcompile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile
index 2479c39..1b79ddc 100755
--- a/util/xcompile/xcompile
+++ b/util/xcompile/xcompile
@@ -329,7 +329,7 @@ arch_config_arm64() {
arch_config_riscv() {
TARCH="riscv"
TBFDARCHS="littleriscv"
- TCLIST="riscv"
+ TCLIST="riscv64"
TWIDTH="64"
TABI="elf"
}
the following patch was just integrated into master:
commit 0eb1f1cba9080f2ab11d5492842f4d3c3c09af17
Author: Aaron Durbin <adurbin(a)chromium.org>
Date: Tue Apr 19 13:42:27 2016 -0500
arch/riscv/tables: remove confusion over write_tables()
Apparently the memo was missed about the write_tables()
signature. Fix the confusion.
Change-Id: I8ef367345dd54584c57e9d5cd8cc3d81ce109fef
Signed-off-by: Aaron Durbin <adurbin(a)chromium.org>
Reviewed-on: https://review.coreboot.org/14421
Tested-by: build bot (Jenkins)
Reviewed-by: Nico Huber <nico.h(a)gmx.de>
Reviewed-by: Patrick Georgi <pgeorgi(a)google.com>
See https://review.coreboot.org/14421 for details.
-gerrit
the following patch was just integrated into master:
commit f7dca0a27599ae05e4d7dad9fde8dd34f6d176fd
Author: Aaron Durbin <adurbin(a)chromium.org>
Date: Tue Apr 19 13:41:16 2016 -0500
arch/power8/tables: remove confusion over write_tables()
Apparently the memo was missed about the write_tables()
signature. Fix the confusion.
Change-Id: I63924be47d3507d2d7ed006a553414f4ac60d2f9
Signed-off-by: Aaron Durbin <adurbin(a)chromium.org>
Reviewed-on: https://review.coreboot.org/14420
Tested-by: build bot (Jenkins)
Reviewed-by: Nico Huber <nico.h(a)gmx.de>
Reviewed-by: Patrick Georgi <pgeorgi(a)google.com>
See https://review.coreboot.org/14420 for details.
-gerrit