<feed xmlns='http://www.w3.org/2005/Atom'>
<title>OpenOCD/README, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://git.amat.us/openocd/atom/README?h=master</id>
<link rel='self' href='https://git.amat.us/openocd/atom/README?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/'/>
<updated>2019-01-11T19:50:09Z</updated>
<entry>
<title>Add flash support for SiFive's Freedom E platforms</title>
<updated>2019-01-11T19:50:09Z</updated>
<author>
<name>Tim Newsome</name>
<email>tim@sifive.com</email>
</author>
<published>2019-01-01T20:37:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=31ea7037b3df7e567a9eb34d28947d118c4cada1'/>
<id>urn:sha1:31ea7037b3df7e567a9eb34d28947d118c4cada1</id>
<content type='text'>
Valgrind and Clang Static Analyzer have no complaints about this change.

Change-Id: I7757615ec52448372bdc57729cdf97c7016d97e8
Signed-off-by: Tim Newsome &lt;tim@sifive.com&gt;
Reviewed-on: http://openocd.zylin.com/4656
Tested-by: jenkins
Reviewed-by: Philipp Guehring &lt;pg@futureware.at&gt;
Reviewed-by: Tomas Vanek &lt;vanekt@fbl.cz&gt;
</content>
</entry>
<entry>
<title>README: fix stlink instructions</title>
<updated>2018-11-10T21:58:41Z</updated>
<author>
<name>Paul Fertser</name>
<email>fercerpav@gmail.com</email>
</author>
<published>2018-09-14T14:14:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=8d914e4d97df45b72fbb6919af1d276f3f69c6f3'/>
<id>urn:sha1:8d914e4d97df45b72fbb6919af1d276f3f69c6f3</id>
<content type='text'>
Since 31c58c139d85c35cc8ebce4196edb2c5eb157c7a there is a unified config
for all stlink versions.

Change-Id: Id736063496ecd96e2024ed69dcb67a22c44b80bb
Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
Reviewed-on: http://openocd.zylin.com/4672
Tested-by: jenkins
Reviewed-by: Antonio Borneo &lt;borneo.antonio@gmail.com&gt;
</content>
</entry>
<entry>
<title>esirisc: support eSi-RISC targets</title>
<updated>2018-10-16T10:58:24Z</updated>
<author>
<name>Steven Stallion</name>
<email>stallion@squareup.com</email>
</author>
<published>2018-08-29T00:18:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=4ab75a3634901c4e3897d771e2c75a64c7353c28'/>
<id>urn:sha1:4ab75a3634901c4e3897d771e2c75a64c7353c28</id>
<content type='text'>
eSi-RISC is a highly configurable microprocessor architecture for
embedded systems provided by EnSilica. This patch adds support for
32-bit targets and also includes an internal flash driver and
uC/OS-III RTOS support. This is a non-traditional target and required
a number of additional changes to support non-linear register numbers
and the 'p' packet in RTOS support for proper integration into
EnSilica's GDB port.

Change-Id: I59d5c40b3bb2ace1b1a01b2538bfab211adf113f
Signed-off-by: Steven Stallion &lt;stallion@squareup.com&gt;
Reviewed-on: http://openocd.zylin.com/4660
Tested-by: jenkins
Reviewed-by: Matthias Welwarsky &lt;matthias@welwarsky.de&gt;
</content>
</entry>
<entry>
<title>flash/nor: Add PSoC 5LP flash driver</title>
<updated>2018-06-06T14:48:33Z</updated>
<author>
<name>Andreas Färber</name>
<email>afaerber@suse.de</email>
</author>
<published>2016-04-30T13:10:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=2d5f2ede55150235352773a976166c3ab68297bc'/>
<id>urn:sha1:2d5f2ede55150235352773a976166c3ab68297bc</id>
<content type='text'>
Always probe for ECC mode and display ECC sectors if disabled.
Non-ECC write is implemented as zeroing the ECC/config bytes.
Erasing ECC sectors is ignored, erase-checking takes them into account.

Tested with CY8CKIT-059 (CY8C5888), except ECC mode.

Change-Id: If63b9ffca7ad8de038be3c086c49712b629ec554
Signed-off-by: Andreas Färber &lt;afaerber@suse.de&gt;
Signed-off-by: Tomas Vanek &lt;vanekt@fbl.cz&gt;
Signed-off-by: Forest Crossman &lt;cyrozap@gmail.com&gt;
Reviewed-on: http://openocd.zylin.com/3432
Tested-by: jenkins
</content>
</entry>
<entry>
<title>flash: Add support for Atheros (ath79) SPI interface</title>
<updated>2017-05-31T07:18:29Z</updated>
<author>
<name>Tobias Diedrich</name>
<email>ranma+coreboot@tdiedrich.de</email>
</author>
<published>2016-08-01T13:57:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=6b9d19d3675a82ccc501fd7cba036c5b04d04590'/>
<id>urn:sha1:6b9d19d3675a82ccc501fd7cba036c5b04d04590</id>
<content type='text'>
Supported SoCs: AR71xx, AR724x, AR91xx, AR93xx, QCA9558

Extended and revised version of my original patch submitted by Dmytro
here: http://openocd.zylin.com/#/c/3390

This driver is using pure SPI mode, so the flash base address is not
used except some flash commands (e.g. "flash program") need it to
distinguish the banks.

