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
/
gcov-glue.c
Age
Commit message (
Expand
)
Author
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2017-07-06
src/lib: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-03-15
src/lib: Clean up general issues found by checkpatch.pl
Lee Leahy
2017-03-13
src/lib: Wrap lines at 80 columns
Lee Leahy
2017-03-13
src/lib: Fix spacing
Lee Leahy
2017-03-12
src/lib: Remove space between function name and (
Lee Leahy
2017-03-09
src/lib: Remove braces for single statements
Lee Leahy
2017-03-09
src/lib: Fix space between type, * and variable name
Lee Leahy
2017-03-09
src/lib: Remove spaces after ( and before )
Lee Leahy
2016-02-02
lib/gcov-glue.c: Remove trailing number from COVERAGE_MAGIC macro
Jean Lucas
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-08
lib/gcov-glue.c: Define macro `COVERAGE_MAGIC` and use it
Paul Menzel
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-03-18
bootstate: use structure pointers for scheduling callbacks
Aaron Durbin
2013-05-01
coverage: use boot state callbacks
Aaron Durbin
2013-04-08
Fix compilation when coverage debugging is enabled
Stefan Reinauer
2013-01-12
Implement GCC code coverage analysis
Stefan Reinauer