<feed xmlns='http://www.w3.org/2005/Atom'>
<title>OpenOCD/tools, branch mips-hack</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://git.amat.us/openocd/atom/tools?h=mips-hack</id>
<link rel='self' href='https://git.amat.us/openocd/atom/tools?h=mips-hack'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/'/>
<updated>2015-01-08T23:05:24Z</updated>
<entry>
<title>checkpatch: fix check for the FSF address</title>
<updated>2015-01-08T23:05:24Z</updated>
<author>
<name>Paul Fertser</name>
<email>fercerpav@gmail.com</email>
</author>
<published>2014-11-27T07:54:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=a9a5c17cf5e1f55310aa218f178997f090304172'/>
<id>urn:sha1:a9a5c17cf5e1f55310aa218f178997f090304172</id>
<content type='text'>
Commit 4525c0a4c4d0aaa199c37a6d2245617e8445f213 cherry-picked check
for the FSF address presence from upstream. However, it has a typo
resulting in this obscure error when triggered:

Use of uninitialized value in concatenation (.) or string at /home/jenkins/.jenkins/jobs/openocd-gerrit/workspace/tools/scripts/checkpatch.pl line 1258.
ERROR:

This patch fixes it.

Change-Id: Ia417ef4782d21c8b3f1d39de88c4ab850a5a6630
Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
Reviewed-on: http://openocd.zylin.com/2414
Tested-by: jenkins
Reviewed-by: Andreas Fritiofson &lt;andreas.fritiofson@gmail.com&gt;
</content>
</entry>
<entry>
<title>checkpatch.pl: check for the FSF mailing address</title>
<updated>2014-11-24T22:23:38Z</updated>
<author>
<name>Antony Pavlov</name>
<email>antonynpavlov@gmail.com</email>
</author>
<published>2014-10-10T04:27:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=4525c0a4c4d0aaa199c37a6d2245617e8445f213'/>
<id>urn:sha1:4525c0a4c4d0aaa199c37a6d2245617e8445f213</id>
<content type='text'>
This check code is imported from Linux v3.17 checkpatch.pl.

Change-Id: If39d834ee9b6131bccc92de38fd7c108650bd2f1
Signed-off-by: Antony Pavlov &lt;antonynpavlov@gmail.com&gt;
Reviewed-on: http://openocd.zylin.com/2341
Reviewed-by: Spencer Oliver &lt;spen@spen-soft.co.uk&gt;
Tested-by: Spencer Oliver &lt;spen@spen-soft.co.uk&gt;
</content>
</entry>
<entry>
<title>checkpatch.pl: check for openocd tree, not for kernel tree</title>
<updated>2014-11-24T22:23:14Z</updated>
<author>
<name>Antony Pavlov</name>
<email>antonynpavlov@gmail.com</email>
</author>
<published>2014-10-10T04:13:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=c5d89883165e02ea4f318e3cb0ba40d1fb6f04d1'/>
<id>urn:sha1:c5d89883165e02ea4f318e3cb0ba40d1fb6f04d1</id>
<content type='text'>
checkpatch.pl looks for linux kernel specific paths and files
to check source tree. As openocd misses kernel files it ends
with this error message:

    Must be run from the top-level dir. of a kernel tree

This patch also renames 'kernel' -&gt; 'openocd'
in source tree-related messages.

Due to checkpatch checking modifications on itself, lift the
restriction on having no spaces at the start of a line for Perl
scripts. This can be readded back later.

Change-Id: I89b7ca976bef5e13785bd3a43e597c9feb4c2df4
Signed-off-by: Antony Pavlov &lt;antonynpavlov@gmail.com&gt;
Reviewed-on: http://openocd.zylin.com/2339
Tested-by: jenkins
Reviewed-by: Spencer Oliver &lt;spen@spen-soft.co.uk&gt;
</content>
</entry>
<entry>
<title>Move xsvf_tools and remote_bitbang to contrib/</title>
<updated>2014-03-29T07:55:43Z</updated>
<author>
<name>Paul Fertser</name>
<email>fercerpav@gmail.com</email>
</author>
<published>2014-01-27T18:07:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=6405941c9716e5f7b33417508ee9d8f62210429d'/>
<id>urn:sha1:6405941c9716e5f7b33417508ee9d8f62210429d</id>
<content type='text'>
It looks like tools/ should be used only for build tools, and contrib/
is a suitable place for everything else.

