aboutsummaryrefslogtreecommitdiff
path: root/utils/openocd/patches
Commit message (Collapse)AuthorAge
* openocd: update to 0.11.0-rc1; add libgpiod dep; always depend on USB libsPaul Fertser2021-01-02
| | | | | | | | | | | | | | | The first release candidate with plenty of changes needs wider testing, so package it. Since Linux 4.8 new more efficient GPIO manipulation API is available and sysfs class gpio is deprecated. Enable OpenOCD support for both for now to avoid breaking existing user configs. Due to low user demand and packaging difficulties require USB libraries unconditionally from now on. Their sizes are not significant compared to the OpenOCD package itself. Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* 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>