summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Likely <grant.likely@linaro.org>2014-02-11 13:56:32 +0000
committerDavid Gibson <david@gibson.dropbear.id.au>2014-02-12 11:33:42 +1100
commitaef4927a70728e106c5fb03395c9b908bd54abce (patch)
treeea3b07d5f5c7f658c892779d41de4c231064ee26
parent4491ed9f875cbe39aaafa9c875bb3e39121e53e1 (diff)
downloaddevice-tree-compiler-aef4927a70728e106c5fb03395c9b908bd54abce.tar.gz
Add a README file for dtc and libfdt
Add a README file to document the location of the mailing list, the home page and state who the maintainers are. Signed-off-by: Grant Likely <grant.likely@linaro.org>
-rw-r--r--README20
1 files changed, 20 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..979974a
--- /dev/null
+++ b/README
@@ -0,0 +1,20 @@
+The source tree contains the Device Tree Compiler (dtc) toolchain for
+working with device tree source and binary files and also libfdt, a
+utility library for reading and manipulating the binary format.
+
+DTC and LIBFDT are maintained by:
+
+David Gibson <david@gibson.dropbear.id.au>
+Jon Loeliger <jdl@jdl.com>
+
+Mailing list
+------------
+The following list is for discussion about dtc and libfdt implementation
+mailto:devicetree-compiler@vger.kernel.org
+
+Core device tree bindings are discussed on the devicetree-spec list:
+mailto:devicetree-spec@vger.kernel.org
+
+Home Page
+---------
+http://devicetree.org/Device_Tree_Compiler