<feed xmlns='http://www.w3.org/2005/Atom'>
<title>OpenOCD/src/pld, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://git.amat.us/openocd/atom/src/pld?h=master</id>
<link rel='self' href='https://git.amat.us/openocd/atom/src/pld?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/'/>
<updated>2019-05-14T18:37:11Z</updated>
<entry>
<title>helper/command: change prototype of command_print/command_print_sameline</title>
<updated>2019-05-14T18:37:11Z</updated>
<author>
<name>Antonio Borneo</name>
<email>borneo.antonio@gmail.com</email>
</author>
<published>2019-04-03T08:37:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=6cb5ba6f1136df2986850f5c176cb38e34ca1795'/>
<id>urn:sha1:6cb5ba6f1136df2986850f5c176cb38e34ca1795</id>
<content type='text'>
To prepare for handling TCL return values consistently, all calls
to command_print/command_print_sameline should switch to CMD as
first parameter.

Change prototype of command_print() and command_print_sameline()
to pass CMD instead of CMD_CTX.
Since the first parameter is currently not used, the change can be
done though scripts without manual coding.
This patch is created using the command:
	sed -i PATTERN $(find src/ doc/ -type f)
with all the following patters:
	's/\(command_print(cmd\)-&gt;ctx,/\1,/'
	's/\(command_print(CMD\)_CTX,/\1,/'
	's/\(command_print(struct command_\)context \*context,/\1invocation *cmd,/'
	's/\(command_print_sameline(cmd\)-&gt;ctx,/\1,/'
	's/\(command_print_sameline(CMD\)_CTX,/\1,/'
	's/\(command_print_sameline(struct command_\)context \*context,/\1invocation *cmd,/'

This change is inspired by http://openocd.zylin.com/1815 from Paul
Fertser but is now done through scripting.

Change-Id: I3386d8f96cdc477e7a2308dd18269de3bed04385
Signed-off-by: Antonio Borneo &lt;borneo.antonio@gmail.com&gt;
Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
Reviewed-on: http://openocd.zylin.com/5081
Tested-by: jenkins
Reviewed-by: Tomas Vanek &lt;vanekt@fbl.cz&gt;
</content>
</entry>
<entry>
<title>Set empty usage field for commands that do not need parameters</title>
<updated>2019-04-07T07:19:34Z</updated>
<author>
<name>Antonio Borneo</name>
<email>borneo.antonio@gmail.com</email>
</author>
<published>2019-01-04T17:16:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=b61e454869c988e7fafc1c16982ccfec04415b51'/>
<id>urn:sha1:b61e454869c988e7fafc1c16982ccfec04415b51</id>
<content type='text'>
The missing field causes runtime debug message
	BUG: command '%s' does not have the '.usage' field filled out

While there, fix some minor typo in the help messages:
	s/deasert/deassert/
	s/Deasert/Deassert/

Change-Id: If3dd18265cda103ca0d05609f67f4ca58e7cbb27
Signed-off-by: Antonio Borneo &lt;borneo.antonio@gmail.com&gt;
Reviewed-on: http://openocd.zylin.com/5024
Tested-by: jenkins
Reviewed-by: Tomas Vanek &lt;vanekt@fbl.cz&gt;
</content>
</entry>
<entry>
<title>Convert to non-recursive make</title>
<updated>2016-12-08T16:23:10Z</updated>
<author>
<name>Andreas Fritiofson</name>
<email>andreas.fritiofson@gmail.com</email>
</author>
<published>2016-11-06T19:19:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=5be455a710c57bbbbd49c2d671b42098db7be5dc'/>
<id>urn:sha1:5be455a710c57bbbbd49c2d671b42098db7be5dc</id>
<content type='text'>
Change-Id: I11f8bc8553957e2ff083c09e72e16881e4d3bb6f
Signed-off-by: Andreas Fritiofson &lt;andreas.fritiofson@gmail.com&gt;
Reviewed-on: http://openocd.zylin.com/3865
Tested-by: jenkins
Reviewed-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>Make #include guard naming consistent</title>
<updated>2016-05-24T21:30:55Z</updated>
<author>
<name>Marc Schink</name>
<email>openocd-dev@marcschink.de</email>
</author>
<published>2015-09-21T19:07:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=d4b7cbff88bb5eb14fececdbd8e2a0b3e58ce6e0'/>
<id>urn:sha1:d4b7cbff88bb5eb14fececdbd8e2a0b3e58ce6e0</id>
<content type='text'>
Change-Id: Ie13e8af0bb74ed290f811dcad64ad06c9d8cb4fa
Signed-off-by: Marc Schink &lt;openocd-dev@marcschink.de&gt;
Reviewed-on: http://openocd.zylin.com/2956
Tested-by: jenkins
Reviewed-by: Andreas Fritiofson &lt;andreas.fritiofson@gmail.com&gt;
</content>
</entry>
<entry>
<title>Remove FSF address from GPL notices</title>
<updated>2016-05-24T21:30:01Z</updated>
<author>
<name>Marc Schink</name>
<email>openocd-dev@marcschink.de</email>
</author>
<published>2016-05-16T20:41:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=d0e763ac7ef6aa17b17bd00ccdfbccfb4eacda69'/>
<id>urn:sha1:d0e763ac7ef6aa17b17bd00ccdfbccfb4eacda69</id>
<content type='text'>
Also make GPL notices consistent according to:
https://www.gnu.org/licenses/gpl-howto.html

