summaryrefslogtreecommitdiffstats
path: root/src/lib/cbmem_console.c
Commit message (Expand)AuthorAgeFilesLines
* CBMEM: Change declarations for initialization hooksKyösti Mälkki2022-05-201-4/+2
* cpu/x86/smm,lib/cbmem_console: Enable CBMEMC when using DEBUG_SMIRaul E Rangel2022-03-091-0/+7
* console: Add loglevel marker codes to stored consolesJulius Werner2022-02-071-2/+8
* lib/cbmem_console,console: Resurrect CONSOLE_CBMEM_DUMP_TO_UARTRaul E Rangel2022-01-251-6/+17
* lib/cbmem_console: Add cbmemc_copy_in functionRaul E Rangel2022-01-231-0/+10
* Revert "lib/cbmem_console: Move copy_console_buffer up in the file"Raul Rangel2022-01-211-32/+32
* lib/cbmem_console: Move copy_console_buffer up in the fileRaul E Rangel2022-01-211-32/+32
* console/cbmem: Add cbmem_dump_consoleRaul E Rangel2022-01-171-1/+23
* console/cbmem_console: Rename cbmem_dump_consoleRaul E Rangel2022-01-131-1/+1
* cbmem: Introduce "early" init hooks for consoleJulius Werner2021-05-271-1/+5
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/lib: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-13/+2
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* lib/cbmem_console: Rename cbmem_console_p to current_consolePatrick Georgi2019-12-011-22/+17
* lib/cbmem_console.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans2019-11-301-27/+16
* src/: Replace some __PRE_RAM__ useKyösti Mälkki2019-09-141-15/+8
* arch/x86: Refactor CAR_GLOBAL quirk for FSP1.0Kyösti Mälkki2019-09-091-2/+2
* src: Use include <console/console.h> when appropriateElyes HAOUAS2019-04-231-1/+0
* 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