index
:
coreboot
2560p
820g2
autoport-hsw
broadwell_refcode
e6230
e7240_bdw
haswell-mrc
hp820g1
hp9480m
mec1322
Some coreboot project code with my work
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
console
/
console.h
Age
Commit message (
Expand
)
Author
2019-12-19
Drop ROMCC code and header guards
Arthur Heymans
2019-11-11
console,boot_state: Exclude printk() from reported times
Kyösti Mälkki
2019-09-30
console: Declare empty printk() for __ROMCC__
Kyösti Mälkki
2019-06-11
console: Allow using vprintk() with disabled console
Jacob Garber
2019-06-11
console: Make die() and friends variadic
Jacob Garber
2019-05-20
console: Add new function die_with_post_code()
Keith Short
2019-03-08
commonlib/loglevel.h: Drop unnecessary include
Elyes HAOUAS
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-02-27
console: Split loglevel for fast and slow
Kyösti Mälkki
2019-02-27
console: Refactor printk() varargs prototypes
Kyösti Mälkki
2019-01-16
buildsystem: Promote rules.h to default include
Kyösti Mälkki
2018-10-08
Move compiler.h to commonlib
Nico Huber
2018-09-10
complier.h: add __noreturn and use it in code base
Aaron Durbin
2018-05-02
src/device: Fix discarded-qualifiers compilation issue
Subrata Banik
2018-02-23
console: Introduce a way for mainboard to override the loglevel
Julien Viard de Galbert
2017-08-14
console: Add weak method to notify about death
Patrick Rudolph
2017-07-13
Rename __attribute__((packed)) --> __packed
Stefan Reinauer
2017-05-22
include/console: Use IS_ENABLED() macro
Nico Huber
2017-04-19
console: Add convenient debug level macros for raminit
Nico Huber
2017-03-13
src/include: Wrap lines at 80 columns
Lee Leahy
2017-03-07
console: Enable printk for ENV_LIBAGESA
Kyösti Mälkki
2016-09-19
console: honor CONFIG_POSTCAR_CONSOLE
Aaron Durbin
2016-09-05
src/include: Improve code formatting
Elyes HAOUAS
2016-08-16
console: Change CONFIG_CHROMEOS requirement from do_printk_va_list()
Julius Werner
2016-08-02
console: Drop leftover struct console_driver
Kyösti Mälkki
2016-08-01
arch/x86: Enable postcar console
Lee Leahy
2016-03-23
arch/x86: introduce postcar stage/phase
Aaron Durbin
2015-11-07
arm64: remove secmon
Aaron Durbin
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-09-22
coreboot: introduce commonlib
Aaron Durbin
2015-05-26
consoles: remove unused infrastructure
Aaron Durbin
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-05-13
verstage: provide support for serial console
Aaron Durbin
2015-05-05
console: rename do_vtxprintf to do_printk_va_list and use it
Aaron Durbin
2015-04-14
Add console wrapper for UART driver
Vadim Bendebury
2015-03-28
arm64: Add support for secure monitor
Furquan Shaikh
2015-01-09
misc: Drop print_ implementation from non-romcc boards
Stefan Reinauer
2014-04-30
console: Drop EARLY_CONSOLE option
Kyösti Mälkki
2014-04-18
console: Simplify the enable rules
Kyösti Mälkki
2014-04-18
console: Split ROMCC helpers
Kyösti Mälkki
2014-04-18
console: Use romstage code for ramstage and SMM
Kyösti Mälkki
2014-04-18
console: Drop driver list in ramstage
Kyösti Mälkki
2014-04-09
console: Remove old fix for DEBUG_SMI
Kyösti Mälkki
2014-04-09
console: Simplify vtxprintf
Kyösti Mälkki
2014-04-09
console: Move newline translation outside console_tx_byte
Kyösti Mälkki
2014-04-09
console: Add printk helper for ChromeOS
Kyösti Mälkki
2014-04-09
console: Hide global console_loglevel
Kyösti Mälkki
2014-04-09
console: Split console_init()
Kyösti Mälkki
2014-03-04
SMM: Only have console with DEBUG_SMI
Kyösti Mälkki
2014-03-04
console: Fix includes
Kyösti Mälkki
[next]