aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2020-04-01 12:07:47 -0500
committerDan Murphy <dmurphy@ti.com>2020-04-01 15:00:27 -0500
commitf0c7fae5eeab1d7629b2de6894a4b0e4e4aef261 (patch)
treeafba96d6743cc9f21fcf7a8fb77396803ffaf17e
parent69f894bb8e28bf30d493ed301b231ffa49091b43 (diff)
downloadlinux-dt-f0c7fae5eeab1d7629b2de6894a4b0e4e4aef261.tar.gz
system_test: README: Reformat README for display
Signed-off-by: Dan Murphy <dmurphy@ti.com>
-rw-r--r--system_test/README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/system_test/README.md b/system_test/README.md
index 65de08e..6108228 100644
--- a/system_test/README.md
+++ b/system_test/README.md
@@ -27,19 +27,28 @@ builds.
## Build Script arguments
CROSS_COMPILE - is taken as an enviroment variabe
+
ARCH - can be taken as an enviroment variable or passed into the script
Required arguements:
+
-k - Kernel Source directory
+
-m - The map with the test suite name and the corresponding information
+
-d - The defconfig to be built from the defconfig builder.
+
-b - output directory for the build
+
-t - TestSuite to be built. This will also be appeneded to the output
build directory
Optional arguements:
+
-a - Arch to build either "arm" or "arm64" this can also be exported as an enviroment variable
+
-o - DT overlay target directory
+
-w - Working directory for the test scripts.
Example:
@@ -51,11 +60,15 @@ The recipe file gives the build_system_test.sh the instructions on how to build
each system test target.
arch: - This is the architecture to build this must be either arm or arm64
+
testsuite: - Is the tests that is to be executed. This will also be the output
directory name on the build out.
+
defconfig: - This is the defconfig to build. This can either be an in tree defconfig
or a TI specific defconfig.
+
patch_dir: - Directory that contains patches that need to be applied
+
overlay_dir: - Is the directory that the dtbo files for a specific system test
will be.