Age | Commit message (Expand) | Author |
2023-02-17 | tree: Use __func__ instead of hard-coded names | Elyes Haouas |
2022-10-13 | payloads,src: Replace ALIGN(x, a) by ALIGN_UP(x, a) for clarity | Elyes Haouas |
2020-08-03 | lib/gcov: Remove assert(0) | Patrick Georgi |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-04-04 | src/lib: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-03-17 | src (minus soc and mainboard): Remove copyright notices | Patrick Georgi |
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 |