index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
cbmem_console.c
Age
Commit message (
Expand
)
Author
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