aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-19Make compilation command specify architecture.Tim Newsome1-2/+3
2018-01-17Merge pull request #184 from riscv/cleanupTim Newsome1-9/+0
2018-01-17Fix Jim interpreter memory leakMarc Schink3-2/+19
2018-01-16target: add initial imx7.cfgOleksij Rempel1-0/+37
2018-01-16aarch64: speed up first examinationMatthias Welwarsky1-40/+20
2018-01-16aarch64: simplify mode and state handlingMatthias Welwarsky4-66/+16
2018-01-16aarch64: add 'maskisr' commandMatthias Welwarsky3-8/+64
2018-01-15Remove dead code.Tim Newsome1-9/+0
2018-01-14arm_adi_v5: added some partnumbers found in tegra 186 and tegra 210Jiri Kastner1-1/+8
2018-01-13jtagspi: new protocol that includes transfer lengthRobert Jordens4-93/+342
2018-01-13server/telnet: Use proper data typesMarc Schink2-27/+38
2018-01-13ftdi swd: disable SWD output pin during inputPatrick Stewart4-2/+130
2018-01-13checkpatch: fix more "unescaped left brace" warningsPaul Fertser1-14/+14
2018-01-13Accept 64-bit addresses in CRC requests.Tim Newsome1-2/+2
2018-01-13Support listening on port 0.Tim Newsome2-1/+13
2018-01-13ejtag: added missing instructions.Jiri Kastner1-0/+5
2018-01-13server/telnet: Handle Ctrl+A and Ctrl+EMarc Schink1-0/+28
2018-01-13profiling: write "correct" sample rate to gmon outputKarl Palsson1-3/+6
2018-01-13hla_target: allow non-intrusive profiling on cortex-mKarl Palsson3-6/+14
2018-01-13cortex_m: add profiling functionSimon Schubert2-0/+90
2018-01-13target: lakemon: implement assert_reset and deassert_resetFelipe Balbi3-3/+160
2018-01-13target: quark_x10xx: miscellaneous cleanupsFelipe Balbi1-32/+30
2018-01-13target: type: fix indentationFelipe Balbi1-1/+1
2018-01-13target: lakemon: probemode entry isn't instantaneousFelipe Balbi1-8/+12
2018-01-13target: quark_x10xx: adding missing 'static' keywordFelipe Balbi1-2/+3
2018-01-13digilent_jtag_smt2_nc: add supportRobert Jordens1-0/+18
2018-01-13XCF (Xilinx platfrom flash) support.barthess6-0/+982
2018-01-13doc: add SVF optional arguments descriptionsPaul Fertser1-3/+19
2018-01-13server: gdb: always print target information in multi-target setupsPaul Fertser1-1/+3
2018-01-13flash/startup: make program accept filenames with spaces and other charactersPaul Fertser1-0/+1
2018-01-13tools: release.sh: produce only SHA256 hashesPaul Fertser1-1/+1
2018-01-13jtag: drivers: sysfsgpio, bcm2835gpio: remove requirement to have trst or srstPaul Fertser2-8/+0
2018-01-13target: arm: disassembler: decode v6T2 ARM MOV{W,T} instructionsPaul Fertser1-10/+30
2018-01-13target: arm: disassembler: decode v6T2 ARM ISB instructionPaul Fertser2-0/+13
2018-01-13target: arm: disassembler: decode v6T2 ARM DSB instructionPaul Fertser2-0/+42
2018-01-13target: arm: disassembler: add v5T Thumb BLX decodingPaul Fertser1-6/+19
2018-01-13flash: startup.tcl: do not disable polling when not exitingPaul Fertser1-2/+4
2018-01-13remote_bitbang_sysfsgpio: fix reset handlingAleksey Shargalin1-1/+1
2018-01-13board: consolidate st_nucleo_l4 boardsPushpal Sidhu1-3/+2
2018-01-12Added config files for stm8l152 stm8s003 and stm8s105Ake Rehnman3-0/+31
2018-01-12stlink_usb: Changes to make connect_under_reset workAke Rehnman1-15/+56
2018-01-12jtag/drivers/stlink_usb : implemented and repaired SWIM supportAke Rehnman1-11/+349
2018-01-11arm_adi_v5: fix regression from 4553abf9064fe3c0e4ea2ed29a1d2217df74ff5fTomas Vanek1-12/+16
2018-01-10Merge pull request #172 from riscv/dbus_read_commentMegan Wachs1-1/+6
2018-01-10Merge pull request #178 from riscv/cleanupTim Newsome1-2/+2
2018-01-10Merge pull request #181 from riscv/propagate_errorsTim Newsome6-63/+128
2018-01-09Muck with mstatus to always be able to read FPRsTim Newsome1-1/+13
2018-01-09jtag/drivers/kitprog: Enable LOG_DEBUG_IOForest Crossman1-7/+3
2018-01-09aarch64: fix crash on single-steppingMatthias Welwarsky1-0/+3
2018-01-08Propagate register read errors.Tim Newsome6-62/+115