aboutsummaryrefslogtreecommitdiff
path: root/src/target/xscale.c
AgeCommit message (Expand)Author
2009-11-13breakpoint_t -> struct breakpointZachary T Welch
2009-11-13xscale_trace_entry_t -> struct xscale_trace_entryZachary T Welch
2009-11-13arm_instruction_t -> struct arm_instructionZachary T Welch
2009-11-13xscale_reg_t -> struct xscale_regZachary T Welch
2009-11-13xscale_common_t -> struct xscale_commonZachary T Welch
2009-11-13xscale_trace_data_t -> struct xscale_trace_dataZachary T Welch
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch
2009-11-13watchpoint_t -> struct watchpointZachary T Welch
2009-11-13scan_field_t -> struct scan_fieldZachary 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 COMMAND_HANDLER macro to define all commandsZachary T Welch
2009-11-05XScale uses the new inheritance/nesting schemeDavid Brownell
2009-11-05Improve xscale command argument parsing.Zachary T Welch
2009-11-05Improve xscale command argument parsing.Zachary T Welch
2009-11-05target: remove unused interface fn that clutters codeØyvind Harboe
2009-10-25xscale: always reload handler after resetDavid Brownell
2009-10-16xscale: better fix for debug_handler.binDavid Brownell
2009-10-13xscale: stackframe corruption bugfixDavid Brownell
2009-10-12simplify XScale debug handler installationDavid Brownell
2009-10-12more xscale cleanup (mostly removing JTAG hooks)David Brownell
2009-10-11xscale_load_ic cleanupDavid Brownell
2009-10-11xscale.c cleanupDavid Brownell
2009-10-11xscale bugfix to handler loadingDavid Brownell
2009-10-11xscale minor cleanupDavid Brownell
2009-08-25- fix build warningsntfreak
2009-08-25Michael Schwingen <rincewind@discworld.dascon.de> The attached patch adds a "...oharboe
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe
2009-06-28Refactor code, create target_state_name()duane
2009-06-23Remove whitespace that occurs before ')'.zwelch
2009-06-23Remove whitespace that occurs after '('.zwelch
2009-06-23- Fixes '[|]' whitespacezwelch
2009-06-23- Fixes '+' whitespacezwelch
2009-06-23- Fixes '=' whitespacezwelch
2009-06-23- Fixes '==' whitespacezwelch
2009-06-23- Fixes '>=' whitespacezwelch
2009-06-23- Fixes '!=' whitespacezwelch
2009-06-23- Replace 'for(' with 'for ('.zwelch
2009-06-23- Replace 'switch(' with 'switch ('.zwelch
2009-06-23- Replace 'if(' with 'if ('.zwelch
2009-06-21C99 printf() -Werror fixesduane
2009-06-19fix jtag_add_callback() args. The first argument is nothing special, it's jus...oharboe
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch
2009-06-04Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe
2009-06-04Introduce jtag_get_end_state() fn to clarify code a bit.oharboe
2009-06-04no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ...oharboe
2009-06-04remove TAP_INVALID as argument to jtag_add_xxx() fn'soharboe
2009-05-31Final step in isolating target_type_s structure:zwelch