aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-10target/imx6: Update list of supported TAPIDsLeonard Crestez1-8/+29
2019-04-10target/imx6: Fix indentation in DAP_TAPID handlingLeonard Crestez1-2/+2
2019-04-10target/imx6: Add -ignore-versionLeonard Crestez1-0/+1
2019-04-10target/imx7: Add ahb mem_apLeonard Crestez1-0/+5
2019-04-10jtag: tcl: Add cget -idcodeLeonard Crestez2-3/+24
2019-04-10Fix incorrect commas in URLsChristopher Head1-3/+3
2019-04-10Document the mem_ap target typeChristopher Head1-0/+1
2019-04-10target: fix copy&paste error in cget -coreidTomas Vanek1-1/+1
2019-04-09topic: Remapped Flash over ITCM region in STM32F7x scriptRocco Marco Guglielmi1-0/+4
2019-04-07helper/command: handle empty "usage" with add_help_text/add_usage_textAntonio Borneo1-2/+3
2019-04-07Set empty usage field for commands that do not need parametersAntonio Borneo21-6/+34
2019-04-07target/adi_v5_swd: add "usage" field to command "swd"Antonio Borneo1-0/+1
2019-04-07drivers/at91rm9200: fix help and usage to command "at91rm9200_device"Antonio Borneo1-1/+2
2019-04-07flash/nor/str9xpec: fix help and usage for command "part_id"Antonio Borneo1-1/+2
2019-04-07flash/nor/at91samd: set usage for command "set-security"Antonio Borneo1-0/+1
2019-04-07drivers/vsllink: add help and usage to commandsAntonio Borneo1-0/+12
2019-04-07drivers/bcm2835gpio: fix usage messagesAntonio Borneo1-2/+18
2019-04-07drivers/imx_gpio: fix usage messagesAntonio Borneo1-2/+18
2019-04-07command_registration: add empty usage field to chained commandsAntonio Borneo14-6/+18
2019-04-07target/armv7a: simplify help description of command "l2x"Antonio Borneo1-2/+1
2019-04-07flash/xmc4xxx: use coherent indentation in struct initializationAntonio Borneo1-1/+2
2019-04-07flash/kinetis: use coherent indentation in struct initializationAntonio Borneo1-1/+2
2019-04-07target/riscv: use coherent syntax in struct initializationAntonio Borneo1-4/+4
2019-04-07target/openrisc: use coherent syntax in struct initializationAntonio Borneo1-5/+5
2019-04-07target/armv4_5: use coherent syntax in struct initializationAntonio Borneo1-4/+4
2019-04-07target/arm7_9_common: use coherent syntax in struct initializationAntonio Borneo1-3/+3
2019-04-07log: add const qualifier to commands structAntonio Borneo1-1/+1
2019-04-04contrib: rpc_examples: python: fix memory retrievalPaul Fertser1-2/+3
2019-04-03tcl_server: fix minor typo in commentPeter Lawrence1-1/+1
2019-04-03target/arm_adi_v5: fix typoMete Balci1-1/+1
2019-04-03flash/nor/core.h: clarify comment flash_sector::is_erasedTomas Vanek1-2/+5
2019-04-03helper/startup.tcl: remove proc exitAntonio Borneo1-7/+0
2019-04-03armv7a_mmu: Remove warning on va = paFlorian Fainelli1-2/+0
2019-04-03target/cortex_m: remove target halted check when removing a breakpointTomas Vanek1-9/+3
2019-04-01target/cortex_m: remove fp_code_available countingTomas Vanek2-18/+1
2019-04-01target/cortex_m: simplify cortex_m_unset_breakpoint()Tomas Vanek1-10/+4
2019-03-27Constify struct flash_driver instancesChristopher Head64-135/+135
2019-03-27smp: move sub-command "smp_gdb" in file smp.cAntonio Borneo3-56/+28
2019-03-27smp: replace commands smp_on/smp_off with "smp [on|off]"Antonio Borneo7-166/+105
2019-03-27imx8m: add an m4 target to the imx8mAngus Ainslie1-0/+3
2019-03-27flash/nor/core: adjust flash_iterate_address_range_inner() for 64-bitTomas Vanek1-19/+17
2019-03-27Lots of RISC-V improvements.Tim Newsome8-379/+1783
2019-03-26stlink: Set speed before entering JTAG/SWD modeFrans-Willem Hardijzer1-22/+26
2019-03-23mips32: pracc: Fix indentMarek Vasut1-3/+3
2019-03-23mips32: pracc: Fix UPPER/LOWER macrosMarek Vasut1-2/+2
2019-03-14target/mips: Use 'bool' data typeMarc Schink2-15/+15
2019-03-14target/xscale: Use 'bool' data typeMarc Schink1-15/+15
2019-03-14target/dsp563xx: Use 'bool' data typeMarc Schink1-23/+23
2019-03-14flash/stm32h7x: remove IWDG1_SW separate variableChristopher Head1-14/+0
2019-03-14target/adi_v5_swd: improve error check while updating DP_SELECTAntonio Borneo1-13/+42