coreboot-kgpe-d16/src/arch/x86
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
..
acpi GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« 2013-03-01 10:16:08 +01:00
boot CBMEM: Fix allocation for static CBMEM 2014-01-06 17:34:44 +01:00
include CBMEM ACPI: Move resume handler 2014-01-06 17:33:10 +01:00
init x86: add cache-as-ram migration option 2013-05-16 01:29:50 +02:00
lib usbdebug: Add option to disable console for romstage 2013-12-23 10:35:39 +01:00
coreboot_ram.ld boot state: schedule static callbacks 2013-05-01 07:06:12 +02:00
Kconfig X86: make the SIPI num_starts a config variable 2013-07-22 20:46:51 +02:00
Makefile.inc arch/x86: Do not run UPDATE-FIT if we don't include microcode 2013-12-06 23:39:50 +01:00