aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-14TODO: remove references to "ocd_" prefix in documentationAntonio Borneo1-1/+0
2019-05-14doc: remove references to "ocd_" prefixed commandsAntonio Borneo1-14/+6
2019-05-14helper/command: remove search for "ocd_" prefixAntonio Borneo1-8/+4
2019-05-14helper/command: remove command "command type"Paul Fertser1-35/+0
2019-05-14helper/command: do not replace new commands with ocd_ prefixPaul Fertser2-48/+2
2019-05-14helper/command: do not capture log in script_command_run()Paul Fertser1-11/+3
2019-05-14helper/command: Handle Tcl return values consistentlyPaul Fertser2-4/+12
2019-05-14flash/nor: use command_print() in command "flash banks"Paul Fertser1-1/+1
2019-05-14nor/niietcm4: fix indentationPaul Fertser1-9/+9
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo105-963/+963
2019-05-14jlink: change prototype of show_config*() functionsPaul Fertser1-25/+25
2019-05-14target/esirisc_trace: change prototype of trace dump functionsPaul Fertser1-14/+14
2019-05-14target/esirisc_trace: change prototype of trace analyse functionsPaul Fertser1-36/+36
2019-05-14target: change prototype of binprint()Paul Fertser1-8/+8
2019-05-14target: change prototype of handle_bp_command_set()Paul Fertser1-9/+9
2019-05-14target: change prototype of handle_bp_command_list()Paul Fertser1-8/+8
2019-05-14target: change prototype of handle_md_output()Paul Fertser1-3/+3
2019-05-14target/arm_adi_v5: change prototype of dap_rom_display()Paul Fertser3-34/+34
2019-05-14target/etm: change prototype of etmv1_analyze_trace()Paul Fertser1-14/+14
2019-05-14target/x86_32_common: change prototype of handle_iod_output()Paul Fertser1-3/+3
2019-05-14target/armv7a_cache_l2x: change prototype of arm7a_handle_l2x_cache_info_comm...Paul Fertser1-4/+4
2019-05-14target/armv7a: change prototype of armv7a_handle_cache_info_command()Paul Fertser4-8/+8
2019-05-14target/armv4_5_cache: change prototype of armv4_5_handle_cache_info_command()Paul Fertser5-10/+10
2019-05-14target/dsp563xx: change prototype of handle_md_output()Paul Fertser1-3/+3
2019-05-14target/armv8: change prototype of display_cache_info()Paul Fertser4-10/+10
2019-05-14target/xscale: change prototype of xscale_display_instruction()Paul Fertser1-11/+11
2019-05-14target/xscale: change prototype of xscale_verify_pointer()Paul Fertser1-14/+14
2019-05-14target/mips_m4k: change prototype of mips_m4k_verify_pointer()Paul Fertser1-3/+3
2019-05-14target/mips32: change prototype of mips32_verify_pointer()Paul Fertser1-3/+3
2019-05-14target/cortex_m: change prototype of cortex_m_verify_pointer()Paul Fertser1-5/+5
2019-05-14target/arm946e: change prototype of arm946e_verify_pointer()Paul Fertser1-4/+4
2019-05-14target/arm720t: change prototype of arm720t_verify_pointer()Paul Fertser1-3/+3
2019-05-14target/arm966e: change prototype of arm966e_verify_pointer()Paul Fertser1-3/+3
2019-05-14target/arm926ejs: change prototype of arm926ejs_verify_pointer()Paul Fertser1-3/+3
2019-05-14target/arm920t: change prototype of arm920t_verify_pointer()Paul Fertser1-7/+7
2019-05-14nor/at91sam4: change prototype of get_current_sam4()Paul Fertser1-8/+8
2019-05-14nor/at91sam3: change prototype of get_current_sam3()Paul Fertser1-8/+8
2019-05-14nand/tcl: pass CMD to nand_list_walker()Paul Fertser1-3/+3
2019-05-14nand/fileio: change prototype of nand_fileio_start()Paul Fertser3-6/+6
2019-05-14target_request: replace command_print() with command_output_text()Antonio Borneo1-2/+2
2019-05-14target: unify memory read/write commandsAntonio Borneo2-244/+52
2019-05-14target: use LOG_USER to print errors in eventsAntonio Borneo1-1/+6
2019-05-14target: change prototype of target_process_reset()Antonio Borneo1-5/+5
2019-05-14helper/command: add macro CMDAntonio Borneo1-0/+5
2019-05-14target/arm946e: rewrite jim_arm946e_cp15 to arm945e_handle_cp15Tomas Vanek1-38/+22
2019-05-14target: rewrite jim_target_event_list to handle_target_event_listTomas Vanek1-12/+11
2019-05-04stm32h7x: fix incorrect indentationChristopher Head1-8/+8
2019-05-04flash/nor/stm32h7x: use of wait queue flag instead of the busy flagTarek BOCHKATI3-27/+29
2019-05-04flash/nor/atsame5: fix typo in dsu_reset_deassert help textTomas Vanek1-1/+1
2019-04-24flash/fespi: Use COMMAND_PARSE_ADDRESSTim Newsome1-3/+1