the following patch was just integrated into master: commit 8b3b7509e53970d7039b10159ac679333d161c55 Author: Kyösti Mälkki kyosti.malkki@gmail.com Date: Sat Jan 4 09:42:02 2014 +0200
CBMEM: Fix allocation for static CBMEM
CBMEM console buffer size is adjustable in menuconfig, but this would not correctly adjust the overall allocation made for CBMEM.
HIGH_MEMORY_SIZE is aligned to 64kB and definitions are moved down in the header file as HIGH_MEMORY_SIZE is not used with DYNAMIC_CBMEM.
Try to continue boot even if CBMEM cannot be created. This error would only occur during development of new ports anyways and more log output is better.
Change-Id: I4ee2df601b12ab6532ffcae8897775ecaa2fc05f Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com
See http://review.coreboot.org/4621 for details.
-gerrit