coreboot/src
Kyösti Mälkki 4dba06a827 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>
Reviewed-on: http://review.coreboot.org/4621
Reviewed-by: Aaron Durbin <adurbin@google.com>
Tested-by: build bot (Jenkins)
2014-01-06 17:34:44 +01:00
..
arch CBMEM: Fix allocation for static CBMEM 2014-01-06 17:34:44 +01:00
console usbdebug: Add option to disable console for romstage 2013-12-23 10:35:39 +01:00
cpu AMD K8: Define MEM_TRAIN_SEQ only with K8_REV_F_SUPPORT 2013-12-30 07:17:16 +01:00
device device/Kconfig: Add third person singular s to lacks 2014-01-04 00:04:35 +01:00
drivers Coding style: punctuation cleanup [1/2]. 2013-12-23 02:12:51 +01:00
ec Coding style: punctuation cleanup [1/2]. 2013-12-23 02:12:51 +01:00
include CBMEM: Fix allocation for static CBMEM 2014-01-06 17:34:44 +01:00
lib CBMEM: Fix allocation for static CBMEM 2014-01-06 17:34:44 +01:00
mainboard X201: Fix native video init 2014-01-04 12:20:47 +01:00
northbridge MRC cache: determine flash size on runtime 2014-01-06 10:06:21 +01:00
southbridge usbdebug: Fix hidden menuconfig options 2014-01-06 17:31:53 +01:00
superio superio: Uncomment the w83627uhg UART clock source initialization 2014-01-03 18:47:22 +01:00
vendorcode chromeos: Check for recovery reason code in shared data 2013-12-21 07:28:37 +01:00
Kconfig AMD K8 (rev-F): Always have RAMINIT_SYSINFO 2013-12-29 19:45:50 +01:00