diff options
author | oharboe <oharboe> | 2008-08-25 18:00:26 +0000 |
---|---|---|
committer | oharboe <oharboe> | 2008-08-25 18:00:26 +0000 |
commit | 1427b02f2acf83073fd717a7ab47d56fd9b48e64 (patch) | |
tree | 943afc895f0cb593bb7f4580a9f4c5a434ba2451 | |
parent | 398017e921a585cbd8785e21b49155832151fc0f (diff) | |
download | zpu-1427b02f2acf83073fd717a7ab47d56fd9b48e64.zip zpu-1427b02f2acf83073fd717a7ab47d56fd9b48e64.tar.gz |
improved instructions on creating a patch
-rw-r--r-- | zpu/ChangeLog | 2 | ||||
-rw-r--r-- | zpu/docs/zpu_arch.html | 21 |
2 files changed, 18 insertions, 5 deletions
diff --git a/zpu/ChangeLog b/zpu/ChangeLog index fd0c8ac..625573e 100644 --- a/zpu/ChangeLog +++ b/zpu/ChangeLog @@ -1,5 +1,5 @@ 2008-08-25 Salvador Eduardo Tropea <salvador@inti.gov.ar>
- * Fix typo in zpu_arch.html w.r.t. ZPU UART/Debug channel
+ * zpu/docs/arch_html: Fix typo in zpu_arch.html w.r.t. ZPU UART/Debug channel
2008-08-18 Øyvind Harboe
* duplicated crt0.s and some other stuff from libgloss into
sw/startup. This makes it easier to tinker w/startup code.
diff --git a/zpu/docs/zpu_arch.html b/zpu/docs/zpu_arch.html index 8230c69..832f822 100644 --- a/zpu/docs/zpu_arch.html +++ b/zpu/docs/zpu_arch.html @@ -1,5 +1,10 @@ <html> <body> +<h1>Latest version of this document</h1> +This is a snapshot of the zpu_arch.html document in CVS. Please check out +the latest version from CVS to get the latest version. +<p> +$Id: zpu_arch.html,v 1.23 2008/08/25 18:00:27 oharboe Exp $ <h1>Index</h1> <ul> <li> <a href="#introduction">Introduction</a> @@ -1854,10 +1859,18 @@ zpu/zpu</P> <a name="patch"/> <h1>Creating a patch</h1> -<P><BR>If you have an changes, modify the files locally, create a -patch and email it to <a href="#mailinglist">zylin-zpu mailing list</a>. Attach it -as an uncompressed .txt file:</P> -<P>cd zpu <BR>cvs diff -upN . > mypatch.txt</P> +<P><BR>Please submit changes to the <a href="#mailinglist">zylin-zpu mailing list</a> as a patch. +</P> +<ol> +<li>Merge your changes with CVS HEAD. +<li>Update the FreeBSD or GPL copyright with your name in the case +of non-trivial changes. If in doubt, add the copyright. +<li>Add an entry to zpu/ChangeLog with date, your name, email, the +files you changed and a comment. +<li><code>cd zpu <BR>cvs diff -upN . > mypatch.txt</code> +<li>Email it to <a href="#mailinglist">zylin-zpu mailing list</a>. Attach it +as an uncompressed .txt file +</ol> <a name="mailinglist"/> <h1>Getting help - mailing list</h1> The place to get help is the <a href="http://www.zylin.com/mailinglist.html">zylin-zpu mailing list</a> |