index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
include
/
assert.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
arch/x86/boot: Jump to payload in protected mode
Patrick Rudolph
2020-08-19
1
-0
/
+11
*
assert.h: Try to evaluate assertions at compile time
Julius Werner
2020-08-03
1
-2
/
+9
*
src/include: Add missing includes
Elyes HAOUAS
2020-07-26
1
-0
/
+1
*
assert.h: Do not use __FILE__ nor __LINE__ on timeless builds
Angel Pons
2020-07-24
1
-22
/
+32
*
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-11
1
-1
/
+0
*
assert.h: Simplify dead_code()
Nico Huber
2020-04-10
1
-8
/
+3
*
src/include: Use SPDX for GPL-2.0-only files
Angel Pons
2020-04-05
1
-13
/
+2
*
assert.h: Add a tag parameter to dead_code()
Nico Huber
2020-04-04
1
-5
/
+5
*
assert.h: add assertions with descriptive failures
Eric Peers
2020-03-18
1
-0
/
+11
*
src (minus soc and mainboard): Remove copyright notices
Patrick Georgi
2020-03-17
1
-1
/
+0
*
src/include/assert.h: add noreturn attribute to dead_code()
Alan Green
2019-05-17
1
-1
/
+2
*
assert.h: Undefine ASSERT macro in case vendorcode headers set it
Julius Werner
2019-05-10
1
-0
/
+6
*
assert: Make dead_code() work at link-time instead of compile-time
Julius Werner
2019-04-01
1
-8
/
+12
*
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-08
1
-2
/
+2
*
assert: Add new dead_code() macro to assert dead code paths
Julius Werner
2017-07-16
1
-0
/
+21
*
src/include: Move trailing statements to next line
Lee Leahy
2017-03-09
1
-2
/
+4
*
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-31
1
-4
/
+0
*
Remove address from GPLv2 headers
Patrick Georgi
2015-05-21
1
-1
/
+1
*
Fix non-x86 __PRE_RAM__ assertions and add FATAL_ASSERTS Kconfig option
Julius Werner
2015-04-17
1
-6
/
+7
*
misc: Drop print_ implementation from non-romcc boards
Stefan Reinauer
2015-01-09
1
-27
/
+0
*
gen: Add "assert" in assert.h.
Hung-Te Lin
2014-10-07
1
-1
/
+5
*
We call this cache as ram everywhere, so let's call it the same in Kconfig
Stefan Reinauer
2010-08-30
1
-1
/
+1
*
Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user /
Stefan Reinauer
2010-08-03
1
-1
/
+1
*
Drop \r\n and \n\r as both print_XXX and printk now do this internally.
Stefan Reinauer
2010-03-31
1
-2
/
+2
*
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2010-03-22
1
-2
/
+2
*
Various cometic and coding-style fixes (trivial).
Uwe Hermann
2010-03-01
1
-7
/
+5
*
assert.h: have the same information on asserts in romcc and non-romcc code.
Stefan Reinauer
2010-02-28
1
-35
/
+46
*
Various license header consistency fixes (trivial).
Uwe Hermann
2010-02-15
1
-1
/
+5
*
Split the two usages of __ROMCC__:
Myles Watson
2009-11-06
1
-2
/
+2
*
This patch unifies the use of config options in v2 to all start with CONFIG_
Stefan Reinauer
2009-06-30
1
-2
/
+2
*
Uwe Hermann:
Stefan Reinauer
2006-08-23
1
-59
/
+51
*
Updating FSF address in the code.
Stefan Reinauer
2005-10-05
1
-1
/
+1
*
Initial revision.
Steven J. Magnani
2005-09-14
1
-0
/
+59