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
/
console
/
die.c
Age
Commit message (
Expand
)
Author
2020-04-04
src/console: Use SPDX for GPL-2.0-only files
Angel Pons
2019-12-19
Drop ROMCC code and header guards
Arthur Heymans
2019-09-10
AUTHORS: Move src/console copyrights into AUTHORS file
Martin Roth
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-04
arch/io.h: Drop unnecessary 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-04-24
compiler.h: add __weak macro
Aaron Durbin
2017-08-14
console: Add weak method to notify about death
Patrick Rudolph
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-01-09
misc: Drop print_ implementation from non-romcc boards
Stefan Reinauer
2014-11-30
Replace hlt() loops with halt()
Patrick Georgi
2011-11-01
remove trailing whitespace
Stefan Reinauer
2010-11-22
Workaround to get die.c to work with romcc.
Patrick Georgi
2010-11-22
Printing coreboot debug messages on VGA console is pretty much useless, since
Stefan Reinauer