aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-25tcl/at91/sam9_smc: fix syntax errorsAntonio Borneo1-16/+16
2021-04-25board: imx53: fix l2 cache initializationAntonio Borneo3-3/+3
2021-04-25doc: command 'ftdi_layout_signal' can run after configAntonio Borneo1-1/+1
2021-04-25doc: do not document commands that are already deprecatedAntonio Borneo1-13/+0
2021-04-25doc: annotate configuration commandsAntonio Borneo1-21/+20
2021-04-25smp: move command deprecation to startup.tclAntonio Borneo2-34/+31
2021-04-24remote_bitbang: Add Windows supportYun Liu1-36/+19
2021-04-24target/imx8qm: Initial supportLeonard Crestez1-0/+89
2021-04-22flash/nor/nrf5: Fix data types and const correctnessMarc Schink1-14/+7
2021-04-22flash/nor/numicro: Use 'bool' data typeMarc Schink1-1/+1
2021-04-20Fix build on systems without usb.h (#599)Rupert Swarbrick1-1/+0
2021-04-19Merge pull request #594 from riscv/from_upstreamTim Newsome154-5308/+7032
2021-04-18drivers/cmsis-dap: flush readTomas Vanek1-0/+19
2021-04-18drivers/cmsis-dap: improve error checkingTomas Vanek1-20/+43
2021-04-18helper/command: rename s/command_unknown/jim_command_dispatch/Antonio Borneo1-5/+5
2021-04-18helper/command: make script_debug() staticAntonio Borneo3-9/+1
2021-04-18helper/command: get rid of the tree of struct commandAntonio Borneo2-191/+71
2021-04-18helper/command: unregister commands through their full-nameAntonio Borneo2-5/+97
2021-04-18helper/command: simplify jim_command_mode()Antonio Borneo1-25/+22
2021-04-18helper/command: simplify run_command()Antonio Borneo1-10/+3
2021-04-18helper/command: register full-name commands in jimAntonio Borneo5-88/+39
2021-04-18help: re-implement 'help' independent from tree of struct commandAntonio Borneo3-104/+150
2021-04-18command mode: return "any" for tcl procAntonio Borneo1-0/+18
2021-04-18helper/command: pass command prefix to command registrationAntonio Borneo7-32/+30
2021-04-18helper/command: override target only on target prefixed cmdsAntonio Borneo6-52/+69
2021-04-18helper/command: get current target from dedicated APIAntonio Borneo2-36/+54
2021-04-18helper/command: use one single handler for all the commandsAntonio Borneo1-71/+49
2021-04-18helper/command: always pass struct command as jim private dataAntonio Borneo5-26/+54
2021-04-18Aarch64:Switch to EL1 from EL0 before manipulate MMUCheng-Shiun Tsai1-0/+9
2021-04-18doc: [3/3] uniform the texinfo syntax for commands definitionAntonio Borneo1-81/+81
2021-04-18doc: [2/3] uniform the texinfo syntax for commands definitionAntonio Borneo1-36/+36
2021-04-18doc: [1/3] uniform the texinfo syntax for commands definitionAntonio Borneo1-413/+413
2021-04-18doc: Group adapter sub-commandsYasushi SHOJI1-3/+3
2021-04-15Remove FSF address warning from checkpatch.Tim Newsome1-9/+10
2021-04-13Merge branch 'master' into from_upstreamTim Newsome153-5299/+7022
2021-04-13Don't check target_address_bits() until we need it. (#593)Tim Newsome1-60/+72
2021-04-11mem_ap: allow GDB connectionsAntonio Borneo2-4/+97
2021-04-11target/aarch64: Add watchpoint supportLiming Sun4-7/+228
2021-04-11doc/manual/style: Fix commentsMarc Schink1-2/+2
2021-04-11doc/manual/style: Do not use 'Yoda conditions'Marc Schink1-2/+2
2021-04-11LICENSES: add 'license-rules.txt'Antonio Borneo3-0/+225
2021-04-11LICENSES: add the BSD 1-clause licenseAntonio Borneo2-0/+29
2021-04-11LICENSES: add the BSD 3-clause "New" or "Revised" LicenseThomas Gleixner2-0/+37
2021-04-11LICENSES: add the BSD 2-clause "Simplified" licenseThomas Gleixner2-0/+33
2021-04-11LICENSES: add the GFDL-1.2 licenseAntonio Borneo5-4/+424
2021-04-11LICENSES: add the GPL-3.0 license for stand-alone codeAntonio Borneo2-0/+691
2021-04-11LICENSES: move the GPL-2.0 license as required by checkpatchAntonio Borneo3-335/+362
2021-04-10drivers/cmsis-dap: tidy up buffer accessTomas Vanek4-122/+125
2021-04-10cmsis-dap: don't update the packet size across backends.Adrian Negreanu4-41/+84
2021-04-08Support RV32/RV64 mainline/metal stackings (#586)Tim Newsome6-141/+481