Paul Menzel (paulepanter(a)users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/12085
-gerrit
commit 9ee40ef4f3d8bc2f9c8fe1cf75f3d288a6ff9e6c
Author: Paul Menzel <paulepanter(a)users.sourceforge.net>
Date: Sun Oct 18 11:47:45 2015 +0200
Makefile.inc: Build test intelvbttool
Add intelvbttool to list of utilities to be build tested by the build
servers.
Change-Id: Id75724726778fd939fb7497f5b33a3d5d58124fd
Signed-off-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
---
Makefile.inc | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile.inc b/Makefile.inc
index 5b8e4dc..b85a2cb 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -703,6 +703,7 @@ TOOLLIST= \
cbmem \
ectool \
inteltool \
+ intelvbttool \
nvramtool \
superiotool \
viatool
the following patch was just integrated into master:
commit fdb3a8d07d46c0011555029e041890dc668ec7f0
Author: Furquan Shaikh <furquan(a)google.com>
Date: Thu Oct 15 15:50:30 2015 -0700
arm64: Remove cpu intialization through device-tree
Since, SMP support is removed for ARM64, there is no need for CPU
initialization to be performed via device-tree.
Change-Id: I0534e6a93c7dc8659859eac926d17432d10243aa
Signed-off-by: Furquan Shaikh <furquan(a)google.com>
Reviewed-on: http://review.coreboot.org/11913
Tested-by: build bot (Jenkins)
Reviewed-by: Julius Werner <jwerner(a)chromium.org>
See http://review.coreboot.org/11913 for details.
-gerrit
the following patch was just integrated into master:
commit b3f6ad35221984419ee0998f47b778d669d1636e
Author: Furquan Shaikh <furquan(a)google.com>
Date: Thu Oct 15 12:15:31 2015 -0700
arm64: Remove SMP support
As ARM Trusted Firmware is the only first class citizen for
booting arm64 multi-processor in coreboot remove SMP
support. If SoCs want to bring up MP then ATF needs to be
ported and integrated.
Change-Id: Ife24d53eed9b7a5a5d8c69a64d7a20a55a4163db
Signed-off-by: Furquan Shaikh <furquan(a)google.com>
Reviewed-on: http://review.coreboot.org/11909
Tested-by: build bot (Jenkins)
Reviewed-by: Julius Werner <jwerner(a)chromium.org>
See http://review.coreboot.org/11909 for details.
-gerrit
the following patch was just integrated into master:
commit 1148786c05d97b4c646c11e770b275809b562953
Author: Aaron Durbin <adurbin(a)chromium.org>
Date: Thu Oct 15 12:22:27 2015 -0500
arm64: remove spin table support
As ARM Trusted Firmware is the only first class citizen for
booting arm64 multi-processor in coreboot remove spintable
support. If SoCs want to bring up MP then ATF needs to be
ported and integrated.
Change-Id: I1f38b8d8b0952eee50cc64440bfd010b1dd0bff4
Signed-off-by: Aaron Durbin <adurbin(a)chromium.org>
Reviewed-on: http://review.coreboot.org/11908
Tested-by: build bot (Jenkins)
Reviewed-by: Julius Werner <jwerner(a)chromium.org>
See http://review.coreboot.org/11908 for details.
-gerrit
the following patch was just integrated into master:
commit 0325a45fd03eb33818c7ac32208ea6568236ec14
Author: Aaron Durbin <adurbin(a)chromium.org>
Date: Wed Oct 14 10:20:18 2015 -0500
arm64: remove ARCH_ARM64_CORTEX_A57_POWER_DOWN_SUPPORT
With the removal of secmon from coreboot there are no
power down operations required. As such remove the
A57 power down support.
Change-Id: I8eebb0ecd87b5e8bb3eaac335d652689d7f57796
Signed-off-by: Aaron Durbin <adurbin(a)chromium.org>
Reviewed-on: http://review.coreboot.org/11898
Reviewed-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
Reviewed-by: Furquan Shaikh <furquan(a)google.com>
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me(a)gmail.com>
Reviewed-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
See http://review.coreboot.org/11898 for details.
-gerrit
the following patch was just integrated into master:
commit 8c8e2b7e4c5f1e6a543ce67cf8b47e9feb1bac50
Author: Aaron Durbin <adurbin(a)chromium.org>
Date: Wed Oct 14 10:08:10 2015 -0500
arm64: remove secmon
It's been decided to only support ARM Trusted Firmware for
any EL3 monitor. That means any SoC that requires PSCI
needs to add its support for ATF otherwise multi-processor
bring up won't work.
Change-Id: Ic931dbf5eff8765f4964374910123a197148f0ff
Signed-off-by: Aaron Durbin <adurbin(a)chromium.org>
Reviewed-on: http://review.coreboot.org/11897
Tested-by: build bot (Jenkins)
Reviewed-by: Julius Werner <jwerner(a)chromium.org>
See http://review.coreboot.org/11897 for details.
-gerrit