1. edd591d util/lint: Update checkpatch & files to upstream linux by Martin Roth · 7 years ago
  2. 037dbe4 util/lint: Add check to make sure 'coreboot' is lowercase by Martin Roth · 7 years ago
  3. 811d93a util/lint: Give better warning for help spacing issue by Martin Roth · 7 years ago
  4. 8849f3b util/lint/kconfig_lint: update help checking by Martin Roth · 7 years ago
  5. 9ec25f7 util/lint: ignore some more binary file types by Patrick Georgi · 7 years ago
  6. 2a063be util/lint: Don't run checkpatch on the documentation by Martin Roth · 7 years ago
  7. aa20647 util/lint: Show an error if a symbol is created in two choice blocks by Martin Roth · 7 years ago
  8. 010905e uti/lint/checkpatch: Fix __attribute__ struct errors for OPEN_BRACE by Martin Roth · 7 years ago
  9. a3cac87 uti/lint/checkpatch: add --exclude to ignore specific directories by Martin Roth · 7 years ago
  10. 03e9d6a util/lint: Don't check license text for files with under 5 lines by Martin Roth · 8 years ago
  11. 23ceb7d util/lint: Add check for the signed-off-by line by Martin Roth · 8 years ago
  12. 08705f1 lint/kconfig_lint: Make sure all symbols have a type defined by Martin Roth · 8 years ago
  13. 1c9c4b8 util/lint: add check for auto-included headers by Martin Roth · 8 years ago
  14. 21c99af util/lint: Add check to verify saved configs are miniconfigs by Martin Roth · 8 years ago
  15. adcba94 util/lint: Add check for symbolic links in the coreboot tree by Martin Roth · 8 years ago
  16. 358b2b3 util/lint: Exclude devicetree files with custom name from license check by Naresh G Solanki · 8 years ago
  17. ab273d3 kconfig_lint: More updates for excluded files by Martin Roth · 8 years ago
  18. e69c58d kconfig_lint: exclude payloads from search, add back specific files by Martin Roth · 8 years ago
  19. 78f7335 util/lint/lint: Show lint script output as it's running by Martin Roth · 8 years ago
  20. a7d0027 Revert "util/lint/kconfig_lint: change warning levels and text" by Martin Roth · 8 years ago
  21. 8bc8be4 util/lint/kconfig_lint: change warning levels and text by Martin Roth · 8 years ago
  22. fa95625 util/lint/kconfig_lint: Check default types by Martin Roth · 8 years ago
  23. 57bfbb0 checkpatch.pl: ignore '#define asmlinkage' by Martin Roth · 8 years ago
  24. 1ce2ba6 lint/lint-007-checkpatch: Update lint script by Martin Roth · 8 years ago
  25. be5492a Add minimal GNAT run time system (RTS) by Nico Huber · 9 years ago
  26. 96a48f1 checkpatch.pl: Force raw_line to return a defined value by Martin Roth · 8 years ago
  27. ab9395f lint/checkpatch.pl: Pull in coreboot fixes by Martin Roth · 8 years ago
  28. c6080c6 util/lint: Update to latest checkpatch.pl by Stefan Reinauer · 8 years ago
  29. 2e03fbc util/lint: Add a tool to verify a single newline at the end of files by Martin Roth · 8 years ago
  30. ae39fc4 util/lint: Add a lint tool to find non-ascii & unprintable chars by Martin Roth · 8 years ago
  31. 82ef8ad src/commonlib/lz4_wrapper: Correct inline asm for unaligned 64-bit copy by Benjamin Barenblat · 8 years ago
  32. ebef00f lint/checkpatch.pl: escape \{ in perl regex to fix warnings by Alexander Couzens · 8 years ago
  33. f790672 util/lint: Find unsigned variables with no length specified by Martin Roth · 8 years ago
  34. 3a6374c lint: Add check for amd & apple mainboard license headers by Martin Roth · 8 years ago
  35. cd9aec6 util/lint: Update lint-stable-000-license-headers by Martin Roth · 8 years ago
  36. 84129b8 util/lint: update lint-000-license-headers by Martin Roth · 8 years ago
  37. e033053 lint/lint-stable-004-style-labels: Update script by Martin Roth · 8 years ago
  38. ef5a238 lint/check_lint_tests: Add script that will break all stable tests by Martin Roth · 8 years ago
  39. 92658db lint: Update board status script to look at the whole tree by Martin Roth · 8 years ago
  40. b1bca88 lint-kconfig: pipe stderr to stdout to catch script errors by Martin Roth · 8 years ago
  41. 0e6c0e1 kconfig_lint: make sure if and endif statements are balanced by Martin Roth · 8 years ago
  42. abf7d4d kconfig_lint: Fix checks when running in taint mode by Martin Roth · 9 years ago
  43. 44ef167 lint: Make sure site-local isn't committed to coreboot repo by Martin Roth · 9 years ago
  44. 5a70d6b kconfig_lint: update kconfig lint shell scripts by Martin Roth · 9 years ago
  45. 15f4d8c kconfig_lint: demote 'always defined' errors to warnings by Martin Roth · 9 years ago
  46. 6622376 kconfig_lint: Check for IS_ENABLED used on symbols without CONFIG_ by Martin Roth · 9 years ago
  47. 35852b9 lint: test for assembler dialect switches by Patrick Georgi · 9 years ago
  48. f8db028 lint: Check license headers for both paragraphs of the GPL by Martin Roth · 9 years ago
  49. b5400ad kconfig_lint: Add readme document by Martin Roth · 9 years ago
  50. 08cf90f kconfig_lint: add comments and whitespace fixes. by Martin Roth · 9 years ago
  51. ab2d777 kconfig_lint: Skip temp files when looking for unused Kconfig files. by Martin Roth · 9 years ago
  52. b58d349 kconfig_lint: Update prompt structure by Martin Roth · 9 years ago
  53. 08ee1cf kconfig_lint: Add warning if tristate type is used in coreboot by Martin Roth · 9 years ago
  54. 819e672 kconfig_lint: merge 'git grep' and 'grep' exclude dir and files by Martin Roth · 9 years ago
  55. 572a856 kconfig_lint: Don't look at IS_ENABLED() text in comments. by Martin Roth · 9 years ago
  56. 6bfbf1c kconfig_lint: Exclude some Kconfig symbols from unused symbol checks by Martin Roth · 9 years ago
  57. 63ea493 kconfig_lint: merge 'git grep' and 'grep' exclude dir and files by Martin Roth · 9 years ago
  58. 721ee01 lint: Add a check for the executable bit being set on source code by Martin Roth · 9 years ago
  59. 6966759 util/lint: Fix linter for old license headers by Martin Roth · 9 years ago
  60. c4511e2 util/lint: Update license linter, make stable version by Martin Roth · 9 years ago
  61. b7c39b2 util/lint/kconfig_lint: Add 3 new checks by Martin Roth · 9 years ago
  62. da1a70e util/lint: Add linter for files with the old license header by Martin Roth · 9 years ago
  63. daa9e12 util/lint: Add lint script to run kconfig_lint by Martin Roth · 9 years ago
  64. 1b44f7e util/lint/kconfig_lint: Run through perltidy to fix whitespace by Martin Roth · 9 years ago
  65. 0ecbdde lint: rename lint-006-checkpatch because board name is lint-006 by Martin Roth · 9 years ago
  66. b6acc30 kconfig_lint: Fix check_is_enabled for 2 symbols on the same line by Martin Roth · 9 years ago
  67. 7aa3cea kconfig_lint: Change from '$file at line $line' to $file:$line by Martin Roth · 9 years ago
  68. d808017 kconfig_lint: Separate errors from warnings by Martin Roth · 9 years ago
  69. a791fbb lint: properly terminate junit report on error by Patrick Georgi · 9 years ago
  70. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  71. bcaaad1 lint: Add Kconfig / Kconfig symbol lint tool by Martin Roth · 9 years ago
  72. 64d0480 lint: don't check for whitespace in jpeg images by Patrick Georgi · 9 years ago
  73. 606ca51 lint: Fix shellcheck warnings, add comments by Martin Roth · 9 years ago
  74. b6d739d lint: Add junit.xml output for jenkins by Martin Roth · 9 years ago
  75. e4fc407 lint: Move the lint script out of Makefile.inc by Martin Roth · 9 years ago
  76. b18f522 lint/gitconfig: Enable checkpatch.pl checking of commits by Stefan Reinauer · 10 years ago
  77. 5264862 Remove empty lines at end of file by Elyes HAOUAS · 9 years ago
  78. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  79. 59c2c8b checkpatch: fine tune checks by Stefan Reinauer · 9 years ago
  80. c526900 checkpatch: fix tree recognition by Stefan Reinauer · 9 years ago
  81. 8ee0777 lint: remove test for build dir handling by Patrick Georgi · 9 years ago
  82. 2df124d lint: Add check for new board name scheme by Stefan Reinauer · 9 years ago
  83. 42412b6 checkpatch: Fix running out of coreboot's tree by Stefan Reinauer · 10 years ago
  84. f129756 lint: exclude *.hex files from whitespace checking by Werner Zeh · 10 years ago
  85. 11b6ab6 lint: exclude nvidia submodule from file list by Patrick Georgi · 10 years ago
  86. 44d0fd9 Add Linux kernel's checkpatch.pl script by Stefan Reinauer · 10 years ago
  87. bcc3a87 lint-stable: Ignore .bin files for whitespace check. by Vladimir Serbinenko · 10 years ago
  88. f9d7252 lint: simplify board-status check by Patrick Georgi · 10 years ago
  89. b46f589 board-info: Output errors to stdout like make lint-stable expects by Vladimir Serbinenko · 10 years ago
  90. fb2a9a9 lint-stable: Check that modified boards contain meaningful board_info.txt. by Vladimir Serbinenko · 10 years ago
  91. 40c845d lint: provide better GPL license text test by Patrick Georgi · 10 years ago
  92. 4b65c2a lint: improve whitespace test by Patrick Georgi · 10 years ago
  93. fadbe5f build: make scan-build work again by Patrick Georgi · 10 years ago
  94. 08fec46 lint: check label style only on changed files by Patrick Georgi · 11 years ago
  95. 569ad76 util/lint/lint-stable-003-whitespace: Ignore temporary files ending with a tilde by Paul Menzel · 11 years ago
  96. 1bfe374 lint: Use temporary build directory by Nico Huber · 11 years ago
  97. 370ff4a lint whitespace: Fix rule to recurse into subdirectories by Kyösti Mälkki · 11 years ago
  98. f33e395 build system: Split linking into multiple steps by Patrick Georgi · 12 years ago
  99. 9b757dc lint: Get absolute path in compare_output by Zheng Bao · 12 years ago
  100. 684b8ab lint: Stop searching when one GNUmake is found by Zheng Bao · 12 years ago