aboutsummaryrefslogtreecommitdiff
path: root/utils/openocd
Commit message (Collapse)AuthorAge
* openocd: fix compilation with GCC10Rosen Penev2020-07-01
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* openocd: update to current master, allow building without USBPaul Fertser2020-01-10
| | | | | | | | | | | The last OpenOCD release was 3 years ago, plenty of new functionality was added since then. Two security-related patches went in too. While at it, add a menuconfig option to allow building without any USB dependencies, useful for devices counting on sysfsgpio to access targets. Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* openocd: patch security issueJan Pavlinec2019-04-01
| | | | | | CVE-2018-5704 - https://nvd.nist.gov/vuln/detail/CVE-2018-5704 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* openocd: use release tar.bz2 instead of gitAlexander Couzens2017-11-17
| | | | | | | | | The release tar does not contain the srcdir/guess-rev.sh. If it's not existant the configure scripts uses different variables which removes the build timestamp. Fixes reproducible builds. Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* openocd: bump version to 0.10.0Paul Fertser2017-01-24
| | | | Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* utils: Fix typos (found by codespell)Stefan Weil2016-03-26
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* openocd: include nls.mk to fix build with full NLS supportPaul Fertser2015-08-29
| | | | | | | Since openocd depends on hidapi it needs appropriate LD_FLAGS to link against it as that library depends on libiconv. Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* openocd: update to final 0.9.0Paul Fertser2015-06-02
| | | | | | | Disables building documentation to avoid makeinfo v4,v5 incompatibilities. Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* openocd: update to 0.9.0-rc1Paul Fertser2015-04-24
| | | | Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* openocd: fix package dependenciesPaul Fertser2015-02-03
| | | | | | | | OpenOCD autoselects libftdi1 when it's present, and should explicitly depend on it, same about libusb-0.1 API which is provided by libusb-compat. Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* openocd: add OpenOCD, a tool to work with on-chip debug and JTAGPaul Fertser2015-02-01
Signed-off-by: Paul Fertser <fercerpav@gmail.com>