the following patch was just integrated into master:
commit b06a249c3b766531ca247bb1278d34875f0d86e4
Author: Vladimir Serbinenko <phcoder(a)gmail.com>
Date: Thu May 21 10:32:59 2015 +0200
bd82x6x: Move calling of finalize() on resume to southbridge code
Change-Id: I6416cd5780fbda0b3c2e236ce98a9f9a508e70c6
Signed-off-by: Vladimir Serbinenko <phcoder(a)gmail.com>
Reviewed-on: http://review.coreboot.org/10293
Tested-by: build bot (Jenkins)
Reviewed-by: Nicolas Reinecke <nr(a)das-labor.org>
See http://review.coreboot.org/10293 for details.
-gerrit
the following patch was just integrated into master:
commit 501cce8b181500bab8a6f6e8634ac8bb45abfd1c
Author: Vladimir Serbinenko <phcoder(a)gmail.com>
Date: Fri May 29 10:00:36 2015 +0200
smm: Remove dead smm_tseg.ld
Change-Id: I231e59d3b9c3ebf6e058917613221892fc880fa1
Signed-off-by: Vladimir Serbinenko <phcoder(a)gmail.com>
Reviewed-on: http://review.coreboot.org/10365
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
See http://review.coreboot.org/10365 for details.
-gerrit
the following patch was just integrated into master:
commit 53be14c9e2f6bd513cc9c0d868eef6b832fcba00
Author: Vladimir Serbinenko <phcoder(a)gmail.com>
Date: Fri May 29 09:16:17 2015 +0200
Remove whitespace at the end of line.
Change-Id: Ie9c3ef9fb4b3b2a0450a56e1d752b6509fa72a86
Signed-off-by: Vladimir Serbinenko <phcoder(a)gmail.com>
Reviewed-on: http://review.coreboot.org/10364
Reviewed-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Tested-by: build bot (Jenkins)
See http://review.coreboot.org/10364 for details.
-gerrit
Vladimir Serbinenko (phcoder(a)gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10363
-gerrit
commit 3b74b0f40b13553507d99fe52a02f261f97a828d
Author: Vladimir Serbinenko <phcoder(a)gmail.com>
Date: Fri May 29 09:00:05 2015 +0200
NOTFORMERGE: See which I82801DX boards have SMM
Change-Id: I00fa6fe012fb8d7d5f50aa99ea758d0c339189bd
Signed-off-by: Vladimir Serbinenko <phcoder(a)gmail.com>
---
src/cpu/x86/smm/smmrelocate.S | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/cpu/x86/smm/smmrelocate.S b/src/cpu/x86/smm/smmrelocate.S
index ec489ce..761c934 100644
--- a/src/cpu/x86/smm/smmrelocate.S
+++ b/src/cpu/x86/smm/smmrelocate.S
@@ -32,8 +32,6 @@
// here.
#if CONFIG_SOUTHBRIDGE_INTEL_I82801GX
#include "../../../southbridge/intel/i82801gx/i82801gx.h"
-#elif CONFIG_SOUTHBRIDGE_INTEL_I82801DX
-#include "../../../southbridge/intel/i82801dx/i82801dx.h"
#elif CONFIG_SOUTHBRIDGE_INTEL_SCH
#include "../../../southbridge/intel/sch/sch.h"
#elif CONFIG_SOUTHBRIDGE_INTEL_I82801IX
the following patch was just integrated into master:
commit 9e817bfaafb43c4a323ea6928f8570cbe356019e
Author: Paul Menzel <paulepanter(a)users.sourceforge.net>
Date: Thu May 28 07:32:48 2015 +0200
intel/nehalem/raminit.c: Remove space in `timestamp_add_now(104)`
Fix up commit c6f6be09 (Support for nehalem northbridge) to follow the
coreboot/Linux kernel coding style.
Change-Id: Ibf4f272ad54e6fef0b297189651f2bcf888b5b26
Signed-off-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/10347
Tested-by: build bot (Jenkins)
Reviewed-by: Vladimir Serbinenko <phcoder(a)gmail.com>
See http://review.coreboot.org/10347 for details.
-gerrit