summaryrefslogtreecommitdiffstats
path: root/src/lib/cbmem_console.c
Commit message (Expand)AuthorAgeFilesLines
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* symbols.h: Add macro to define memlayout region symbolsJulius Werner2019-02-221-1/+2
* arch/x86 cbmem: Drop tests for LATE_CBMEM_INITKyösti Mälkki2018-12-221-5/+1
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-131-1/+2
* cbmem_console: Fix undefined behaviorRyan Salsamendi2017-06-141-1/+1
* cbmem_console: Improve 'cbmem -1' behavior for truncated pre-CBMEM logsJulius Werner2017-05-181-2/+2
* cbmem_console: Document known reimpementations of console structure/APIJulius Werner2017-04-261-0/+10
* Turn CBMEM console into a ring buffer that can persist across rebootsJulius Werner2017-04-201-139/+71
* cbmem_console: Remove "buffer_" prefix from all structure fieldsJulius Werner2017-02-081-24/+24
* arch/x86,lib: make cbmem console work in postcar stageAaron Durbin2016-09-191-1/+2
* src/lib: Capitalize ROM, RAM, NVRAM and CPUElyes HAOUAS2016-07-311-1/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* 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