aboutsummaryrefslogtreecommitdiff
path: root/src/target/cortex_a8.c
AgeCommit message (Expand)Author
2009-11-19ARMv7-A: use standard ARM core statesDavid Brownell
2009-11-18Cortex-A8: xPSR handling updatesDavid Brownell
2009-11-18ARM: add a default full_context() methodDavid Brownell
2009-11-18ARM: simplify ARMv7-A register handlingDavid Brownell
2009-11-18ARM: add "core_type" field to "struct arm"David Brownell
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch
2009-11-17target: remove some more duplicate includesDavid Brownell
2009-11-16Cortex-A8: no exit() calls, add missing v7-A initDavid Brownell
2009-11-16target: no implicit #includes of "register.h"David Brownell
2009-11-16target: don't implicitly include "breakpoint.h"David Brownell
2009-11-15ARM: memory utils aren't ARM7/ARM9 dependentDavid Brownell
2009-11-15target: make "examined" flag be per-targetDavid Brownell
2009-11-13command_t -> struct commandZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13target_type_t -> struct target_typeZachary T Welch
2009-11-13armv4_5_common_t -> struct armZachary T Welch
2009-11-13cortex_a8_wrp_t -> struct cortex_a8_wrpZachary T Welch
2009-11-13cortex_a8_brp_t -> struct cortex_a8_brpZachary T Welch
2009-11-13breakpoint_t -> struct breakpointZachary T Welch
2009-11-13working_area_t -> struct working_areaZachary T Welch
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch
2009-11-13cortex_a8_common_t -> struct cortex_a8_commonZachary T Welch
2009-11-13armv7a_common_t -> struct armv7a_commonZachary T Welch
2009-11-13swjdp_common_t -> struct swjdp_commonZachary T Welch
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch
2009-11-13Cortex-A8: fix indentDavid Brownell
2009-11-11cortex_a8: remove declarations, use static keywordZachary T Welch
2009-11-05Cortex-A8: use the new inheritance/nesting schemeDavid Brownell
2009-11-05cortex_a8: add mrc mcr interface.Øyvind Harboe
2009-11-05target: remove unused interface fn that clutters codeØyvind Harboe
2009-11-05debug interface: get rid of unused pre_debug fnØyvind Harboe
2009-10-13Cleanup: nuke trailling whitespacesYauheni Kaliuta
2009-10-02It is not possible to invalidate I-Cache on memory writes while the target is...mlu
2009-10-02Make sure that DSCR_DTR_RX is not full before writingmlu
2009-10-02More error reporting in Cortex_a8 execute_opcodemlu
2009-10-02Added asser_reset and deassert_reset for cortex_a8mlu
2009-10-02Added asser_reset and deassert_reset for cortex_a8mlu
2009-09-21Remove annoying end-of-line whitespace from most src/*dbrownell
2009-09-19Avoid cache invalidation when writing to hardware debug registersmlu
2009-09-18Move Cortex A8 debug access initialisation from omap3530.cfg to cortex_a8.cmlu
2009-09-16Use a variable armv7a->debug_base instead of hardedcoded OMAP3530_DEBUG_BASEmlu
2009-09-14Check return values to avoid infinite wait in loop on error.mlu
2009-09-14Cache invalidation when writing to memorymlu
2009-09-13Fix argument passing in cortex_a8_write_cp.mlu
2009-09-08Load PC with bit 0 set to 1 when resuming to say in Thumb instruction state.mlu
2009-09-07Improved handling of instruction set state, helps for debugging Thumb state.mlu
2009-09-04Matt Hsu <matt@0xlab.org> This patch simply enables the halting debug mode.oharboe
2009-09-04Matt Hsu <matt@0xlab.org> Tidy up the bit-offset operation for DSCR registeroharboe