summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2015-02-24 15:38:37 -0700
committerStephen Warren <swarren@nvidia.com>2015-02-24 15:38:37 -0700
commitbd8e2c48102afc20f1aa0b782457c6879104d791 (patch)
tree2a81473a91eccd0cd27783479d04581a0ea7f2bc
parent12b9718fc6b5be374d252be691733837e756d816 (diff)
downloadtegrarcm-bd8e2c48102afc20f1aa0b782457c6879104d791.tar.gz
Add "submitting patches" section to README
This tells users how/where to send patches, etc. Signed-off-by: Stephen Warren <swarren@nvidia.com>
-rw-r--r--README35
1 files changed, 31 insertions, 4 deletions
diff --git a/README b/README
index df1e106..2c67653 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
-tegrarcm
+Introduction
+============
-What is it?
This program is used to send code to a Tegra device in recovery mode.
It does not supported locked devices with an encrypted boot key, only
open devices such as the ventana, cardhu, or dalmore reference boards.
@@ -15,7 +15,9 @@ Platforms supported:
-Tegra30
-Tegra114
-How to use:
+Usage
+=====
+
- Connect a USB cable from your development system to your Tegra
device. You will either need a USB A to A cable or A to micro B
depending on the target board.
@@ -54,8 +56,33 @@ sending file: u-boot.bin
- 268314/268314 bytes sent
u-boot.bin sent successfully
+Submitting Changes
+==================
+
+To submit patches to this project, please use the following commands:
+
+* git format-patch --subject-prefix="tegrarcm PATCH"
+
+ Creates a patch file from your git commit.
+
+* git send-email --to linux-tegra@vger.kernel.org *.patch
+
+ Sends the patch by email to the Tegra mailing list.
+
+Even though the primary upstream repository for this project is hosted on
+github, contributions aren't accepted via github pull requests. Github pull
+requests would bypass public code review on the project mailing list.
+
+Patches should be signed off (include a signed-off-by line) to indicate your
+acceptance of the code's license (see COPYING and the license header in each
+file). See http://developercertificate.org/ for details of what signed-off-by
+implies.
+
+Changelog
+=========
+
+Ssee git logs for complete list.
-Changes (see git logs for complete list):
V1.6 - Added support for ODM secure mode
V1.5 - Added support for RCM protocol version 40
- Added Tegra124 support