the following patch was just integrated into master:
commit fb9ada4cab5509cc60ebd60e9a6629a1fc737450
Author: Aaron Durbin <adurbin(a)chromium.org>
Date: Tue Feb 18 19:36:05 2014 -0600
coreboot: don't return struct lb_memory * from write_tables()
No one is interrogating the write_tables() return value. Therefore,
drop it.
Change-Id: I97e707f071942239c9a0fa0914af3679ee7a9c3c
Signed-off-by: Aaron Durbin <adurbin(a)chromium.org>
See http://review.coreboot.org/5301 for details.
-gerrit
the following patch was just integrated into master:
commit 9f8f2647ccad5fef4be5afeff3a791f4f124e0fd
Author: Vladimir Serbinenko <phcoder(a)gmail.com>
Date: Wed Feb 19 22:10:03 2014 +0100
nehalem: Remove SSKPD.
Not really used and conflicts with SSKPD from i915_regs.h
Change-Id: I1462457f656310df99e78aee8cbfe0206f6e2a1e
Signed-off-by: Vladimir Serbinenko <phcoder(a)gmail.com>
See http://review.coreboot.org/5268 for details.
-gerrit
the following patch was just integrated into master:
commit 67f017615a0d918942f52c5a16cc9855f5ef4368
Author: Vladimir Serbinenko <phcoder(a)gmail.com>
Date: Sat Feb 22 10:35:45 2014 +0100
qemu: Support textmode gfx init.
Change-Id: I8b6b14b4fcf8df21d8bbf988d640b1efa013bd7f
Signed-off-by: Vladimir Serbinenko <phcoder(a)gmail.com>
See http://review.coreboot.org/5283 for details.
-gerrit
the following patch was just integrated into master:
commit 49122087056d4d7c6627f70831f0b03b09b7a2de
Author: Vladimir Serbinenko <phcoder(a)gmail.com>
Date: Sat Feb 22 10:34:47 2014 +0100
devices: Allow to configure textmode in native gfx init.
Usefull to select between text mode which offers best compatibility with
payloads and gfx mode which makes the best-looking screen.
Also right now we have an unfortunate situation when qemu is in gfx mode
while most real systems use text mode.
Change-Id: Ifad7ba197875edfdd06eb932afeb5800229ef055
Signed-off-by: Vladimir Serbinenko <phcoder(a)gmail.com>
See http://review.coreboot.org/5282 for details.
-gerrit
the following patch was just integrated into master:
commit 033958f02d1bb600163b333168d360ba047399fc
Author: Edward O'Callaghan <eocallaghan(a)alterapraxis.com>
Date: Sat Mar 1 09:27:37 2014 +1100
lib/selfboot: s_srcaddr is uninitialized.
s_srcaddr is uninitialized in the BSS section, leading to a
garbage valued operand on the LHS of a '<' on line 383.
Change-Id: Ie4fec91b09c70fb1d91ad3918ac3f60653fa1d83
Signed-off-by: Edward O'Callaghan <eocallaghan(a)alterapraxis.com>
See http://review.coreboot.org/5314 for details.
-gerrit