summaryrefslogtreecommitdiffstats
path: root/src/lib/gcov-glue.c
Commit message (Expand)AuthorAgeFilesLines
* lib/gcov: Remove assert(0)Patrick Georgi2020-08-031-1/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/lib: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-13/+2
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-7/+7
* src/lib: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-061-7/+7
* src/lib: Clean up general issues found by checkpatch.plLee Leahy2017-03-151-1/+1
* src/lib: Wrap lines at 80 columnsLee Leahy2017-03-131-2/+6
* src/lib: Fix spacingLee Leahy2017-03-131-1/+1
* src/lib: Remove space between function name and (Lee Leahy2017-03-121-1/+1
* src/lib: Remove braces for single statementsLee Leahy2017-03-091-2/+1
* src/lib: Fix space between type, * and variable nameLee Leahy2017-03-091-1/+1
* src/lib: Remove spaces after ( and before )Lee Leahy2017-03-091-1/+1
* lib/gcov-glue.c: Remove trailing number from COVERAGE_MAGIC macroJean Lucas2016-02-021-1/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* lib/gcov-glue.c: Define macro `COVERAGE_MAGIC` and use itPaul Menzel2015-10-081-1/+3
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* bootstate: use structure pointers for scheduling callbacksAaron Durbin2015-03-181-5/+3
* coverage: use boot state callbacksAaron Durbin2013-05-011-4/+8
* Fix compilation when coverage debugging is enabledStefan Reinauer2013-04-081-1/+1
* Implement GCC code coverage analysisStefan Reinauer2013-01-121-0/+153