aboutsummaryrefslogtreecommitdiff
path: root/util/lint
AgeCommit message (Expand)Author
2016-06-24src/commonlib/lz4_wrapper: Correct inline asm for unaligned 64-bit copyBenjamin Barenblat
2016-04-22lint/checkpatch.pl: escape \{ in perl regex to fix warningsAlexander Couzens
2016-04-21util/lint: Find unsigned variables with no length specifiedMartin Roth
2016-04-21lint: Add check for amd & apple mainboard license headersMartin Roth
2016-04-14util/lint: Update lint-stable-000-license-headersMartin Roth
2016-04-13util/lint: update lint-000-license-headersMartin Roth
2016-04-13lint/lint-stable-004-style-labels: Update scriptMartin Roth
2016-04-10lint/check_lint_tests: Add script that will break all stable testsMartin Roth
2016-03-29lint: Update board status script to look at the whole treeMartin Roth
2016-03-05lint-kconfig: pipe stderr to stdout to catch script errorsMartin Roth
2016-03-03kconfig_lint: make sure if and endif statements are balancedMartin Roth
2016-02-24kconfig_lint: Fix checks when running in taint modeMartin Roth
2016-02-16lint: Make sure site-local isn't committed to coreboot repoMartin Roth
2016-02-10kconfig_lint: update kconfig lint shell scriptsMartin Roth
2016-02-09kconfig_lint: demote 'always defined' errors to warningsMartin Roth
2016-02-09kconfig_lint: Check for IS_ENABLED used on symbols without CONFIG_Martin Roth
2016-02-07lint: test for assembler dialect switchesPatrick Georgi
2016-02-02lint: Check license headers for both paragraphs of the GPLMartin Roth
2016-01-30kconfig_lint: Add readme documentMartin Roth
2016-01-30kconfig_lint: add comments and whitespace fixes.Martin Roth
2016-01-30kconfig_lint: Skip temp files when looking for unused Kconfig files.Martin Roth
2016-01-30kconfig_lint: Update prompt structureMartin Roth
2016-01-30kconfig_lint: Add warning if tristate type is used in corebootMartin Roth
2016-01-30kconfig_lint: merge 'git grep' and 'grep' exclude dir and filesMartin Roth
2016-01-30kconfig_lint: Don't look at IS_ENABLED() text in comments.Martin Roth
2016-01-30kconfig_lint: Exclude some Kconfig symbols from unused symbol checksMartin Roth
2016-01-30kconfig_lint: merge 'git grep' and 'grep' exclude dir and filesMartin Roth
2016-01-30lint: Add a check for the executable bit being set on source codeMartin Roth
2016-01-21util/lint: Fix linter for old license headersMartin Roth
2016-01-18util/lint: Update license linter, make stable versionMartin Roth
2016-01-18util/lint/kconfig_lint: Add 3 new checksMartin Roth
2016-01-15util/lint: Add linter for files with the old license headerMartin Roth
2016-01-12util/lint: Add lint script to run kconfig_lintMartin Roth
2016-01-12util/lint/kconfig_lint: Run through perltidy to fix whitespaceMartin Roth
2016-01-12lint: rename lint-006-checkpatch because board name is lint-006Martin Roth
2015-12-02kconfig_lint: Fix check_is_enabled for 2 symbols on the same lineMartin Roth
2015-12-02kconfig_lint: Change from '$file at line $line' to $file:$lineMartin Roth
2015-12-02kconfig_lint: Separate errors from warningsMartin Roth
2015-11-19lint: properly terminate junit report on errorPatrick Georgi
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-29lint: Add Kconfig / Kconfig symbol lint toolMartin Roth
2015-10-28lint: don't check for whitespace in jpeg imagesPatrick Georgi
2015-10-17lint: Fix shellcheck warnings, add commentsMartin Roth
2015-10-17lint: Add junit.xml output for jenkinsMartin Roth
2015-10-17lint: Move the lint script out of Makefile.incMartin Roth
2015-07-17lint/gitconfig: Enable checkpatch.pl checking of commitsStefan Reinauer
2015-06-08Remove empty lines at end of fileElyes HAOUAS
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-08checkpatch: fine tune checksStefan Reinauer
2015-05-08checkpatch: fix tree recognitionStefan Reinauer
2015-04-26lint: remove test for build dir handlingPatrick Georgi
2015-04-18lint: Add check for new board name schemeStefan Reinauer
2015-03-24checkpatch: Fix running out of coreboot's treeStefan Reinauer
2015-02-12lint: exclude *.hex files from whitespace checkingWerner Zeh
2015-02-12lint: exclude nvidia submodule from file listPatrick Georgi
2015-02-11Add Linux kernel's checkpatch.pl scriptStefan Reinauer
2014-11-25lint-stable: Ignore .bin files for whitespace check.Vladimir Serbinenko
2014-09-03lint: simplify board-status checkPatrick Georgi
2014-08-18board-info: Output errors to stdout like make lint-stable expectsVladimir Serbinenko
2014-08-16lint-stable: Check that modified boards contain meaningful board_info.txt.Vladimir Serbinenko
2014-08-11lint: provide better GPL license text testPatrick Georgi
2014-08-11lint: improve whitespace testPatrick Georgi
2014-05-17build: make scan-build work againPatrick Georgi
2014-01-11lint: check label style only on changed filesPatrick Georgi
2013-10-22util/lint/lint-stable-003-whitespace: Ignore temporary files ending with a tildePaul Menzel
2013-09-27lint: Use temporary build directoryNico Huber
2013-09-17lint whitespace: Fix rule to recurse into subdirectoriesKyösti Mälkki
2012-11-27build system: Split linking into multiple stepsPatrick Georgi
2012-10-05lint: Get absolute path in compare_outputZheng Bao
2012-10-04lint: Stop searching when one GNUmake is foundZheng Bao
2012-09-28lint: Add template for mktemp to meet BSD requirementsZheng Bao
2012-09-17lint: Dont highlight the matching text in grepZheng Bao
2012-08-04Make the device tree available in the rom stageStefan Reinauer
2012-05-04lint: Avoid downloading blobs repositoryPatrick Georgi
2012-04-17lint: tighten whitespace check some morePatrick Georgi
2012-04-05Ignore .exe files in whitespace testPatrick Georgi
2012-03-09Fix lint-stable checkin hooks on MacOS XStefan Reinauer
2012-03-07Move C labels to start-of-linePatrick Georgi
2012-03-07lint: test that labels begin at start-of-linePatrick Georgi
2012-03-01lint: create two classes of tests, stable and devPatrick Georgi
2012-03-01Fix lint test for build directoriesPatrick Georgi
2012-02-17Remove whitespace.Patrick Georgi
2012-02-17lint: Add test for whitespace issues in the codePatrick Georgi
2011-07-07Fix lint-002-build-dir-handlingPatrick Georgi
2011-05-23exclude src/vendorcode from GPLv2 license checks.Stefan Reinauer
2011-05-21Add regression test for build directory handling to make lint targetPatrick Georgi
2010-11-19Add test to check for up-to-date GPL license headers to lint.Patrick Georgi
2010-11-18Make lint script executable, otherwise invocation fails.Uwe Hermann
2010-11-18lint tests can now describe what they do (for the benefit ofPatrick Georgi
2010-11-18Set locale to POSIX to avoid problems with invalid 8bit characterPatrick Georgi
2010-11-12Consensus seems that this is wanted, integrated into the tree somehow.Patrick Georgi