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