aboutsummaryrefslogtreecommitdiff
path: root/util/lint
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-02-22 10:37:49 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-02-24 14:23:32 +0000
commit8297fa1e206c7d0a5628661f4ed57f768a676ebe (patch)
treedb2f82d682683bd26b5fd2b366e7f1cb8bcc0f1a /util/lint
parent6a4f46ac5e2abe2a33600135bbad36cf14b23881 (diff)
util: Remove old reference to ROMCC
Change-Id: Ia1a37db8341281102ae8ae9c03f1ce76d8d126eb Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39075 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util/lint')
-rwxr-xr-xutil/lint/check_lint_tests2
-rwxr-xr-xutil/lint/lint-000-license-headers2
-rwxr-xr-xutil/lint/lint-014-qualified-types2
-rwxr-xr-xutil/lint/lint-extended-015-final-newlines2
4 files changed, 3 insertions, 5 deletions
diff --git a/util/lint/check_lint_tests b/util/lint/check_lint_tests
index 6b1860fdae..6f6942d549 100755
--- a/util/lint/check_lint_tests
+++ b/util/lint/check_lint_tests
@@ -36,7 +36,7 @@ sed -i "s/for more details./for more details.\n \* You${SPACE}should${SPACE}have
git add ${TESTFILE009}
#lint-stable-010-asm-syntax
-TESTFILE010=src/arch/x86/bootblock_romcc.S
+TESTFILE010=src/arch/x86/bootblock_crt0.S
sed -i "1s/^/.att${UNDERSCORE}syntax noprefix\n/" ${TESTFILE010}
git add ${TESTFILE010}
diff --git a/util/lint/lint-000-license-headers b/util/lint/lint-000-license-headers
index 88e15ecca0..48f7b400ca 100755
--- a/util/lint/lint-000-license-headers
+++ b/util/lint/lint-000-license-headers
@@ -24,8 +24,6 @@ HEADER_EXCLUDED="\
^util/amdtools/example_input/|\
^util/cbfstool/lzma/|\
^util/kconfig/|\
-^util/romcc/tests|\
-^util/romcc/results|\
Kconfig|\
\<COPYING\>|\
\<LICENSE\>|\
diff --git a/util/lint/lint-014-qualified-types b/util/lint/lint-014-qualified-types
index 98679ea55e..d447c4bd6d 100755
--- a/util/lint/lint-014-qualified-types
+++ b/util/lint/lint-014-qualified-types
@@ -17,7 +17,7 @@
LC_ALL=C export LC_ALL
INCLUDED_DIRS='^src/\|^util/\|payloads/libpayload\|payloads/coreinfo'
-EXCLUDED_DIRS='^src/vendorcode\|^util/romcc\|cbfstool/lzma\|cbfstool/lz4'
+EXCLUDED_DIRS='^src/vendorcode\|cbfstool/lzma\|cbfstool/lz4'
INCLUDED_FILES='\.[ch]:'
# Use git grep if the code is in a git repo, otherwise use grep.
diff --git a/util/lint/lint-extended-015-final-newlines b/util/lint/lint-extended-015-final-newlines
index b5a503f3cf..ee573f516f 100755
--- a/util/lint/lint-extended-015-final-newlines
+++ b/util/lint/lint-extended-015-final-newlines
@@ -18,7 +18,7 @@ LC_ALL=C export LC_ALL
PIDS=""
INCLUDED_DIRS_AND_FILES='util/* src/* payloads/* configs/* Makefile *.inc'
-EXCLUDED_DIRS='src/vendorcode/\|util/romcc/\|cbfstool/lzma/\|cbfstool/lz4/\|Documentation/\|build/\|3rdparty/\|\.git/\|coreboot-builds/\|util/nvidia/cbootimage/'
+EXCLUDED_DIRS='src/vendorcode/\|cbfstool/lzma/\|cbfstool/lz4/\|Documentation/\|build/\|3rdparty/\|\.git/\|coreboot-builds/\|util/nvidia/cbootimage/'
EXCLUDED_FILES='\.jpg$\|\.cksum$\|\.bin$\|\.vbt$\|\.hex$\|\.ico$\|\.o$\|\.bz2$\|\.xz$\|^.tmpconfig\|\.pyc$\|_shipped$\|sha256$\|\.png$\|\.patch$'
# Use git ls-files if the code is in a git repo, otherwise use find.