Example config with all 3 chip selects:
flash bank flash0 ath79 0 0 0 0 $_TARGETNAME cs0
flash bank flash1 ath79 0x10000000 0 0 0 $_TARGETNAME cs1
flash bank flash2 ath79 0x20000000 0 0 0 $_TARGETNAME cs2

Example usage:
&gt; flash probe flash0
Found flash device 'win w25q128fv' (ID 0x001840ef)
flash 'ath79' found at 0x00000000
&gt; flash probe flash1
No SPI flash found
&gt; flash probe flash2
No SPI flash found
&gt; flash banks
&gt; flash read_bank flash0 /tmp/test.bin 0x00000000 0x1000
reading 4096 bytes from flash @0x00000000
wrote 4096 bytes to file /tmp/test.bin from flash bank 0 at offset
0x00000000 in 28.688066s (0.139 KiB/s)

Change-Id: I5feb697722c07e83a9c1b361a9db7b06bc699aa8
Signed-off-by: Tobias Diedrich &lt;ranma+openocd@tdiedrich.de&gt;
Reviewed-on: http://openocd.zylin.com/3612
Tested-by: jenkins
Reviewed-by: Dmytro &lt;dioptimizer@hotmail.com&gt;
Reviewed-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>README: fix a typo</title>
<updated>2016-12-25T09:23:13Z</updated>
<author>
<name>Paul Fertser</name>
<email>fercerpav@gmail.com</email>
</author>
<published>2016-12-10T08:02:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=ee4f11dd6822608b60363766646c96c5290ab7ba'/>
<id>urn:sha1:ee4f11dd6822608b60363766646c96c5290ab7ba</id>
<content type='text'>
Change-Id: I1ad1ba001f8fad0fffa9b6bd5b21dd58be4f6181
Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
Reviewed-on: http://openocd.zylin.com/3902
Tested-by: jenkins
Reviewed-by: Chengyu Zheng &lt;chengyu.zheng@polimi.it&gt;
</content>
</entry>
<entry>
<title>contrib: udev: modify rules for users physically in front of machine (TAG+="uaccess")</title>
<updated>2016-12-25T09:19:17Z</updated>
<author>
<name>Jiri Kastner</name>
<email>cz172638@gmail.com</email>
</author>
<published>2015-06-05T13:45:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=a5cff3acd37770b2e0f54857c63eee5a1f85fea0'/>
<id>urn:sha1:a5cff3acd37770b2e0f54857c63eee5a1f85fea0</id>
<content type='text'>
Modern desktop systems with systemd recommend this way to give users
access to devices. We change permissions to sane value along the way.

See e.g. https://lists.debian.org/debian-devel-announce/2016/11/msg00008.html

We also change the filename to put it in order with 71-seat.rules, 60
is default for dh_installudev so pick that as a reasonable value.

Change-Id: I15f6fb1b6be853ac097d0ca91955609f9e5eb9cf
Signed-off-by: Jiri Kastner &lt;cz172638@gmail.com&gt;
Reviewed-on: http://openocd.zylin.com/2804
Tested-by: jenkins
Reviewed-by: Robert Jordens &lt;jordens@gmail.com&gt;
Reviewed-by: Andreas Fritiofson &lt;andreas.fritiofson@gmail.com&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>Remove support for the GPL incompatible FTDI D2XX library</title>
<updated>2016-11-06T09:47:12Z</updated>
<author>
<name>Andreas Fritiofson</name>
<email>andreas.fritiofson@gmail.com</email>
</author>
<published>2016-02-15T22:17:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=bcaf775fc10d88d2c63c06bafada141895318b34'/>
<id>urn:sha1:bcaf775fc10d88d2c63c06bafada141895318b34</id>
<content type='text'>
Convert Presto, OpenJTAG and USB-Blaster (I) adapter drivers to libftdi
only.

Change-Id: Ib28887620a3dcbb754b9dbf87b9731acca3ac600
Signed-off-by: Andreas Fritiofson &lt;andreas.fritiofson@gmail.com&gt;
Reviewed-on: http://openocd.zylin.com/3237
Tested-by: jenkins
Reviewed-by: Ricardo Ribalda Delgado &lt;ricardo.ribalda@gmail.com&gt;
Reviewed-by: Freddie Chopin &lt;freddie.chopin@gmail.com&gt;
</content>
</entry>
<entry>
<title>Remove since long deprecated ft2232 driver</title>
<updated>2016-11-06T09:45:06Z</updated>
<author>
<name>Andreas Fritiofson</name>
<email>andreas.fritiofson@gmail.com</email>
</author>
<published>2016-02-15T20:59:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/openocd/commit/?id=cc2d4f015f72d7c30d613b50572eb9f31fac515a'/>
<id>urn:sha1:cc2d4f015f72d7c30d613b50572eb9f31fac515a</id>
<content type='text'>
Purge all legacy interface configurations so there's no more confusion
over which one to use.

Also remove doc/INSTALL.txt which mentions ft2232 but otherwise just
duplicates what INSTALL says.

Change-Id: Ic94f808f123d4917e600b79309f1272c78a7bb11
Signed-off-by: Andreas Fritiofson &lt;andreas.fritiofson@gmail.com&gt;
Reviewed-on: http://openocd.zylin.com/3236
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>
</feed>
