aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-13command_context_t -> struct command_contextZachary T Welch1-14/+14
2009-11-13target_t -> struct targetZachary T Welch1-113/+113
2009-11-13reg_t -> struct regZachary T Welch1-3/+3
2009-11-13target_type_t -> struct target_typeZachary T Welch1-20/+20
2009-11-13image_t -> struct imageZachary T Welch1-4/+4
2009-11-13trace_t -> struct traceZachary T Welch1-1/+1
2009-11-13breakpoint_t -> struct breakpointZachary T Welch1-3/+3
2009-11-13target_event_action_t -> struct target_event_actionZachary T Welch1-3/+3
2009-11-13target_timer_callback_t -> struct target_timer_callbackZachary T Welch1-10/+10
2009-11-13target_event_callback_t -> struct target_event_callbackZachary T Welch1-8/+8
2009-11-13working_area_t -> struct working_areaZachary T Welch1-9/+9
2009-11-13reg_arch_type_t -> struct reg_arch_typeZachary T Welch1-2/+2
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch1-2/+2
2009-11-13watchpoint_t -> struct watchpointZachary T Welch1-3/+3
2009-11-13reg_param_t -> struct reg_paramZachary T Welch1-2/+2
2009-11-13mem_param_t -> struct mem_paramZachary T Welch1-2/+2
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch1-1/+1
2009-11-13fileio_t -> struct fileioZachary T Welch1-1/+1
2009-11-13add CMD_NAME macro for command handlersZachary T Welch1-3/+3
2009-11-13use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch1-5/+5
2009-11-13use COMMAND_HELPER for command helper functionsZachary T Welch1-5/+4
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-25/+23
2009-11-11add const keyword to some APIsZachary T Welch1-1/+1
2009-11-10target: MMU-aware init for memory read/writeDavid Brownell1-23/+42
2009-11-10Target: minor cleanupDavid Brownell1-9/+21
2009-11-10Target: fix bad error messagesDavid Brownell1-7/+10
2009-11-09target.c: remove useless declarationsZachary T Welch1-103/+127
2009-11-09Revert "target: add target->type->has_mmu fn"David Brownell1-33/+5
2009-11-09finish removing deprecated/obsolete commandsDavid Brownell1-4/+4
2009-11-09Overhaul time support APIZachary T Welch1-53/+30
2009-11-06target: don't swap MMU/no-MMU work areasDavid Brownell1-16/+17
2009-11-05Improve target.c command argument parsing.Zachary T Welch1-88/+36
2009-11-05target: fix ordering of arguments to mcr and mrc commandsØyvind Harboe1-7/+7
2009-11-05target: check args to mrc/mcr.Øyvind Harboe1-0/+24
2009-11-05target: Only register mrc mcr commands when one of the targets support them.Øyvind Harboe1-3/+11
2009-11-05watchpoint_add() cleanupDavid Brownell1-1/+2
2009-11-05target: add target->type->has_mmu fn.Øyvind Harboe1-5/+33
2009-11-05Make default implementation of mdw/mmw phys return error 'not implemented'Øyvind Harboe1-2/+14
2009-11-03target: require working area for physical/virtual addresses to be specifiedØyvind Harboe1-6/+24
2009-10-23Remove debug output that could cause compile warnings.Øyvind Harboe1-2/+0
2009-10-23mcr/mrc interface work. Implemented for arm926ejs and arm720t. mcr/mrc comman...Øyvind Harboe1-7/+155
2009-10-22have "reg" command print cache names tooDavid Brownell1-0/+2
2009-10-21Added target_read/write_phys_memory() fn's. mdX/mwX commands updated to suppo...Øyvind Harboe1-10/+65
2009-10-13Do not replace virt2phys with the default one if it was assignedYauheni Kaliuta1-1/+0
2009-10-13Propagate error from assert, deassert and halt on tcl target object.Øyvind Harboe1-5/+9
2009-10-12If halt times out, stop GDB. Allows e.g. manual reset via monitor commands.Øyvind Harboe1-2/+37
2009-10-08prevent abort via polling during jtag_resetDavid Brownell1-9/+8
2009-10-08Stop GDB when polling fails, srst assert or powerdropout is detectedØyvind Harboe1-2/+16
2009-09-21Remove annoying end-of-line whitespace from most src/*dbrownell1-1/+1
2009-09-20Debug message updates:dbrownell1-12/+1