| Commit message (Expand) | Author | Age | Files | Lines |
* | target: no implicit #includes of "register.h" | David Brownell | 2009-11-16 | 1 | -2/+1 |
* | target: don't implicitly include "breakpoint.h" | David Brownell | 2009-11-16 | 1 | -0/+1 |
* | ARM: memory utils aren't ARM7/ARM9 dependent | David Brownell | 2009-11-15 | 1 | -2/+3 |
* | target: make "examined" flag be per-target | David Brownell | 2009-11-15 | 1 | -3/+3 |
* | command_t -> struct command | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | command_context_t -> struct command_context | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | target_t -> struct target | Zachary T Welch | 2009-11-13 | 1 | -47/+47 |
* | target_type_t -> struct target_type | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | armv4_5_common_t -> struct arm | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | cortex_a8_wrp_t -> struct cortex_a8_wrp | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | cortex_a8_brp_t -> struct cortex_a8_brp | Zachary T Welch | 2009-11-13 | 1 | -3/+3 |
* | breakpoint_t -> struct breakpoint | Zachary T Welch | 2009-11-13 | 1 | -9/+9 |
* | working_area_t -> struct working_area | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | reg_cache_t -> struct reg_cache | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | cortex_a8_common_t -> struct cortex_a8_common | Zachary T Welch | 2009-11-13 | 1 | -11/+11 |
* | armv7a_common_t -> struct armv7a_common | Zachary T Welch | 2009-11-13 | 1 | -23/+23 |
* | swjdp_common_t -> struct swjdp_common | Zachary T Welch | 2009-11-13 | 1 | -18/+18 |
* | jtag_tap_t -> struct jtag_tap | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | use COMMAND_HANDLER macro to define all commands | Zachary T Welch | 2009-11-13 | 1 | -4/+2 |
* | Cortex-A8: fix indent | David Brownell | 2009-11-13 | 1 | -28/+28 |
* | cortex_a8: remove declarations, use static keyword | Zachary T Welch | 2009-11-11 | 1 | -106/+82 |
* | Cortex-A8: use the new inheritance/nesting scheme | David Brownell | 2009-11-05 | 1 | -105/+41 |
* | cortex_a8: add mrc mcr interface. | Øyvind Harboe | 2009-11-05 | 1 | -0/+29 |
* | target: remove unused interface fn that clutters code | Øyvind Harboe | 2009-11-05 | 1 | -1/+0 |
* | debug interface: get rid of unused pre_debug fn | Øyvind Harboe | 2009-11-05 | 1 | -4/+0 |
* | Cleanup: nuke trailling whitespaces | Yauheni Kaliuta | 2009-10-13 | 1 | -10/+10 |
* | It is not possible to invalidate I-Cache on memory writes while the target is... | mlu | 2009-10-02 | 1 | -0/+3 |
* | Make sure that DSCR_DTR_RX is not full before writing | mlu | 2009-10-02 | 1 | -0/+27 |
* | More error reporting in Cortex_a8 execute_opcode | mlu | 2009-10-02 | 1 | -0/+6 |
* | Added asser_reset and deassert_reset for cortex_a8 | mlu | 2009-10-02 | 1 | -2/+2 |
* | Added asser_reset and deassert_reset for cortex_a8 | mlu | 2009-10-02 | 1 | -22/+56 |
* | Remove annoying end-of-line whitespace from most src/* | dbrownell | 2009-09-21 | 1 | -4/+4 |
* | Avoid cache invalidation when writing to hardware debug registers | mlu | 2009-09-19 | 1 | -4/+19 |
* | Move Cortex A8 debug access initialisation from omap3530.cfg to cortex_a8.c | mlu | 2009-09-18 | 1 | -28/+39 |
* | Use a variable armv7a->debug_base instead of hardedcoded OMAP3530_DEBUG_BASE | mlu | 2009-09-16 | 1 | -28/+31 |
* | Check return values to avoid infinite wait in loop on error. | mlu | 2009-09-14 | 1 | -4/+8 |
* | Cache invalidation when writing to memory | mlu | 2009-09-14 | 1 | -0/+18 |
* | Fix argument passing in cortex_a8_write_cp. | mlu | 2009-09-13 | 1 | -2/+1 |
* | Load PC with bit 0 set to 1 when resuming to say in Thumb instruction state. | mlu | 2009-09-08 | 1 | -2/+7 |
* | Improved handling of instruction set state, helps for debugging Thumb state. | mlu | 2009-09-07 | 1 | -7/+5 |
* | Matt Hsu <matt@0xlab.org> This patch simply enables the halting debug mode. | oharboe | 2009-09-04 | 1 | -0/+7 |
* | Matt Hsu <matt@0xlab.org> Tidy up the bit-offset operation for DSCR register | oharboe | 2009-09-04 | 1 | -6/+6 |
* | Matt Hsu <matt@0xlab.org> and Holger Hans Peter Freyther <zecke@selfish.org> ... | oharboe | 2009-08-26 | 1 | -5/+23 |
* | Matt Hsu <matt@0xlab.org> and Holger Hans Peter Freyther <zecke@selfish.org> ... | oharboe | 2009-08-26 | 1 | -1/+1 |
* | Matt Hsu <matt@0xlab.org> cortex_a8_exec_opcode is writing the ARM instructio... | oharboe | 2009-08-26 | 1 | -1/+9 |
* | Matt Hsu <matt@0xlab.org> Wait for the DTRRX to be full before reading it. Re... | oharboe | 2009-08-26 | 1 | -4/+9 |
* | Matt Hsu <matt@0xlab.org> and Holger Hans Peter Freyther <zecke@selfish.org> ... | oharboe | 2009-08-26 | 1 | -0/+8 |
* | - fix build warnings | ntfreak | 2009-08-25 | 1 | -16/+16 |
* | David Brownell The rest of the Cortex-A8 support from Magnus: replace the pre... | oharboe | 2009-08-25 | 1 | -60/+1303 |
* | Remove whitespace that occurs after '('. | zwelch | 2009-06-23 | 1 | -2/+2 |