Open CI Scripts: Initial Commit
* build_helper: Python script which builds sets
of configurations from a json file input
* checkpatch: Bash scripts helping with running checkpatch
* cppcheck: Bash script helping with running cppcheck
* lava_helper: Python script which generates a lava job
definition and parses the output of a lava dispatcher
* tfm_ci_pylib: Generic Python module for Open CI
* configs: Directory storing reference configurations
Change-Id: Ibda0cbfeb5b004b35fef3c2af4cb5c012f2672b4
Signed-off-by: Galanakis, Minos <minos.galanakis@linaro.org>
diff --git a/checkpatch/checkpatch.conf b/checkpatch/checkpatch.conf
new file mode 100644
index 0000000..e49ba0f
--- /dev/null
+++ b/checkpatch/checkpatch.conf
@@ -0,0 +1,20 @@
+#-------------------------------------------------------------------------------
+# Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+#-------------------------------------------------------------------------------
+
+--terse
+--no-tree
+--ignore COMPLEX_MACRO
+--ignore AVOID_EXTERNS
+--ignore VOLATILE
+--ignore PREFER_KERNEL_TYPES
+--ignore LEADING_SPACE
+--ignore CODE_INDENT
+--ignore SUSPECT_CODE_INDENT
+--ignore BRACES
+--ignore CONST_STRUCT
+--ignore INITIALISED_STATIC
+--show-types