Change-Id: Iddaebba0acb6d66404912ec96749b46e4be643d8
Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
Reviewed-on: http://openocd.zylin.com/1906
Reviewed-by: Spencer Oliver &lt;spen@spen-soft.co.uk&gt;
Tested-by: Spencer Oliver &lt;spen@spen-soft.co.uk&gt;
</content>
</entry>
<entry>
<title>checkpatch: correct false positives reporting instructions</title>
<updated>2013-10-29T22:56:05Z</updated>
<author>
<name>Paul Fertser</name>
<email>fercerpav@gmail.com</email>
</author>
<published>2013-10-26T07:34:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=75b4cbe356467e48182790e39254cae88d590883'/>
<id>urn:sha1:75b4cbe356467e48182790e39254cae88d590883</id>
<content type='text'>
Change-Id: Ib45d3db4436a5df5215f2c2d8b8f9a6d48d5f348
Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
Reviewed-on: http://openocd.zylin.com/1786
Tested-by: jenkins
Reviewed-by: Mathias Küster &lt;kesmtp@freenet.de&gt;
Reviewed-by: Spencer Oliver &lt;spen@spen-soft.co.uk&gt;
</content>
</entry>
<entry>
<title>checkpatch: treat jenkins as valid email</title>
<updated>2013-10-29T22:55:55Z</updated>
<author>
<name>Paul Fertser</name>
<email>fercerpav@gmail.com</email>
</author>
<published>2013-10-26T07:24:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=cadd5197153576602a0f3ac45113f4c8ba0733fc'/>
<id>urn:sha1:cadd5197153576602a0f3ac45113f4c8ba0733fc</id>
<content type='text'>
This is needed to avoid checkpatch barking on already committed patches.

Change-Id: Ic2b4cfa04c8230d45c68bbf6b370841f682b32d6
Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
Reviewed-on: http://openocd.zylin.com/1785
Tested-by: jenkins
Reviewed-by: Jens Bauer &lt;jens@gpio.dk&gt;
Reviewed-by: Mathias Küster &lt;kesmtp@freenet.de&gt;
Reviewed-by: Spencer Oliver &lt;spen@spen-soft.co.uk&gt;
</content>
</entry>
<entry>
<title>checkpatch: add logging functions</title>
<updated>2013-10-15T20:40:23Z</updated>
<author>
<name>Paul Fertser</name>
<email>fercerpav@gmail.com</email>
</author>
<published>2013-10-14T06:03:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=bb3cd6ec438de16295152c64592408685ef9451f'/>
<id>urn:sha1:bb3cd6ec438de16295152c64592408685ef9451f</id>
<content type='text'>
It's commonly considered that user-visible strings should not be split
to different lines in the sources to ease grepping for them. Hence,
checkpatch traditionally makes an exception for logging functions,
lines having them can be of arbitrary length.

OpenOCD uses different (from Linux, the kernel) names, so they need to
be added to avoid false positives.

Change-Id: I1198c1ffc62b5403d97efa41e665c81a5b6bb3a3
Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
Reviewed-on: http://openocd.zylin.com/1696
Tested-by: jenkins
Reviewed-by: Spencer Oliver &lt;spen@spen-soft.co.uk&gt;
</content>
</entry>
<entry>
<title>update files to correct FSF address</title>
<updated>2013-06-05T19:52:42Z</updated>
<author>
<name>Spencer Oliver</name>
<email>spen@spen-soft.co.uk</email>
</author>
<published>2013-06-02T19:32:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=08d4411b59dd8bd0e7d8009003b71d23acbf6eee'/>
<id>urn:sha1:08d4411b59dd8bd0e7d8009003b71d23acbf6eee</id>
<content type='text'>
Change-Id: I429f7fd51f77b0e7c86d7a7f110ca31afd76c173
Signed-off-by: Spencer Oliver &lt;spen@spen-soft.co.uk&gt;
Reviewed-on: http://openocd.zylin.com/1426
Tested-by: jenkins
Reviewed-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>rlink: fix speed table generation</title>
<updated>2013-06-03T10:59:59Z</updated>
<author>
<name>Paul Fertser</name>
<email>fercerpav@gmail.com</email>
</author>
<published>2013-06-02T09:28:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=f43c23090e05f3344b0e65c735096ffb36be82b2'/>
<id>urn:sha1:f43c23090e05f3344b0e65c735096ffb36be82b2</id>
<content type='text'>
The speed table generation (by using explicit
make -f Makefile.rlink) was broken since
865efd828a267992db0f2a92a731c5ce23a34236 Dec 2 2009 which did a bunch of
renaming and included hand-editing of a generated rlink_speed_table.c file.

This patch is compile-tested, i.e. the new generated rlink_speed_table.c
links fine with the rlink driver.

Change-Id: I1789a2f2f5bf20183b772d55c55fe68a0bd05cf5
Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
Reviewed-on: http://openocd.zylin.com/1431
Tested-by: jenkins
Reviewed-by: Spencer Oliver &lt;spen@spen-soft.co.uk&gt;
</content>
</entry>
<entry>
<title>tools: add sample remote_bitbang sysfsgpio server</title>
<updated>2013-05-29T14:41:17Z</updated>
<author>
<name>Paul Fertser</name>
<email>fercerpav@gmail.com</email>
</author>
<published>2013-05-09T09:22:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=e4d543ffc72da278529e4b1c064a2fbf28ca0194'/>
<id>urn:sha1:e4d543ffc72da278529e4b1c064a2fbf28ca0194</id>
<content type='text'>
This adds a sample server that implements remote_bitbang protocol,
based on sysfsgpio interface driver.

Change-Id: I17633e91f819ab7b806606e1a1c38d5366ab4598
Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
Reviewed-on: http://openocd.zylin.com/1403
Tested-by: jenkins
Reviewed-by: Spencer Oliver &lt;spen@spen-soft.co.uk&gt;
</content>
</entry>
</feed>
