<feed xmlns='http://www.w3.org/2005/Atom'>
<title>OpenOCD/tools, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://git.amat.us/openocd/atom/tools?h=master</id>
<link rel='self' href='https://git.amat.us/openocd/atom/tools?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/'/>
<updated>2020-02-24T10:31:06Z</updated>
<entry>
<title>coding style: tools: remove empty lines at end of text files</title>
<updated>2020-02-24T10:31:06Z</updated>
<author>
<name>Antonio Borneo</name>
<email>borneo.antonio@gmail.com</email>
</author>
<published>2019-05-12T10:38:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=74634d177b6c9853d6d38144c8783ff10c1b2e9b'/>
<id>urn:sha1:74634d177b6c9853d6d38144c8783ff10c1b2e9b</id>
<content type='text'>
Empty lines at end of text files are useless.
Remove them.

Change-Id: Iea4c8425e137d6252fb2e5b62e0b124c73a01cb6
Signed-off-by: Antonio Borneo &lt;borneo.antonio@gmail.com&gt;
Reviewed-on: http://openocd.zylin.com/5168
Tested-by: jenkins
</content>
</entry>
<entry>
<title>HACKING: replace refs/publish/master with refs/for/master</title>
<updated>2019-01-08T09:45:52Z</updated>
<author>
<name>Jerome Forissier</name>
<email>jerome.forissier@linaro.org</email>
</author>
<published>2018-12-17T14:00:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=a6f5a167053fb2602f98671815f79d3382412d62'/>
<id>urn:sha1:a6f5a167053fb2602f98671815f79d3382412d62</id>
<content type='text'>
refs/publish/master is deprecated and gives a warning in newer Gerrit.
Replace with refs/for/master.

Change-Id: I56871cc6e80c014ba81f4458230cd67dc318ecb3
Suggested-by: Andreas Fritiofson &lt;andreas.fritiofson@gmail.com&gt;
Signed-off-by: Jerome Forissier &lt;jerome.forissier@linaro.org&gt;
Reviewed-on: http://openocd.zylin.com/4810
Tested-by: jenkins
Reviewed-by: Andreas Fritiofson &lt;andreas.fritiofson@gmail.com&gt;
</content>
</entry>
<entry>
<title>checkpatch: fix more "unescaped left brace" warnings</title>
<updated>2018-01-13T09:56:05Z</updated>
<author>
<name>Paul Fertser</name>
<email>fercerpav@gmail.com</email>
</author>
<published>2016-10-04T11:33:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=ab25205bbfaa73b33d3510086c44cfe06c1ca006'/>
<id>urn:sha1:ab25205bbfaa73b33d3510086c44cfe06c1ca006</id>
<content type='text'>
Unescaped left brace in string literals is deprecated since perl
v5.21.1.

Not a Perl programmer here so please review!

Change-Id: I724d8fa616d603e032e07afb9b8933e0ec95045b
Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
Reviewed-on: http://openocd.zylin.com/3801
Tested-by: jenkins
</content>
</entry>
<entry>
<title>tools: release.sh: produce only SHA256 hashes</title>
<updated>2018-01-13T08:41:23Z</updated>
<author>
<name>Paul Fertser</name>
<email>fercerpav@gmail.com</email>
</author>
<published>2017-01-15T15:40:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=3cb7fd4a606c858313f94a29120fe68b06ed967d'/>
<id>urn:sha1:3cb7fd4a606c858313f94a29120fe68b06ed967d</id>
<content type='text'>
Both MD5 and SHA-1 shouldn't be relied upon since long.

Change-Id: I0dea92fbf0f68b900c0d3a314fb3956d08ba0d48
Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
Reviewed-on: http://openocd.zylin.com/3949
Tested-by: jenkins
</content>
</entry>
<entry>
<title>tools/scripts/checkpatch.pl: fix unescaped brace</title>
<updated>2017-04-23T20:25:02Z</updated>
<author>
<name>Chengyu Zheng</name>
<email>chengyu.zheng@polimi.it</email>
</author>
<published>2017-04-09T16:55:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=6e8217784bfe4027a753f75a2c0fe732bfd8d2e0'/>
<id>urn:sha1:6e8217784bfe4027a753f75a2c0fe732bfd8d2e0</id>
<content type='text'>
Change-Id: If1d0fbe95223351ea098504cf24f076784b26a9c
Signed-off-by: Chengyu Zheng &lt;chengyu.zheng@polimi.it&gt;
Reviewed-on: http://openocd.zylin.com/4102
Tested-by: jenkins
Reviewed-by: Freddie Chopin &lt;freddie.chopin@gmail.com&gt;
</content>
</entry>
<entry>
<title>checkpatch.pl: fix unescaped left brace warnings</title>
<updated>2016-05-05T20:02:37Z</updated>
<author>
<name>Paul Fertser</name>
<email>fercerpav@gmail.com</email>
</author>
<published>2016-02-06T13:30:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=18a6fdc154ed61c641e2238c0f0ea6af0331c248'/>
<id>urn:sha1:18a6fdc154ed61c641e2238c0f0ea6af0331c248</id>
<content type='text'>
Basically, same as upstream 4e5d56bdf892e18832a6540b63ebf709966bce2a.

Unescaped left brace in string literals is deprecated since
perl v5.21.1.

Change-Id: I0e5f23bef821d2dca6ff4909ddbb06f4992718d4
Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
Reviewed-on: http://openocd.zylin.com/3228
Tested-by: jenkins
Reviewed-by: Daniel Thompson &lt;daniel.thompson@linaro.org&gt;
</content>
</entry>
<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>
</feed>
