aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2020-03-25 13:45:30 +0200
committerTomi Valkeinen <tomi.valkeinen@ti.com>2020-03-25 13:47:09 +0200
commit4f712f413f38827369b2a921f3241983c4f795fc (patch)
tree08212fe8c1841811486cb593a736c4408d8b4ae0
parent5c6a3e15de2fded1d7ee142aafd1716dcf64ba9f (diff)
downloadlinux-dt-4f712f413f38827369b2a921f3241983c4f795fc.tar.gz
Update README
-rw-r--r--README.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/README.md b/README.md
index 056be5c..30d59e6 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,20 @@
-# DT Overlays
+# Upstream DT Overlays and TI kernel config fragments
-This is a work-in-progress repository for DT overlays.
+This is a repository for DT overlays and TI kernel config fragments.
+
+## DT Overlays
The makefile does two things:
- Compiles a specified set of dts files with symbols enabled, taken from the kernel source tree
- Compiles DT overlays in this repository
+Linux directory can be given with LINUX=dir. If LINUX is undefined, Makefile will look for Linux directory from the current dir or <projectdir>/../linux/
+
Output path can be given the same way as when building the kernel, with O=dir
ARCH variable can be used to build a single arch instead of all, e.g. ARCH=arm64
+## Config fragments
+
+config directory contains defconfig_builder.sh. The Linux directory can be given with -k option. If Linux directory is not given, the script will look for Linux directory from the current dir or <projectdir>/../linux/