summaryrefslogtreecommitdiffstats
path: root/src/lib/cbmem_console.c
Commit message (Expand)AuthorAgeFilesLines
* CBMEM: Support DYNAMIC_CBMEM with LATE_CBMEM_INITKyösti Mälkki2015-01-271-1/+1
* CBMEM console: Fix and enhance pre-RAM supportKyösti Mälkki2015-01-271-35/+45
* CBMEM console: Fix CAR migration stepKyösti Mälkki2015-01-271-1/+1
* CBMEM console: Fix boards with BROKEN_CAR_MIGRATEKyösti Mälkki2014-12-161-0/+5
* cbmem console: Locate the preram console with a symbol instead of a section.Gabe Black2014-10-071-2/+3
* console: Fix includesKyösti Mälkki2014-03-041-0/+1
* CBMEM console: increase temporary buffer size for non-dynamic CBMEMKyösti Mälkki2013-11-301-1/+1
* cbmem console: reduce temporary buffer size for dynamic CBMEMStefan Reinauer2013-11-301-1/+7
* CBMEM console: Prevent buffer overrunKyösti Mälkki2013-11-301-7/+19
* Rename cpu/x86/car.h to arch/early_variables.hStefan Reinauer2013-10-131-1/+1
* CBMEM: Always select CAR_MIGRATIONKyösti Mälkki2013-09-211-39/+3
* CBMEM console: Support late initKyösti Mälkki2013-09-211-15/+15
* Fix CBMEM console use with CAR_MIGRATIONKyösti Mälkki2013-07-111-3/+10
* lib: Fix spellingMartin Roth2013-07-101-2/+2
* cbmem console: use cache-as-ram API and cleanupAaron Durbin2013-05-161-33/+60
* Add infrastructure for global data in the CAR phase of bootGabe Black2012-03-291-2/+5
* CBMEM CONSOLE: Add CBMEM console driver implementation.Vadim Bendebury2012-03-291-0/+195