aboutsummaryrefslogtreecommitdiff
path: root/utils/openocd/patches
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>