98 Commits (ac43d7a69fca52df1ad287b51c44013653ad2f61)

Author SHA1 Message Date
  Drasko DRASKOVIC ac43d7a69f mips_m4k and arm7_9 : Fix soft bkpt endianess for 16-bit instructions 13 years ago
  Drasko DRASKOVIC bad3ee87ac mips_m4k : Fix soft breakpoint endianess handling 13 years ago
  Øyvind Harboe 2482244b07 mips4k: fix big-endian hosts and host alignment problems 13 years ago
  Stefan Mahr 524d79ebe7 mips: fix some more endian madness 13 years ago
  Drasko DRASKOVIC 719f9ecde3 Added mips_ejtag_drscan_32_out() for optimization. 13 years ago
  Drasko DRASKOVIC b125689459 Added correct endianess treatment for big endian targets. Now it is possible to use mips_m4k_write_memory() and mips_m4k_read_memory() to correctly set-up SDRAM, as well as bulk data write, which already handled endianess well. Also added correct endianess manipulation in case of fallback from erroneus bulk write to simple write (to avoid byte swapping two times). 13 years ago
  Øyvind Harboe 378567da4e mips: illustrates how to improve performance 13 years ago
  Øyvind Harboe 2615bf4398 types: write memory now uses const 13 years ago
  Øyvind Harboe d76fd2aac7 mips: delete kludgy code that modifies data sent to write_memory() 13 years ago
  Øyvind Harboe 83ab5ad240 mips: mips_ejtag_get_impcode error propagation added 13 years ago
  Andrew Lyon be14e8cbb0 bugfix for step <address> mips_m4k 13 years ago
  Spencer Oliver 0cd84000da mips32: add fastdata loader working area 13 years ago
  Øyvind Harboe f6a3fc818b warnings: fix alignment warnings 13 years ago
  Mike Dunn 81e0d4438e propagate return status of set_breakpoint() up call chain 13 years ago
  Antonio Borneo 3f59fcf77e target/mips_m4k: review scope of symbols 14 years ago
  Øyvind Harboe e85fe0a637 mips_m4k: -Wshadow warning fixes 14 years ago
  Øyvind Harboe 7f6bab0c4c jtag: retire jtag_get/set_end_state() 14 years ago
  Spencer Oliver b48a94f05d MIPS: remove unused arg from mips_ejtag_set_instr 14 years ago
  Spencer Oliver e7e9bfde47 PIC32: add software reset support 14 years ago
  Spencer Oliver 79ca05b106 MIPS: remove ejtag_srst variant 14 years ago
  Spencer Oliver 257a764582 PIC32: add flash algorithm support 14 years ago
  Spencer Oliver b8d8953ae9 MIPS: add mips algorithm support 14 years ago
  Spencer Oliver dbecb13b24 BUILD: remove cygwin gcc 3.4.4 build warnings 14 years ago
  Spencer Oliver 70738bd75d MIPS: update arch_info access to match other targets 14 years ago
  Spencer Oliver 991d030fcc MIPS: change bulk_write_memory fallback msg to LOG_DEBUG 14 years ago
  Spencer Oliver 2d450b9033 MIPS: fastdata bulk write fallback 14 years ago
  Spencer Oliver f6412d9c7b MIPS: optimize pracc access 14 years ago
  David Claffey 03e8649bc6 MIPS: merge mips fast_data patch from David N. Claffey 14 years ago
  Zachary T Welch 66ee303456 remove target_type register_command callback 14 years ago
  David Brownell 71cde5e359 target: create/use register_cache_invalidate() 14 years ago
  David Brownell 1d4a09c2ef MIPS: no exit() calls 14 years ago
  David Brownell 8193f17c3a target: no implicit #includes of "register.h" 14 years ago
  David Brownell aa7c449600 target: don't implicitly include "breakpoint.h" 14 years ago
  Zachary T Welch 98723c4ecd command_context_t -> struct command_context 14 years ago
  Zachary T Welch 0f1163e823 target_t -> struct target 14 years ago
  Zachary T Welch ac927559c3 target_type_t -> struct target_type 14 years ago
  Zachary T Welch 53c05c8b1d breakpoint_t -> struct breakpoint 14 years ago
  Zachary T Welch b87f07110a mips_m4k_common_t -> struct mips_m4k_common 14 years ago
  Zachary T Welch a8141cafde mips_ejtag_t -> struct mips_ejtag 14 years ago
  Zachary T Welch 3b7aee21b5 mips32_common_t -> struct mips32_common 14 years ago
  Zachary T Welch 1bd7a78d92 mips32_comparator_t -> struct mips32_comparator 14 years ago
  Zachary T Welch 72b421418f watchpoint_t -> struct watchpoint 14 years ago
  Zachary T Welch 42ef503d37 jtag_tap_t -> struct jtag_tap 14 years ago
  Øyvind Harboe af66678c9a target: remove unused interface fn that clutters code 14 years ago
  dbrownell 86a7d813a1 Remove annoying end-of-line whitespace from most src/* 14 years ago
  oharboe a690ee3c0c Mahr, Stefan <Stefan.Mahr@sphairon.com> removes the endianness swapping in mips_m4k.c Swapping is already done in target.c 14 years ago
  duane 9ab9786f67 Refactor code, create target_state_name() 15 years ago
  duane 78c0e873d2 Add Breakpoint/Watchpoint unique ID to help debug hardware debug register leakage 15 years ago
  oharboe 1e8225c738 Oleksandr Tymoshenko <gonzo@bluezbox.com> simple watchpoint support 15 years ago
  zwelch 2e77919853 Remove whitespace at end of lines, step 1. 15 years ago