aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv4_5.c
AgeCommit message (Expand)Author
2013-02-02armv7m: use generic arm::core_modeSpencer Oliver
2012-11-06ARM v4/v5 target files: mrc and mcr help information is incorrect.Karl Kurbjun
2012-05-14build: use generic name for arm_algorithm varsSpencer Oliver
2012-05-14build: add missing erase_check loader srcSpencer 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-12target: fix missing semihosting return pathSpencer Oliver
2012-01-04Change return value on error.Mathias K
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe
2011-11-01target: fix null pointer exceptionØyvind Harboe
2011-06-04Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin
2010-10-28src: add loader src descriptionSpencer Oliver
2010-08-11arm: add missing error reportingØyvind Harboe
2010-07-20armv4_5: add algorithms instruction breakpoint supportSpencer Oliver
2010-05-05command context: fix errors when running certain commands on startupØyvind Harboe
2010-04-10ARMV4_5: review scope of dataAntonio Borneo
2010-02-28armv4_5: remove core_type check in mcr/mrc cmdSpencer Oliver
2010-02-28semihosting: move semihosting cmd to arm cmd groupSpencer Oliver
2010-02-28ARMv7M: add arm cmd groupSpencer Oliver
2010-02-21ARM: keep a handle to the PCDavid Brownell
2010-02-21ARMv7-M: start using "struct arm"David Brownell
2010-01-07misc ARM help/usage updatesDavid Brownell
2009-12-07target: add debug_reason_name()David Brownell
2009-12-07ARM: use <target/arm.h> not armv4_5.hDavid Brownell
2009-12-07ARM: rename some generic routinesDavid Brownell
2009-12-04ARM: rename armv4_5_build_reg_cache() as arm_*()David Brownell
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: switch target_to_armv4_5() to target_to_arm()David Brownell
2009-12-04ARM: rename armv4_5_state_* as arm_state_*David 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-03change #include "binarybuffer.h" to <helper/binarybuffer.h>Zachary T Welch
2009-12-02ARM: label SP and LR correctlyDavid Brownell
2009-12-01target: "mcr" and "mrc" are ARM-specificDavid Brownell
2009-11-25ARM: minor armv4/armv5 cleanupDavid Brownell
2009-11-24remove target_type register_command callbackZachary T Welch
2009-11-24armv4_5: use register_commands()Zachary T Welch
2009-11-24use COMMAND_REGISTER macroZachary T Welch
2009-11-24ARM: new DPM interfaceDavid Brownell
2009-11-22ARM: remove 'armv4_5_common_s' migration #defineDavid Brownell
2009-11-22ARM: arm_set_cpsr() handles T and J bitsDavid Brownell
2009-11-22ARM: define two register utilitiesDavid Brownell
2009-11-22ARM: simplify CPSR handlingDavid Brownell
2009-11-20ARM: pass 'struct reg *' to register r/w routinesDavid Brownell
2009-11-19target: create/use register_cache_invalidate()David Brownell
2009-11-19ARM: remove per-register mallocDavid Brownell