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
/
include
/
assert.h
Age
Commit message (
Expand
)
Author
2019-05-17
src/include/assert.h: add noreturn attribute to dead_code()
Alan Green
2019-05-10
assert.h: Undefine ASSERT macro in case vendorcode headers set it
Julius Werner
2019-04-01
assert: Make dead_code() work at link-time instead of compile-time
Julius Werner
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2017-07-16
assert: Add new dead_code() macro to assert dead code paths
Julius Werner
2017-03-09
src/include: Move trailing statements to next line
Lee Leahy
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-04-17
Fix non-x86 __PRE_RAM__ assertions and add FATAL_ASSERTS Kconfig option
Julius Werner
2015-01-09
misc: Drop print_ implementation from non-romcc boards
Stefan Reinauer
2014-10-07
gen: Add "assert" in assert.h.
Hung-Te Lin
2010-08-30
We call this cache as ram everywhere, so let's call it the same in Kconfig
Stefan Reinauer
2010-08-03
Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user /
Stefan Reinauer
2010-03-31
Drop \r\n and \n\r as both print_XXX and printk now do this internally.
Stefan Reinauer
2010-03-22
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2010-03-01
Various cometic and coding-style fixes (trivial).
Uwe Hermann
2010-02-28
assert.h: have the same information on asserts in romcc and non-romcc code.
Stefan Reinauer
2010-02-15
Various license header consistency fixes (trivial).
Uwe Hermann
2009-11-06
Split the two usages of __ROMCC__:
Myles Watson
2009-06-30
This patch unifies the use of config options in v2 to all start with CONFIG_
Stefan Reinauer
2006-08-23
Uwe Hermann:
Stefan Reinauer
2005-10-05
Updating FSF address in the code.
Stefan Reinauer
2005-09-14
Initial revision.
Steven J. Magnani