the following patch was just integrated into master:
commit 420caafee8455bd5df5be254594f1b280c3921c4
Author: Alexandru Gagniuc <mr.nuke.me(a)gmail.com>
Date: Tue Jan 5 17:00:27 2016 -0800
include/device: Move inline functions from pci_def.h to pci.h
pci_def.h is supposed to only contain definitions, such that it may be
included in assembly files. Declaration of functions in said file
prevents that.
Change-Id: I0f90a74291c8a2ef7a1e1027d2d2182f896050fb
Signed-off-by: Alexandru Gagniuc <mr.nuke.me(a)gmail.com>
Reviewed-on: https://review.coreboot.org/13300
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin(a)chromium.org>
See https://review.coreboot.org/13300 for details.
-gerrit
the following patch was just integrated into master:
commit 0cd9ff8987f9d4f303e01aefe9bfc812916fee04
Author: Martin Roth <martinroth(a)google.com>
Date: Mon Feb 1 17:33:37 2016 -0700
xcompile: Add a way to specify -march=i586
Instead of instructing users to edit xcompile when they want to build
a quark platform, give the build a way to set -march=586 so that
the quark code will build correctly. The Quark processor does not
support the instructions introduced with the Pentium 6 architecture.
Change-Id: I0ed69aadc515f86f76800180e0e33bcd75feac5a
Signed-off-by: Martin Roth <martinroth(a)google.com>
Reviewed-on: https://review.coreboot.org/13552
Reviewed-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Tested-by: build bot (Jenkins)
Reviewed-by: Leroy P Leahy <leroy.p.leahy(a)intel.com>
Reviewed-by: Patrick Georgi <pgeorgi(a)google.com>
Reviewed-by: FEI WANG <wangfei.jimei(a)gmail.com>
See https://review.coreboot.org/13552 for details.
-gerrit
Stefan Reinauer (stefan.reinauer(a)coreboot.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13568
-gerrit
commit e68e6161d31e997def55d98449c3431fedfdc750
Author: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Date: Tue Feb 2 17:52:42 2016 -0800
crossgcc: Add checksum for make
I forgot to add that when I added support to buildgcc.
Change-Id: I586d64805e72f9512057a4e0698bdee19cc53146
Signed-off-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
---
util/crossgcc/sum/make-4.1.tar.bz2.cksum | 1 +
1 file changed, 1 insertion(+)
diff --git a/util/crossgcc/sum/make-4.1.tar.bz2.cksum b/util/crossgcc/sum/make-4.1.tar.bz2.cksum
new file mode 100644
index 0000000..02807c6
--- /dev/null
+++ b/util/crossgcc/sum/make-4.1.tar.bz2.cksum
@@ -0,0 +1 @@
+0d701882fd6fd61a9652cb8d866ad7fc7de54d58 tarballs/make-4.1.tar.bz2
Stefan Reinauer (stefan.reinauer(a)coreboot.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13567
-gerrit
commit a5680996efbcf9fad636a35a4a2026b91f32d812
Author: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Date: Tue Feb 2 17:51:39 2016 -0800
crossgcc: Rename x86 to x64
Idee4eb5d112e3f6bffced0681e9112101bed6763 has renamed
the architecture by accident. Rename it back.
Change-Id: I5509d2aa09df513789325bc24d9b696a09cb898f
Signed-off-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
---
util/crossgcc/Makefile.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/util/crossgcc/Makefile.inc b/util/crossgcc/Makefile.inc
index 1c28504..c2c0890 100644
--- a/util/crossgcc/Makefile.inc
+++ b/util/crossgcc/Makefile.inc
@@ -13,7 +13,7 @@
## GNU General Public License for more details.
##
-TOOLCHAIN_ARCHES := i386 x86 arm aarch64 mips riscv power8 nds32le
+TOOLCHAIN_ARCHES := i386 x64 arm aarch64 mips riscv power8 nds32le
help_toolchain help::
@echo '*** Toolchain targets ***'
the following patch was just integrated into master:
commit a9fa0c897c378b6c4f52d7bc71a3f672af7f2ee8
Author: Patrick Georgi <pgeorgi(a)chromium.org>
Date: Tue Feb 2 19:55:48 2016 +0100
crossgcc: Also add the nds32le architecture to the coreboot Makefile
Change-Id: Ibf3346586d188dbd5b7ab10bedfc1609b2bb1499
Signed-off-by: Patrick Georgi <pgeorgi(a)chromium.org>
Reviewed-on: https://review.coreboot.org/13565
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
See https://review.coreboot.org/13565 for details.
-gerrit
Stefan Reinauer (stefan.reinauer(a)coreboot.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13565
-gerrit
commit 10efd97b672b559701b8b19abe35765a54bffbeb
Author: Patrick Georgi <pgeorgi(a)chromium.org>
Date: Tue Feb 2 19:55:48 2016 +0100
crossgcc: Also add the nds32le architecture to the coreboot Makefile
Change-Id: Ibf3346586d188dbd5b7ab10bedfc1609b2bb1499
Signed-off-by: Patrick Georgi <pgeorgi(a)chromium.org>
---
util/crossgcc/Makefile.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/util/crossgcc/Makefile.inc b/util/crossgcc/Makefile.inc
index bd1b0cd..1c28504 100644
--- a/util/crossgcc/Makefile.inc
+++ b/util/crossgcc/Makefile.inc
@@ -13,7 +13,7 @@
## GNU General Public License for more details.
##
-TOOLCHAIN_ARCHES := i386 x86 arm aarch64 mips riscv power8
+TOOLCHAIN_ARCHES := i386 x86 arm aarch64 mips riscv power8 nds32le
help_toolchain help::
@echo '*** Toolchain targets ***'
the following patch was just integrated into master:
commit 6c0ccfb10d9f2785832b98734b00993ec19e8611
Author: Patrick Georgi <pgeorgi(a)chromium.org>
Date: Sat Jan 30 09:14:45 2016 +0100
crossgcc/Makefile.inc: deduplicate cross*-$arch rules
Change-Id: Idee4eb5d112e3f6bffced0681e9112101bed6763
Signed-off-by: Patrick Georgi <pgeorgi(a)chromium.org>
Reviewed-on: https://review.coreboot.org/13524
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
See https://review.coreboot.org/13524 for details.
-gerrit
the following patch was just integrated into master:
commit d5779c15eb297bd544ac0dd5144b09e6ac0e9023
Author: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Date: Fri Jan 29 17:48:47 2016 -0800
buildgcc: Move all toolchain build targets to util/crossgcc
There is a lot of potential to completely get rid of Makefile
and keep everything in Makefile.inc, but for now this declutters
the main Makefile.inc.
Change-Id: I653313c74207f955514c036c81efcbfd988827c9
Signed-off-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Reviewed-on: https://review.coreboot.org/13518
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth(a)google.com>
See https://review.coreboot.org/13518 for details.
-gerrit