Martin Roth (martinroth(a)google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16987
-gerrit
commit f9372c0bad755330d466dd797fbfd809b418b8c9
Author: Jonathan Neuschäfer <j.neuschaefer(a)gmx.net>
Date: Sat Oct 15 00:57:32 2016 +0200
mb/emulation: Select QEMU-i440fx by default
It's a better default than QEMU-armv7, which is currently the default
board when coreboot is configured for the first time, because most
coreboot development targets x86.
Change-Id: Ie44a5d95547a55df93f29082c3b5a86fb83aa1e7
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer(a)gmx.net>
---
src/mainboard/emulation/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/mainboard/emulation/Kconfig b/src/mainboard/emulation/Kconfig
index 1dc89ca..759b1de 100644
--- a/src/mainboard/emulation/Kconfig
+++ b/src/mainboard/emulation/Kconfig
@@ -2,6 +2,7 @@ if VENDOR_EMULATION
choice
prompt "Mainboard model"
+ default BOARD_EMULATION_QEMU_X86_I440FX
source "src/mainboard/emulation/*/Kconfig.name"
the following patch was just integrated into master:
commit 9c5fc62f96f3f98f5434216c5531722ef97ca03f
Author: Arthur Heymans <arthur(a)aheymans.xyz>
Date: Tue Oct 18 02:15:44 2016 +0200
nb/i945/gma.c: use IS_ENABLED instead of #if, #endif
Change-Id: Ib58126e1c9001ed679e161d6d06241fac762bdb3
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
Reviewed-on: https://review.coreboot.org/17049
Tested-by: build bot (Jenkins)
Reviewed-by: HAOUAS Elyes <ehaouas(a)noos.fr>
Reviewed-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
See https://review.coreboot.org/17049 for details.
-gerrit
the following patch was just integrated into master:
commit fe517f635b85de64a7eff85bc9daf932ed211f6c
Author: Naresh G Solanki <naresh.solanki(a)intel.com>
Date: Mon Oct 17 17:21:08 2016 +0530
soc/intel/skylake: Allow selecting FSP driver in Kconfig
Enable mainboard Kconfig to select between FSP 2.0 & 1.1 driver to be
used.
If mainboard Kconfig selects MAINBOARD_USES_FSP2_0 the FSP2_0 driver is
used else FSP1_1.
Change-Id: I724aaa87c2b0b8f6ddb18f61af9c37176ef632f2
Signed-off-by: Naresh G Solanki <naresh.solanki(a)intel.com>
Signed-off-by: Rizwan Qureshi <rizwan.qureshi(a)intel.com>
Reviewed-on: https://review.coreboot.org/17044
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin(a)chromium.org>
See https://review.coreboot.org/17044 for details.
-gerrit
the following patch was just integrated into master:
commit 09ec9e74a99521b4b4caab7a53b591db52be588b
Author: Elyes HAOUAS <ehaouas(a)noos.fr>
Date: Mon Oct 17 21:51:12 2016 +0200
winbond/w83627ehg: Remove unnecessary value
Change-Id: I5f88f34d1c040ac6ed413cfaf8ceb45a358c117c
Signed-off-by: Elyes HAOUAS <ehaouas(a)noos.fr>
Reviewed-on: https://review.coreboot.org/17048
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Reviewed-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
See https://review.coreboot.org/17048 for details.
-gerrit
the following patch was just integrated into master:
commit 8b6df62fc21dc167979c03aa88cfe9cf03a115a8
Author: Arthur Heymans <arthur(a)aheymans.xyz>
Date: Sun Oct 16 10:58:01 2016 +0200
nb/i945/raminit: Add fix for clock crossing for 800MHz FSB CPU
The cross clocking of 800MHz FSB CPU with 667MHz RAM was incorrect.
The result is that 800MHz FSB CPUs now properly work with 667MHz RAM.
Value taken from vendor bios on ga-945gcm-s2l and suggested by Haouas
Elyes.
Change-Id: I56c12af50c75a735af0150a4e7bce4faacc93648
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
Reviewed-on: https://review.coreboot.org/17038
Tested-by: build bot (Jenkins)
Reviewed-by: HAOUAS Elyes <ehaouas(a)noos.fr>
Reviewed-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
Reviewed-by: Nico Huber <nico.h(a)gmx.de>
See https://review.coreboot.org/17038 for details.
-gerrit
the following patch was just integrated into master:
commit e1897616038f78015633134fc38e351c33a46975
Author: Arthur Heymans <arthur(a)aheymans.xyz>
Date: Sat Oct 15 23:29:18 2016 +0200
nb/i945/raminit: Add fix for 1067MHz FSB CPUs
Previously the 945gc raminit only worked for 533MHz FSB CPUs.
This extends the tRD_Mclks in drt0_table for other FSB speeds. The values are
taken from the vendor bios of Gigabyte ga-945gcm-s2l.
The result is that 1067MHz FSB CPUs now boot without problems.
800MHz FSB cpus still don't get past romstage.
Change-Id: I13a6b97d2e580512155edf66c48405a153121957
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
Reviewed-on: https://review.coreboot.org/17034
Tested-by: build bot (Jenkins)
Reviewed-by: HAOUAS Elyes <ehaouas(a)noos.fr>
Reviewed-by: Nico Huber <nico.h(a)gmx.de>
See https://review.coreboot.org/17034 for details.
-gerrit
the following patch was just integrated into master:
commit 3baa7e707388306d81beac7cc34634e4d831da6d
Author: Elyes HAOUAS <ehaouas(a)noos.fr>
Date: Sat Oct 15 10:01:21 2016 +0200
util/msrtool: Use tabs for indents
Change-Id: Ib1aa4ad04dc8a584a751677aac5652cfa2e457df
Signed-off-by: Elyes HAOUAS <ehaouas(a)noos.fr>
Reviewed-on: https://review.coreboot.org/17031
Tested-by: build bot (Jenkins)
Reviewed-by: Alexander Couzens <lynxis(a)fe80.eu>
Reviewed-by: Anton Kochkov <anton.kochkov(a)gmail.com>
Reviewed-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
See https://review.coreboot.org/17031 for details.
-gerrit