index
:
coreboot
2560p
820g2
autoport-hsw
broadwell_refcode
e6230
e7240_bdw
haswell-mrc
hp820g1
hp9480m
mec1322
Some coreboot project code with my work
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
lint
/
kconfig_lint
Age
Commit message (
Expand
)
Author
2020-05-09
util/: Replace GPLv2 boiler plate with SPDX header
Patrick Georgi
2020-05-09
AUTHORS, util/: Drop individual copyright notices
Patrick Georgi
2020-02-19
util/lint: Allow non-option carrying named choices
Patrick Georgi
2019-11-06
util/lint/kconfig_lint: Handle glob prefix and suffix
Arthur Heymans
2019-06-04
util/lint: Make usage of IS_ENABLED() an error
Nico Huber
2019-04-11
kconfig_lint: Make uses of CONFIG() on an unknown option an error
Julius Werner
2019-03-22
lint/kconfig: More checks, more errors
Julius Werner
2019-03-08
lint/kconfig: Update to support new CONFIG() macro
Julius Werner
2019-03-06
lint/kconfig: Fix check for IS_ENABLED(XXX) where someone forgot CONFIG_
Julius Werner
2018-11-17
treewide: use /usr/bin/env where appropriate
Yegor Timoshenko
2018-09-18
util/lint: Ignore "visible if" statement in Kconfig files
Patrick Georgi
2017-07-18
util/lint: update kconfig_lint
Martin Roth
2017-06-07
util/lint: Give better warning for help spacing issue
Martin Roth
2017-06-07
util/lint/kconfig_lint: update help checking
Martin Roth
2017-03-27
util/lint: Show an error if a symbol is created in two choice blocks
Martin Roth
2016-12-12
lint/kconfig_lint: Make sure all symbols have a type defined
Martin Roth
2016-11-28
kconfig_lint: More updates for excluded files
Martin Roth
2016-11-28
kconfig_lint: exclude payloads from search, add back specific files
Martin Roth
2016-10-03
Revert "util/lint/kconfig_lint: change warning levels and text"
Martin Roth
2016-10-03
util/lint/kconfig_lint: change warning levels and text
Martin Roth
2016-10-03
util/lint/kconfig_lint: Check default types
Martin Roth
2016-03-03
kconfig_lint: make sure if and endif statements are balanced
Martin Roth
2016-02-24
kconfig_lint: Fix checks when running in taint mode
Martin Roth
2016-02-09
kconfig_lint: demote 'always defined' errors to warnings
Martin Roth
2016-02-09
kconfig_lint: Check for IS_ENABLED used on symbols without CONFIG_
Martin Roth
2016-01-30
kconfig_lint: add comments and whitespace fixes.
Martin Roth
2016-01-30
kconfig_lint: Skip temp files when looking for unused Kconfig files.
Martin Roth
2016-01-30
kconfig_lint: Update prompt structure
Martin Roth
2016-01-30
kconfig_lint: Add warning if tristate type is used in coreboot
Martin Roth
2016-01-30
kconfig_lint: merge 'git grep' and 'grep' exclude dir and files
Martin Roth
2016-01-30
kconfig_lint: Don't look at IS_ENABLED() text in comments.
Martin Roth
2016-01-30
kconfig_lint: Exclude some Kconfig symbols from unused symbol checks
Martin Roth
2016-01-30
kconfig_lint: merge 'git grep' and 'grep' exclude dir and files
Martin Roth
2016-01-18
util/lint/kconfig_lint: Add 3 new checks
Martin Roth
2016-01-12
util/lint/kconfig_lint: Run through perltidy to fix whitespace
Martin Roth
2015-12-02
kconfig_lint: Fix check_is_enabled for 2 symbols on the same line
Martin Roth
2015-12-02
kconfig_lint: Change from '$file at line $line' to $file:$line
Martin Roth
2015-12-02
kconfig_lint: Separate errors from warnings
Martin Roth
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-29
lint: Add Kconfig / Kconfig symbol lint tool
Martin Roth