index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
cbmem_console.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
src/: Replace some __PRE_RAM__ use
Kyösti Mälkki
2019-09-14
1
-15
/
+8
*
arch/x86: Refactor CAR_GLOBAL quirk for FSP1.0
Kyösti Mälkki
2019-09-09
1
-2
/
+2
*
src: Use include <console/console.h> when appropriate
Elyes HAOUAS
2019-04-23
1
-1
/
+0
*
src: Use 'include <string.h>' when appropriate
Elyes HAOUAS
2019-03-20
1
-1
/
+0
*
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-08
1
-1
/
+1
*
symbols.h: Add macro to define memlayout region symbols
Julius Werner
2019-02-22
1
-1
/
+2
*
arch/x86 cbmem: Drop tests for LATE_CBMEM_INIT
Kyösti Mälkki
2018-12-22
1
-5
/
+1
*
Move compiler.h to commonlib
Nico Huber
2018-10-08
1
-1
/
+0
*
Rename __attribute__((packed)) --> __packed
Stefan Reinauer
2017-07-13
1
-1
/
+2
*
cbmem_console: Fix undefined behavior
Ryan Salsamendi
2017-06-14
1
-1
/
+1
*
cbmem_console: Improve 'cbmem -1' behavior for truncated pre-CBMEM logs
Julius Werner
2017-05-18
1
-2
/
+2
*
cbmem_console: Document known reimpementations of console structure/API
Julius Werner
2017-04-26
1
-0
/
+10
*
Turn CBMEM console into a ring buffer that can persist across reboots
Julius Werner
2017-04-20
1
-139
/
+71
*
cbmem_console: Remove "buffer_" prefix from all structure fields
Julius Werner
2017-02-08
1
-24
/
+24
*
arch/x86,lib: make cbmem console work in postcar stage
Aaron Durbin
2016-09-19
1
-1
/
+2
*
src/lib: Capitalize ROM, RAM, NVRAM and CPU
Elyes HAOUAS
2016-07-31
1
-1
/
+1
*
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-31
1
-4
/
+0
*
cbmem console: make verstage first class citizen
Aaron Durbin
2015-10-11
1
-5
/
+21
*
cbmem: add indicator to hooks if cbmem is being recovered
Aaron Durbin
2015-06-09
1
-1
/
+1
*
cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() API
Kyösti Mälkki
2015-06-09
1
-4
/
+3
*
CBMEM console: Fix buffer without EARLY_CBMEM_INIT
Kyösti Mälkki
2015-05-26
1
-5
/
+2
*
Remove address from GPLv2 headers
Patrick Georgi
2015-05-21
1
-1
/
+1
*
cbmem: add and use a function to dump console buffer
Vadim Bendebury
2015-04-27
1
-0
/
+17
*
cbmem_console: fix it for x86
Aaron Durbin
2015-04-23
1
-12
/
+22
*
New mechanism to define SRAM/memory map with automatic bounds checking
Julius Werner
2015-04-06
1
-5
/
+4
*
CBMEM: Support DYNAMIC_CBMEM with LATE_CBMEM_INIT
Kyösti Mälkki
2015-01-27
1
-1
/
+1
*
CBMEM console: Fix and enhance pre-RAM support
Kyösti Mälkki
2015-01-27
1
-35
/
+45
*
CBMEM console: Fix CAR migration step
Kyösti Mälkki
2015-01-27
1
-1
/
+1
*
CBMEM console: Fix boards with BROKEN_CAR_MIGRATE
Kyösti Mälkki
2014-12-16
1
-0
/
+5
*
cbmem console: Locate the preram console with a symbol instead of a section.
Gabe Black
2014-10-07
1
-2
/
+3
*
console: Fix includes
Kyösti Mälkki
2014-03-04
1
-0
/
+1
*
CBMEM console: increase temporary buffer size for non-dynamic CBMEM
Kyösti Mälkki
2013-11-30
1
-1
/
+1
*
cbmem console: reduce temporary buffer size for dynamic CBMEM
Stefan Reinauer
2013-11-30
1
-1
/
+7
*
CBMEM console: Prevent buffer overrun
Kyösti Mälkki
2013-11-30
1
-7
/
+19
*
Rename cpu/x86/car.h to arch/early_variables.h
Stefan Reinauer
2013-10-13
1
-1
/
+1
*
CBMEM: Always select CAR_MIGRATION
Kyösti Mälkki
2013-09-21
1
-39
/
+3
*
CBMEM console: Support late init
Kyösti Mälkki
2013-09-21
1
-15
/
+15
*
Fix CBMEM console use with CAR_MIGRATION
Kyösti Mälkki
2013-07-11
1
-3
/
+10
*
lib: Fix spelling
Martin Roth
2013-07-10
1
-2
/
+2
*
cbmem console: use cache-as-ram API and cleanup
Aaron Durbin
2013-05-16
1
-33
/
+60
*
Add infrastructure for global data in the CAR phase of boot
Gabe Black
2012-03-29
1
-2
/
+5
*
CBMEM CONSOLE: Add CBMEM console driver implementation.
Vadim Bendebury
2012-03-29
1
-0
/
+195