the following patch was just integrated into master:
commit 536b53ea6daf23d7c09a35f5633f06e604a64e20
Author: Zheng Bao <fishbaozi(a)gmail.com>
Date: Tue Nov 27 17:07:22 2012 +0800
xcompile: Add missing XGCCPATH
XGCCPATH is missing in new xcompile.
Change-Id: I177f54189be445404a4a61419064d3c414b8a30c
Signed-off-by: Zheng Bao <zheng.bao(a)amd.com>
Signed-off-by: zbao <fishbaozi(a)gmail.com>
Reviewed-on: http://review.coreboot.org/1921
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick(a)georgi-clan.de>
Reviewed-By: Patrick Georgi <patrick(a)georgi-clan.de> at Tue Nov 27 09:22:10 2012, giving +2
See http://review.coreboot.org/1921 for details.
-gerrit
the following patch was just integrated into master:
commit 021b7033fb578258844bf8ecad9f2d34b16b674b
Author: Patrick Georgi <patrick.georgi(a)secunet.com>
Date: Tue Nov 6 11:05:38 2012 +0100
roda/rk9: New mainboard
Roda RK9 is a notebook based on the GM45/ICH9 platform using DDR3 memory.
http://roda-computer.com/products/notebooks/rk9/
Tested with various Linux versions, known to work:
- 2x4GB RAM
- IGD
- HD Audio
- UHCI, EHCI
- AHCI
- NIC
- PCI
- PS/2 keyboard
- serial console
- ACPI lid switch
- ACPI battery/AC events
- power off, reboot
Change-Id: I7299dccbff2eea3544363fdd4f49f05aa3dae7bc
Signed-off-by: Patrick Georgi <patrick.georgi(a)secunet.com>
Signed-off-by: Nico Huber <nico.huber(a)secunet.com>
Reviewed-on: http://review.coreboot.org/1691
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick(a)georgi-clan.de>
Reviewed-By: Patrick Georgi <patrick(a)georgi-clan.de> at Tue Nov 27 09:17:05 2012, giving +2
See http://review.coreboot.org/1691 for details.
-gerrit
the following patch was just integrated into master:
commit e72a8a3047c535bda03aecce2eca134608d1a93c
Author: Patrick Georgi <patrick.georgi(a)secunet.com>
Date: Tue Nov 6 11:05:09 2012 +0100
intel/i82801ix: new southbridge, ICH9
Add support for ICH9 southbridge
Change-Id: I70612431101bf48d9dcc96ee1b37d257c9ad2ee2
Signed-off-by: Patrick Georgi <patrick.georgi(a)secunet.com>
Signed-off-by: Nico Huber <nico.huber(a)secunet.com>
Reviewed-on: http://review.coreboot.org/1690
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick(a)georgi-clan.de>
Reviewed-By: Patrick Georgi <patrick(a)georgi-clan.de> at Tue Nov 27 09:16:58 2012, giving +2
See http://review.coreboot.org/1690 for details.
-gerrit
the following patch was just integrated into master:
commit 2efc8808b8bfaee0a0e8f3ee387ecd9a3f049705
Author: Patrick Georgi <patrick.georgi(a)secunet.com>
Date: Tue Nov 6 11:03:53 2012 +0100
intel/gm45: new northbridge
The code supports DDR3 boards only. RAM init for DDR2 is sufficiently
different that it requires separate code, and we have no boards to
test that.
Change-Id: I9076546faf8a2033c89eb95f5eec524439ab9fe1
Signed-off-by: Patrick Georgi <patrick.georgi(a)secunet.com>
Signed-off-by: Nico Huber <nico.huber(a)secunet.com>
Reviewed-on: http://review.coreboot.org/1689
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
See http://review.coreboot.org/1689 for details.
-gerrit
the following patch was just integrated into master:
commit acd7d952514485dbc41fa04b0d16be4002e31019
Author: Nico Huber <nico.huber(a)secunet.com>
Date: Wed Jul 25 10:33:05 2012 +0200
Add initialization hook for chips
Add an init() function to the chip_operations which will be called
before bus enumeration. This allows to disable unused devices before
they get enumerated.
Change-Id: I63dd9cbfc7b5995ccafb7bf7a81dc71fc67906a0
Signed-off-by: Nico Huber <nico.huber(a)secunet.com>
Reviewed-on: http://review.coreboot.org/1623
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Reviewed-by: Marc Jones <marcj303(a)gmail.com>
Reviewed-by: Patrick Georgi <patrick(a)georgi-clan.de>
Reviewed-By: Patrick Georgi <patrick(a)georgi-clan.de> at Tue Nov 27 09:16:03 2012, giving +2
See http://review.coreboot.org/1623 for details.
-gerrit
Zheng Bao (zheng.bao(a)amd.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1921
-gerrit
commit 9eacdb49062ec9531a31a49a2d5e4d7c2e972cea
Author: Zheng Bao <fishbaozi(a)gmail.com>
Date: Tue Nov 27 17:07:22 2012 +0800
xcompile: Add missing XGCCPATH
XGCCPATH is missing in new xcompile.
Change-Id: I177f54189be445404a4a61419064d3c414b8a30c
Signed-off-by: Zheng Bao <zheng.bao(a)amd.com>
Signed-off-by: zbao <fishbaozi(a)gmail.com>
---
util/xcompile/xcompile | 1 +
1 file changed, 1 insertion(+)
diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile
index 558f3f8..cc01631 100644
--- a/util/xcompile/xcompile
+++ b/util/xcompile/xcompile
@@ -151,6 +151,7 @@ TWIDTH_arm="32"
TARCH_x86="i386"
TCLIST_x86="i386 x86_64"
TWIDTH_x86="32"
+XGCCPATH=${1:-"`pwd`/util/crossgcc/xgcc/bin/"}
# This loops over all supported architectures.
for architecture in $SUPPORTED_ARCHITECTURE; do
Zheng Bao (zheng.bao(a)amd.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1921
-gerrit
commit 13c239235e04970e8a6f81c75a2fb73acf17ebab
Author: Zheng Bao <fishbaozi(a)gmail.com>
Date: Tue Nov 27 17:02:06 2012 +0800
xcompile: Add missing XGCCPATH
XGCCPATH is missing in new xcompile.
Change-Id: I177f54189be445404a4a61419064d3c414b8a30c
Signed-off-by: Zheng Bao <zheng.bao(a)amd.com>
Signed-off-by: zbao <fishbaozi(a)gmail.com>
---
util/xcompile/xcompile | 1 +
1 file changed, 1 insertion(+)
diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile
index 558f3f8..cc01631 100644
--- a/util/xcompile/xcompile
+++ b/util/xcompile/xcompile
@@ -151,6 +151,7 @@ TWIDTH_arm="32"
TARCH_x86="i386"
TCLIST_x86="i386 x86_64"
TWIDTH_x86="32"
+XGCCPATH=${1:-"`pwd`/util/crossgcc/xgcc/bin/"}
# This loops over all supported architectures.
for architecture in $SUPPORTED_ARCHITECTURE; do