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
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