<feed xmlns='http://www.w3.org/2005/Atom'>
<title>OpenOCD/src/flash/nand, branch mips-hack-upstream</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://git.amat.us/openocd/atom/src/flash/nand?h=mips-hack-upstream</id>
<link rel='self' href='https://git.amat.us/openocd/atom/src/flash/nand?h=mips-hack-upstream'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/'/>
<updated>2016-12-08T16:23:10Z</updated>
<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>Tcl commands: Fix improper return status in flash commands and load_image.</title>
<updated>2016-11-04T21:21:15Z</updated>
<author>
<name>HarishKumar</name>
<email>harishpresent@gmail.com</email>
</author>
<published>2014-12-09T14:08:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=b10037a0b784cab94e21b37c976ad2b5174d52ae'/>
<id>urn:sha1:b10037a0b784cab94e21b37c976ad2b5174d52ae</id>
<content type='text'>
Nand write command :
nand_fileio_cleanup() always returns ERROR_OK. Due to this,
handle_nand_write_command() retuns ERROR_OK in the case
of nand failure. ERROR_FAIL should be returned.

Flash erase_sector command :
handle_flash_erase_command() always returns ERROR_OK even if
the erase functionality of actual driver implementation fails.
retval value should be returned.

Flash write_bank command :
handle_flash_write_bank_command() returns ERROR_OK even if
fileio_open() and fileio_read fails. ERROR_FAIL should be
returned.

Load_image command :
handle_load_image_command() retuns ERROR_OK even if image_open()
fails. ERROR_FAIL should be returned.
When the buffer is null, breaking the loop without setting
retval = ERROR_FAIL would cause load_image to return ERROR_OK.

Change-Id: Ice32f6036971ab5e8e4dd65edf54b394b001c80c
Signed-off-by: HarishKumar &lt;harishpresent@gmail.com&gt;
Reviewed-on: http://openocd.zylin.com/2431
Reviewed-by: Andreas Fritiofson &lt;andreas.fritiofson@gmail.com&gt;
Tested-by: jenkins
</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>nand: change use_raw to boolean</title>
<updated>2016-05-20T20:36:39Z</updated>
<author>
<name>Ivo Manca</name>
<email>pinkel@gmail.com</email>
</author>
<published>2016-05-20T09:31:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=f630fac2e72af502d12139fdc864a01a4da7c868'/>
<id>urn:sha1:f630fac2e72af502d12139fdc864a01a4da7c868</id>
<content type='text'>
Change type of use_raw to boolean. This parameter was already
assigned a boolean variable (in COMMAND_PARSE_ENABLE) and used
as a boolean.

Change-Id: I22f8308246cb25ec9ec2395599e406160410a2a8
Signed-off-by: Ivo Manca &lt;pinkel@gmail.com&gt;
Reviewed-on: http://openocd.zylin.com/3496
Reviewed-by: Andreas Färber &lt;afaerber@suse.de&gt;
Tested-by: jenkins
Reviewed-by: Freddie Chopin &lt;freddie.chopin@gmail.com&gt;
</content>
</entry>
<entry>
<title>nand: fix return value</title>
<updated>2016-05-20T20:35:44Z</updated>
<author>
<name>Ivo Manca</name>
<email>pinkel@gmail.com</email>
</author>
<published>2016-05-20T08:31:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=7c0832ef7e5daca7fff363802058d01fc6da6c86'/>
<id>urn:sha1:7c0832ef7e5daca7fff363802058d01fc6da6c86</id>
<content type='text'>
Return ERROR_NAND_DEVICE_NOT_PROBED to prevent calling functions
from segfaulting when nand device has not yet been probed (ie nand
verify)

Change-Id: Ibc4da0aad00e6cc6c83008882b054d981453dc36
Signed-off-by: Ivo Manca &lt;pinkel@gmail.com&gt;
Reviewed-on: http://openocd.zylin.com/3495
Tested-by: jenkins
Reviewed-by: Andreas Färber &lt;afaerber@suse.de&gt;
Reviewed-by: Freddie Chopin &lt;freddie.chopin@gmail.com&gt;
</content>
</entry>
<entry>
<title>helper/fileio: Remove nested struct</title>
<updated>2016-02-29T21:04:47Z</updated>
<author>
<name>Marc Schink</name>
<email>openocd-dev@marcschink.de</email>
</author>
<published>2015-10-04T15:18:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=73b676c2fdedcb913f1c20be7de99ea0a94b11cc'/>
<id>urn:sha1:73b676c2fdedcb913f1c20be7de99ea0a94b11cc</id>
<content type='text'>
Change-Id: I1a3afbddcf950689da58e0df8850a05f558d7879
Signed-off-by: Marc Schink &lt;openocd-dev@marcschink.de&gt;
Reviewed-on: http://openocd.zylin.com/3222
Tested-by: jenkins
Reviewed-by: Andreas Fritiofson &lt;andreas.fritiofson@gmail.com&gt;
</content>
</entry>
<entry>
<title>helper/fileio: Use size_t for file size.</title>
<updated>2015-11-03T22:14:07Z</updated>
<author>
<name>Marc Schink</name>
<email>openocd-dev@marcschink.de</email>
</author>
<published>2015-10-02T15:35:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=24d9f0cfa0ee84e927d84957cab22c6571fa3185'/>
<id>urn:sha1:24d9f0cfa0ee84e927d84957cab22c6571fa3185</id>
<content type='text'>
Change-Id: Ie116b44ba15e8ae41ca9ed4a354a82b2c4a92233
Signed-off-by: Marc Schink &lt;openocd-dev@marcschink.de&gt;
Reviewed-on: http://openocd.zylin.com/2997
Tested-by: jenkins
Reviewed-by: Spencer Oliver &lt;spen@spen-soft.co.uk&gt;
</content>
</entry>
<entry>
<title>flash: declare fixed arrays const</title>
<updated>2014-02-06T22:17:51Z</updated>
<author>
<name>Spencer Oliver</name>
<email>spen@spen-soft.co.uk</email>
</author>
<published>2014-01-20T15:03:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=32c4c18045599ddfed36f52b276166ce932b1bf7'/>
<id>urn:sha1:32c4c18045599ddfed36f52b276166ce932b1bf7</id>
<content type='text'>
Change-Id: Id06b8b53ec59a7b3182f60f51dde5b16563aaeef
Signed-off-by: Spencer Oliver &lt;spen@spen-soft.co.uk&gt;
Reviewed-on: http://openocd.zylin.com/1887
Tested-by: jenkins
</content>
</entry>
<entry>
<title>target: use target_buffer_set_u32_array</title>
<updated>2013-11-07T21:38:49Z</updated>
<author>
<name>Spencer Oliver</name>
<email>spen@spen-soft.co.uk</email>
</author>
<published>2013-10-24T22:26:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=edfb677d3466a0d88fe9bd5ec1d8785a41b6bc4e'/>
<id>urn:sha1:edfb677d3466a0d88fe9bd5ec1d8785a41b6bc4e</id>
<content type='text'>
Attempt to use target_buffer_set_u32_array to convert to target endian
arrays rather reimplementing code.

This also removed cfi_fix_code_endian as its functionality is also
repeated.

Change-Id: I7c359dbe46ea791cd5f6fb18d8b0fb6895c599d3
Signed-off-by: Spencer Oliver &lt;spen@spen-soft.co.uk&gt;
Reviewed-on: http://openocd.zylin.com/1783
Reviewed-by: Andreas Fritiofson &lt;andreas.fritiofson@gmail.com&gt;
</content>
</entry>
</feed>
