the following patch was just integrated into master: commit 14b402f91453491918235eaff0dd3287cbd4ae4e Author: Stefan Reinauer stefan.reinauer@coreboot.org Date: Fri Apr 27 22:54:10 2012 +0200
Sandybridge: Temporarily disable MRC cache finding code
This code is still using libfdt which was denied for inclusion in coreboot, so it won't compile as is. Without MRC cache, waking from suspend won't work, and cold boots are significantly slower (adds around 300-400ms per channel IIRC). A rework of this code is currently in the works, but will take a little bit more time (and should not hold back the mainboards being merged)
Change-Id: Ifb9e7d7b86c1f52378803a748810da0d51b58384 Signed-off-by: Stefan Reinauer reinauer@google.com
Build-Tested: build bot (Jenkins) at Sat Apr 28 02:55:24 2012, giving +1 See http://review.coreboot.org/948 for details.
-gerrit