the following patch was just integrated into master: commit 3003dac92009ead3c00f5eb60e2e09ea361301d3 Author: Kyösti Mälkki kyosti.malkki@gmail.com Date: Sat Jan 4 11:02:45 2014 +0200
Intel (sandy/ivy): Avoid calling cbmem_initialize() twice
Delay the copying of MRC cache data from CAR to CBMEM until after sdram_initialize() returns and cbmem_initialize() completes. Calling cbmem_initialize() twice would complicate the decision logic of when CBMEM area needs to be wiped clean.
Change-Id: Ic59e94cb2436293efc47b52f7418f5dbf76c714a Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com
See http://review.coreboot.org/4666 for details.
-gerrit