the following patch was just integrated into master:
commit 34f90e0b56b01df093dc2e88d0c86c61a26a4284
Author: Jonathan A. Kollasch <jakllsch(a)kollasch.net>
Date: Mon Aug 1 14:24:02 2011 -0500
Add voltage control of southbridge and RAM on ms7135
Change-Id: I5d79b4838f69cad56d58363608b801f8b1d3ab43
Signed-off-by: Jonathan A. Kollasch <jakllsch(a)kollasch.net>
See http://review.coreboot.org/126 for details.
-gerrit
the following patch was just integrated into master:
commit b53bf7f4780362a7cc92d9947891ea492ca7163d
Author: Keith Hui <buurin(a)gmail.com>
Date: Tue Aug 2 22:28:14 2011 -0400
northbridge/intel/i440bx: Registered SDRAM modules support and fixes
Adds support for initializing registered SDRAM modules on
Intel 440BX northbridge.
Drops unneeded romcc-inspired programming tricks.
Only set nbxecc flags (see 440BX datasheet, page 3-16) when
a non-ECC module has been detected in a row via SPD; also
drops an unneeded intermediate variable used in setting them.
Boot tested on ASUS P2B-LS with regular and registered ECC
SDRAM under Linux and memtest86+.
Change-Id: Idc99d49567cca55f819d6b0e98952b1c3256498a
Signed-off-by: Keith Hui <buurin(a)gmail.com>
See http://review.coreboot.org/128 for details.
-gerrit
the following patch was just integrated into master:
commit 70d49a6ab5036edd254261d4b3045590eadb7cbe
Author: Patrick Georgi <patrick.georgi(a)secunet.com>
Date: Thu Jul 21 15:43:14 2011 +0200
libpayload: Add liblzma, libcbfs
Add cbfs core from coreboot into libpayload, and to support lzma decode,
add coreboot's lzma code, too. Carl-Daniel agreed to relicense the
lzmadecode wrapper as BSD-l, solving licensing problems.
Change-Id: Id28990fe7e951d99447e265a4880d70a8f208dd2
Signed-off-by: Patrick Georgi <patrick.georgi(a)secunet.com>
See http://review.coreboot.org/115 for details.
-gerrit
the following patch was just integrated into master:
commit dbbd75f386d59eafd7d07a2e7df21527ce156898
Author: Patrick Georgi <patrick.georgi(a)secunet.com>
Date: Thu Jul 21 15:11:40 2011 +0200
split CBFS support into shared core and extended functions
The core is data structures and basic file finding capabilities,
while option ROM handling, and loading stages and payloads is
"extended".
The core is rewritten to be BSD-l (its header already was), so
can be copied to libpayload verbatim.
It's also more robust in finding files in corrupted images, eg.
after partial erase or update.
Change-Id: Ic6923debf8bdf3c67c75746d3b31f3addab3dd74
Signed-off-by: Patrick Georgi <patrick.georgi(a)secunet.com>
See http://review.coreboot.org/114 for details.
-gerrit
the following patch was just integrated into master:
commit 8cbd0c7e9f1e1f22a4866027d797714f09ffbc96
Author: Patrick Georgi <patrick.georgi(a)secunet.com>
Date: Thu Jul 7 15:41:53 2011 +0200
libpayload: Add PDCurses and ncurses' libform/libmenu
PDCurses provides an alternative implementation of the curses library
standard in addition to tinycurses.
Where tinycurses is really tiny, PDCurses is more complete and provides
virtually unlimited windows and the full API.
The PDCurses code is brought in "vanilla", with all local changes
residing in curses/pdcurses-backend/
In addition to a curses library, this change also provides libpanel (as
part of the PDCurses code), and libform and libmenu which were derived
from ncurses-5.9.
As they rely on ncurses internals (and PDCurses is not ncurses), more
changes were required for these libraries to work.
The build system is extended to install the right set of header files
depending on the selected curses implementation.
Change-Id: I9e5b920f94b6510da01da2f656196a993170d1c5
Signed-off-by: Patrick Georgi <patrick.georgi(a)secunet.com>
See http://review.coreboot.org/106 for details.
-gerrit
the following patch was just integrated into master:
commit 0f196d4cf39e680389a2098e10739d8545397203
Author: Keith Hui <buurin(a)gmail.com>
Date: Wed Jul 27 23:06:16 2011 -0400
cpu/intel/slot_1: Init L2 cache on SECC(2) CPUs.
Bring from coreboot v1 support for initializing L2 cache on Slot 1
Pentium II/III CPUs, code names Klamath, Deschutes and Katmai.
Build tested on ASUS P2B-LS and P3B-F. Boot tested on P2B-LS with
Pentium III 600MHz, Katmai core.
Also add missing include of model_68x in slot_1, to address a
similar problem fixed for model_6bx by r5945.
Also change Deschutes CPU init sequence to match Katmai.
Change-Id: I502e8481d1a20f0a2504685e7be16b57f59c8257
Signed-off-by: Keith Hui <buurin(a)gmail.com>
See http://review.coreboot.org/122 for details.
-gerrit
the following patch was just integrated into master:
commit 4e4140fb91b21116877205b6ce5370803eda8d83
Author: Jonathan A. Kollasch <jakllsch(a)kollasch.net>
Date: Wed Aug 3 13:56:24 2011 -0500
Remove debugging code, or convert it to be selected by kconfig
Change-Id: Ib6cd82badeb6401e065ee14c2a04c78f61a87dd4
Signed-off-by: Jonathan A. Kollasch <jakllsch(a)kollasch.net>
See http://review.coreboot.org/130 for details.
-gerrit