Change-Id: I84c9df40a774958a7ed91460c5d931cfab9f45ba
Signed-off-by: Marc Schink &lt;openocd-dev@marcschink.de&gt;
Reviewed-on: http://openocd.zylin.com/3488
Tested-by: jenkins
Reviewed-by: Andreas Färber &lt;afaerber@suse.de&gt;
Reviewed-by: Freddie Chopin &lt;freddie.chopin@gmail.com&gt;
Reviewed-by: Andreas Fritiofson &lt;andreas.fritiofson@gmail.com&gt;
</content>
</entry>
<entry>
<title>cpld/virtex2: allow JSTART to be disabled</title>
<updated>2015-08-06T12:14:01Z</updated>
<author>
<name>Robert Jordens</name>
<email>jordens@gmail.com</email>
</author>
<published>2015-07-03T05:15:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=2d99a0defa8fde13d4f421d54dbb6246b908303d'/>
<id>urn:sha1:2d99a0defa8fde13d4f421d54dbb6246b908303d</id>
<content type='text'>
This adds an option to disable the use of the JSTART instruction
when loading bitstreams to xilinx fpgas. JSTART apparently prevents
configuration if the startup clock is not set to the jtag clock in
the bitstream.

xc3sprog is omitting JSTART for all devices. Problems with loading a bitstream
that does not have StartupClk:JTAGClk are described here:
http://www.xilinx.com/support/answers/56151.html

Change-Id: I8137c0bae05a8c3c6f8e2611869f70a770d1651d
Signed-off-by: Robert Jordens &lt;jordens@gmail.com&gt;
Reviewed-on: http://openocd.zylin.com/2860
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>build: add helper/types.h to config.h</title>
<updated>2012-05-21T16:15:26Z</updated>
<author>
<name>Spencer Oliver</name>
<email>spen@spen-soft.co.uk</email>
</author>
<published>2012-05-17T11:27:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=7bfcc10839d2a9190cb7ae9fae02280e643b3450'/>
<id>urn:sha1:7bfcc10839d2a9190cb7ae9fae02280e643b3450</id>
<content type='text'>
this header is used in numerous files and adding to config.h
simplifies its use globally.

Change-Id: Id724a9950b90504721233022c7fb5768e9bc5548
Signed-off-by: Spencer Oliver &lt;spen@spen-soft.co.uk&gt;
Reviewed-on: http://openocd.zylin.com/649
Tested-by: jenkins
Reviewed-by: Xiaofan &lt;xiaofanc@gmail.com&gt;
</content>
</entry>
<entry>
<title>build: cleanup src/pld directory</title>
<updated>2012-02-06T10:42:40Z</updated>
<author>
<name>Spencer Oliver</name>
<email>spen@spen-soft.co.uk</email>
</author>
<published>2012-01-27T16:45:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=c4f2a018a594d5cc93f557e30a7906641b59ec56'/>
<id>urn:sha1:c4f2a018a594d5cc93f557e30a7906641b59ec56</id>
<content type='text'>
Change-Id: I9edb027c76e5d7fe21d557a11e6a9691fa581e86
Signed-off-by: Spencer Oliver &lt;spen@spen-soft.co.uk&gt;
Reviewed-on: http://openocd.zylin.com/408
Tested-by: jenkins
</content>
</entry>
<entry>
<title>cmd: add missing usage vars</title>
<updated>2012-01-18T21:45:02Z</updated>
<author>
<name>Spencer Oliver</name>
<email>spen@spen-soft.co.uk</email>
</author>
<published>2012-01-16T13:35:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=0c2f8b6eb8f4b379aa0c78caba73ec1ebaae8414'/>
<id>urn:sha1:0c2f8b6eb8f4b379aa0c78caba73ec1ebaae8414</id>
<content type='text'>
we should have caught them all - hopefully.

Change-Id: I35435317fccaf5ad0216244d69f76db6857bb582
Signed-off-by: Spencer Oliver &lt;spen@spen-soft.co.uk&gt;
Reviewed-on: http://openocd.zylin.com/381
Tested-by: jenkins
Reviewed-by: Øyvind Harboe &lt;oyvindharboe@gmail.com&gt;
</content>
</entry>
</feed>
