Patrick Georgi (patrick(a)georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/656
-gerrit
commit cd38b83244c00a719a31ee3d23aea1ba8f30822d
Author: Patrick Georgi <patrick(a)georgi-clan.de>
Date: Thu Feb 16 19:37:58 2012 +0100
via/cx700: Move HAVE_HARD_RESET to northbridge
No in-tree cx700-using board has it not selected, so move
selection from boards to northbridge.
Change-Id: Ifa79954a48cf99b5f7e49960eafce805401e571c
Signed-off-by: Patrick Georgi <patrick(a)georgi-clan.de>
---
src/mainboard/via/vt8454c/Kconfig | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/mainboard/via/vt8454c/Kconfig b/src/mainboard/via/vt8454c/Kconfig
index c9a0105..5739d2a 100644
--- a/src/mainboard/via/vt8454c/Kconfig
+++ b/src/mainboard/via/vt8454c/Kconfig
@@ -11,7 +11,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
select HAVE_PIRQ_TABLE
select HAVE_MP_TABLE
# select MMCONF_SUPPORT
- select HAVE_HARD_RESET
select HAVE_ACPI_TABLES
select BOARD_ROMSIZE_KB_512
the following patch was just integrated into master:
commit 10daacf118096519aeac961c1814f790cbf66d0e
Author: zbao <fishbaozi(a)gmail.com>
Date: Fri Feb 17 21:44:09 2012 +0800
Exit building if romstage.bin is larger than size of XIP
When the romstage.bin becomes bigger than the size of XIP, the
cbfstool can not allocate the romstage in the CBFS. But it doesn't
report an error. It will take quite a while to find out the root
cause.
Change-Id: I5be2a46a8b57934f14c5a0d4596f3bec4251e0aa
Signed-off-by: Zheng Bao <zheng.bao(a)amd.com>
Signed-off-by: zbao <fishbaozi(a)gmail.com>
Reviewed-By: Patrick Georgi <patrick(a)georgi-clan.de> at Fri Feb 17 14:32:33 2012, giving +2
Build-Tested: build bot (Jenkins) at Fri Feb 17 14:49:48 2012, giving +1
Reviewed-By: Marc Jones <marcj303(a)gmail.com> at Fri Feb 17 17:45:08 2012, giving +2
See http://review.coreboot.org/650 for details.
-gerrit
the following patch was just integrated into master:
commit d1946d5dca690404bdde13f317f2fac862f7d88f
Author: Kerry Sheh <shekairui(a)gmail.com>
Date: Tue Feb 7 20:32:34 2012 +0800
Mainboard: Add AMD dinar mainboard.
Dinar mainboard is an AMD evaluation board for
Orochi Platform family15 model 00-0f processor.
The mainbaord has dual G34 Socket, SR5690/SR5670/SR5650 and SP5100 chipsets.
16 cores InterLagos Opteron processor are supported.
Windows 7 are verified on this platform.
Change-Id: Id97d35e7bca9f0d422841e23f4b762f1ed101ea0
Signed-off-by: Kerry Sheh <kerry.she(a)amd.com>
Signed-off-by: Kerry Sheh <shekairui(a)gmail.com>
Build-Tested: build bot (Jenkins) at Fri Feb 17 09:29:10 2012, giving +1
Reviewed-By: Marc Jones <marcj303(a)gmail.com> at Fri Feb 17 17:39:50 2012, giving +2
See http://review.coreboot.org/564 for details.
-gerrit