aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm7_9_common.c
AgeCommit message (Expand)Author
2015-03-09armv7m: add FPU registers supportPaul Fertser
2013-11-07target: use target_buffer_set_u32_arraySpencer Oliver
2013-10-31Clean up many C99 integer types format specifiersPaul Fertser
2013-10-15arm7_9: Avoid infinite loops in bulk write dispatchingAndreas Fritiofson
2013-09-13[RFC] target: Move bulk_write_memory to arm7_9Andreas Fritiofson
2013-06-05update files to correct FSF addressSpencer Oliver
2013-04-28arm: fix arm reg regressionSpencer Oliver
2012-08-29arm7_9: Fix broken halfword/byte memory readsAndreas Fritiofson
2012-05-14build: use generic name for arm_algorithm varsSpencer Oliver
2012-02-06build: cleanup src/target directorySpencer Oliver
2012-01-23cleanup: rename armv4_5 to arm for readabilitySpencer Oliver
2012-01-18cmd: add missing usage varsSpencer Oliver
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe
2011-11-08arm7_9: remove warnings by reducing scope of variablesØyvind Harboe
2011-07-04mips_m4k and arm7_9 : Fix soft bkpt endianess for 16-bit instructionsDrasko DRASKOVIC
2011-04-01types: write memory now uses constØyvind Harboe
2010-08-11arm: add missing error reportingØyvind Harboe
2010-08-09arm7/9: fix "reset run + halt"Øyvind Harboe
2010-07-19arm: error propagation of arm_jtag_set_instrØyvind Harboe
2010-07-19debug: debug entry error propagationØyvind Harboe
2010-05-19target: slow targets could cause GDB to time outGary Carlson
2010-05-12fix instruction refilling bug when using software breakpoints on a big-endian...Jun Ma
2010-04-11TARGET/ARM7_9_COMMON: review scope of symbolsAntonio Borneo
2010-03-19jtag: retire jtag_get/set_end_state()Øyvind Harboe
2010-03-19jtag: remove jtag_get_end_state()'s that should be unecessaryØyvind Harboe
2010-03-18jtag: retire one instance of jtag_get_end_state() usageØyvind Harboe
2010-03-18jtag: cut down on usage of unintended modification of global end stateØyvind Harboe
2010-03-17arm7/9: remove unused post_restore_contextØyvind Harboe
2010-02-28semihosting: move semihosting cmd to arm cmd groupSpencer Oliver
2010-02-21ARM: keep a handle to the PCDavid Brownell
2010-01-20arm7/9: add nags upon reset about options to improve performanceØyvind Harboe
2010-01-14ARM7/ARM9: improved reset supportDavid Brownell
2010-01-14ARM7/9 minor cleanupsDavid Brownell
2010-01-13arm7/9: enable check that DCC downloads have been enabledØyvind Harboe
2010-01-13arm7/9: add fn to check if dcc downloads have been enabledØyvind Harboe
2010-01-07ARM7/ARM9: help/usage updatesDavid Brownell
2009-12-30ARM7_9: Fix segfaultsAntonio Borneo
2009-12-20arm7_9: Support VINITHI signalAntonio Borneo
2009-12-08target: remove more exit() callsDavid Brownell
2009-12-08target: move 'extern' decls to *.h filesDavid Brownell
2009-12-07ARM: use <target/arm.h> not armv4_5.hDavid Brownell
2009-12-07ARM: rename some generic routinesDavid Brownell
2009-12-04ARM semihosting: use breakpoint on ARM7Nicolas Pitre
2009-12-04ARM: rename armv4_5_algorithm as arm_algorithmDavid Brownell
2009-12-04ARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGICDavid Brownell
2009-12-04ARM: rename armv4_5_mode_* AS arm_mode_*David Brownell
2009-12-04ARM: rename ARMV4_5_MODE_* as ARM_MODE_*David Brownell
2009-12-04ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell
2009-12-04ARM: remove semihosting globalsDavid Brownell
2009-12-03basic ARM semihosting supportNicolas Pitre