summaryrefslogtreecommitdiffstats
path: root/src/lib/cbmem_console.c
Commit message (Expand)AuthorAgeFilesLines
* cbmem console: make verstage first class citizenAaron Durbin2015-10-111-5/+21
* cbmem: add indicator to hooks if cbmem is being recoveredAaron Durbin2015-06-091-1/+1
* cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() APIKyösti Mälkki2015-06-091-4/+3
* CBMEM console: Fix buffer without EARLY_CBMEM_INITKyösti Mälkki2015-05-261-5/+2
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* cbmem: add and use a function to dump console bufferVadim Bendebury2015-04-271-0/+17
* cbmem_console: fix it for x86Aaron Durbin2015-04-231-12/+22
* New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner2015-04-061-5/+4
* 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