aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.c
AgeCommit message (Expand)Author
2009-11-13watchpoint_t -> struct watchpointZachary T Welch
2009-11-13reg_param_t -> struct reg_paramZachary T Welch
2009-11-13mem_param_t -> struct mem_paramZachary T Welch
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch
2009-11-13fileio_t -> struct fileioZachary T Welch
2009-11-13add CMD_NAME macro for command handlersZachary T Welch
2009-11-13use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch
2009-11-13use COMMAND_HELPER for command helper functionsZachary T Welch
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch
2009-11-11add const keyword to some APIsZachary T Welch
2009-11-10target: MMU-aware init for memory read/writeDavid Brownell
2009-11-10Target: minor cleanupDavid Brownell
2009-11-10Target: fix bad error messagesDavid Brownell
2009-11-09target.c: remove useless declarationsZachary T Welch
2009-11-09Revert "target: add target->type->has_mmu fn"David Brownell
2009-11-09finish removing deprecated/obsolete commandsDavid Brownell
2009-11-09Overhaul time support APIZachary T Welch
2009-11-06target: don't swap MMU/no-MMU work areasDavid Brownell
2009-11-05Improve target.c command argument parsing.Zachary T Welch
2009-11-05target: fix ordering of arguments to mcr and mrc commandsØyvind Harboe
2009-11-05target: check args to mrc/mcr.Øyvind Harboe
2009-11-05target: Only register mrc mcr commands when one of the targets support them.Øyvind Harboe
2009-11-05watchpoint_add() cleanupDavid Brownell
2009-11-05target: add target->type->has_mmu fn.Øyvind Harboe
2009-11-05Make default implementation of mdw/mmw phys return error 'not implemented'Øyvind Harboe
2009-11-03target: require working area for physical/virtual addresses to be specifiedØyvind Harboe
2009-10-23Remove debug output that could cause compile warnings.Øyvind Harboe
2009-10-23mcr/mrc interface work. Implemented for arm926ejs and arm720t. mcr/mrc comman...Øyvind Harboe
2009-10-22have "reg" command print cache names tooDavid Brownell
2009-10-21Added target_read/write_phys_memory() fn's. mdX/mwX commands updated to suppo...Øyvind Harboe
2009-10-13Do not replace virt2phys with the default one if it was assignedYauheni Kaliuta
2009-10-13Propagate error from assert, deassert and halt on tcl target object.Øyvind Harboe
2009-10-12If halt times out, stop GDB. Allows e.g. manual reset via monitor commands.Øyvind Harboe
2009-10-08prevent abort via polling during jtag_resetDavid Brownell
2009-10-08Stop GDB when polling fails, srst assert or powerdropout is detectedØyvind Harboe
2009-09-21Remove annoying end-of-line whitespace from most src/*dbrownell
2009-09-20Debug message updates:dbrownell
2009-09-19Minor behavior fixes for the two JTAG reset events (C/internal,dbrownell
2009-09-11Nicolas Pitre <nico@cam.org> Dragonite supportoharboe
2009-09-11spelling mistakeoharboe
2009-09-11registering a target event twice caused infinite loop. Same bug as in jtag/co...oharboe
2009-09-10Alexei Babich <a.babich@rez.ru> fix problems with unecessary tailend byte acc...oharboe
2009-08-30David Brownell <david-b@pacbell.net> start phasing out integers as target IDsoharboe
2009-08-25David Brownell <david-b@pacbell.net> Accomodate targets which don't support v...oharboe
2009-08-25Ferdinand Postema <ferdinand@postema.eu> fix warningsoharboe
2009-08-19David Brownell <david-b@pacbell.net>Fix some command helptext:oharboe
2009-08-18David Brownell [david-b@pacbell.net]:ntfreak
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe
2009-07-06Fix regression in "step" command introduced in 2190oharboe
2009-06-28Remove extra newline from debug log messageduane