Age | Commit message (Expand) | Author |
2023-07-30 | lib/cbmem_console.c: Use C99 flexible arrays | Elyes Haouas |
2022-05-20 | CBMEM: Change declarations for initialization hooks | Kyösti Mälkki |
2022-03-09 | cpu/x86/smm,lib/cbmem_console: Enable CBMEMC when using DEBUG_SMI | Raul E Rangel |
2022-02-07 | console: Add loglevel marker codes to stored consoles | Julius Werner |
2022-01-25 | lib/cbmem_console,console: Resurrect CONSOLE_CBMEM_DUMP_TO_UART | Raul E Rangel |
2022-01-23 | lib/cbmem_console: Add cbmemc_copy_in function | Raul E Rangel |
2022-01-21 | Revert "lib/cbmem_console: Move copy_console_buffer up in the file" | Raul Rangel |
2022-01-21 | lib/cbmem_console: Move copy_console_buffer up in the file | Raul E Rangel |
2022-01-17 | console/cbmem: Add cbmem_dump_console | Raul E Rangel |
2022-01-13 | console/cbmem_console: Rename cbmem_dump_console | Raul E Rangel |
2021-05-27 | cbmem: Introduce "early" init hooks for console | Julius Werner |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-04-04 | src/lib: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-03-17 | src (minus soc and mainboard): Remove copyright notices | Patrick Georgi |
2019-12-01 | lib/cbmem_console: Rename cbmem_console_p to current_console | Patrick Georgi |
2019-11-30 | lib/cbmem_console.c: Drop CAR_GLOBAL_MIGRATION support | Arthur Heymans |
2019-09-14 | src/: Replace some __PRE_RAM__ use | Kyösti Mälkki |
2019-09-09 | arch/x86: Refactor CAR_GLOBAL quirk for FSP1.0 | Kyösti Mälkki |
2019-04-23 | src: Use include <console/console.h> when appropriate | Elyes HAOUAS |
2019-03-20 | src: Use 'include <string.h>' when appropriate | Elyes HAOUAS |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-02-22 | symbols.h: Add macro to define memlayout region symbols | Julius Werner |
2018-12-22 | arch/x86 cbmem: Drop tests for LATE_CBMEM_INIT | Kyösti Mälkki |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2017-07-13 | Rename __attribute__((packed)) --> __packed | Stefan Reinauer |
2017-06-14 | cbmem_console: Fix undefined behavior | Ryan Salsamendi |
2017-05-18 | cbmem_console: Improve 'cbmem -1' behavior for truncated pre-CBMEM logs | Julius Werner |
2017-04-26 | cbmem_console: Document known reimpementations of console structure/API | Julius Werner |
2017-04-20 | Turn CBMEM console into a ring buffer that can persist across reboots | Julius Werner |
2017-02-08 | cbmem_console: Remove "buffer_" prefix from all structure fields | Julius Werner |
2016-09-19 | arch/x86,lib: make cbmem console work in postcar stage | Aaron Durbin |
2016-07-31 | src/lib: Capitalize ROM, RAM, NVRAM and CPU | Elyes HAOUAS |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-10-11 | cbmem console: make verstage first class citizen | Aaron Durbin |
2015-06-09 | cbmem: add indicator to hooks if cbmem is being recovered | Aaron Durbin |
2015-06-09 | cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() API | Kyösti Mälkki |
2015-05-26 | CBMEM console: Fix buffer without EARLY_CBMEM_INIT | Kyösti Mälkki |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-04-27 | cbmem: add and use a function to dump console buffer | Vadim Bendebury |
2015-04-23 | cbmem_console: fix it for x86 | Aaron Durbin |
2015-04-06 | New mechanism to define SRAM/memory map with automatic bounds checking | Julius Werner |
2015-01-27 | CBMEM: Support DYNAMIC_CBMEM with LATE_CBMEM_INIT | Kyösti Mälkki |
2015-01-27 | CBMEM console: Fix and enhance pre-RAM support | Kyösti Mälkki |
2015-01-27 | CBMEM console: Fix CAR migration step | Kyösti Mälkki |
2014-12-16 | CBMEM console: Fix boards with BROKEN_CAR_MIGRATE | Kyösti Mälkki |
2014-10-07 | cbmem console: Locate the preram console with a symbol instead of a section. | Gabe Black |
2014-03-04 | console: Fix includes | Kyösti Mälkki |
2013-11-30 | CBMEM console: increase temporary buffer size for non-dynamic CBMEM | Kyösti Mälkki |
2013-11-30 | cbmem console: reduce temporary buffer size for dynamic CBMEM | Stefan Reinauer |
2013-11-30 | CBMEM console: Prevent buffer overrun | Kyösti Mälkki |
2013-10-13 | Rename cpu/x86/car.h to arch/early_variables.h | Stefan Reinauer |
2013-09-21 | CBMEM: Always select CAR_MIGRATION | Kyösti Mälkki |
2013-09-21 | CBMEM console: Support late init | Kyösti Mälkki |
2013-07-11 | Fix CBMEM console use with CAR_MIGRATION | Kyösti Mälkki |
2013-07-10 | lib: Fix spelling | Martin Roth |
2013-05-16 | cbmem console: use cache-as-ram API and cleanup | Aaron Durbin |
2012-03-29 | Add infrastructure for global data in the CAR phase of boot | Gabe Black |
2012-03-29 | CBMEM CONSOLE: Add CBMEM console driver implementation. | Vadim Bendebury |