aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv4_5.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-10target: Add 64-bit target address supportDongxue Zhang1-8/+8
2016-12-08semihosting: support fileio operationSteven Stallion1-2/+45
2016-10-30flash/nor: Add erased_value to drivers and pass it to targetsAndreas Färber1-2/+8
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-05-22armv4_5: Integrate build of checksum codeAndreas Färber1-33/+8
2016-05-22armv4_5: Integrate build of erase check codeAndreas Färber1-14/+8
2016-05-22armv4_5: Improve arm_checksum_memory() error handlingAndreas Färber1-10/+7
2016-05-22armv4_5: Improve arm_blank_check_memory() error handlingAndreas Färber1-10/+5
2016-02-29armv4_5: support weirdo ARMv6 secure monitor modeLinus Walleij1-0/+7
2015-03-09armv7m: add FPU registers supportPaul Fertser1-1/+3
2015-01-30armv4_5: Continue the change from uint32_t to uint8_t[4] for regsAndreas Fritiofson1-2/+2
2014-01-23Add GDB remote target description support for ARM4Luca BRUNO1-52/+141
2013-08-07gdb_server: support gdb target descriptionHsiangkai Wang1-1/+2
2013-07-01armv4_5: prevent segfault when gdb connects to an underinitialised targetPaul Fertser1-1/+5
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-02-02armv7m: use generic arm::core_modeSpencer Oliver1-0/+15
2012-11-06ARM v4/v5 target files: mrc and mcr help information is incorrect.Karl Kurbjun1-2/+2
2012-05-14build: use generic name for arm_algorithm varsSpencer Oliver1-10/+10
2012-05-14build: add missing erase_check loader srcSpencer Oliver1-1/+3
2012-02-06build: cleanup src/target directorySpencer Oliver1-249/+233
2012-01-23cleanup: rename armv4_5 to arm for readabilitySpencer Oliver1-85/+90
2012-01-18cmd: add missing usage varsSpencer Oliver1-0/+2
2012-01-12target: fix missing semihosting return pathSpencer Oliver1-0/+1
2012-01-04Change return value on error.Mathias K1-3/+1
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe1-5/+5
2011-11-01target: fix null pointer exceptionØyvind Harboe1-2/+14
2011-06-04Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin1-2/+0
2010-10-28src: add loader src descriptionSpencer Oliver1-0/+2
2010-08-11arm: add missing error reportingØyvind Harboe1-0/+9
2010-07-20armv4_5: add algorithms instruction breakpoint supportSpencer Oliver1-6/+16
2010-05-05command context: fix errors when running certain commands on startupØyvind Harboe1-5/+3
2010-04-10ARMV4_5: review scope of dataAntonio Borneo1-1/+1
2010-02-28armv4_5: remove core_type check in mcr/mrc cmdSpencer Oliver1-7/+0
2010-02-28semihosting: move semihosting cmd to arm cmd groupSpencer Oliver1-0/+50
2010-02-28ARMv7M: add arm cmd groupSpencer Oliver1-2/+28
2010-02-21ARM: keep a handle to the PCDavid Brownell1-5/+4
2010-02-21ARMv7-M: start using "struct arm"David Brownell1-2/+4
2010-01-07misc ARM help/usage updatesDavid Brownell1-5/+5
2009-12-07target: add debug_reason_name()David Brownell1-2/+1
2009-12-07ARM: use <target/arm.h> not armv4_5.hDavid Brownell1-0/+1
2009-12-07ARM: rename some generic routinesDavid Brownell1-7/+8
2009-12-04ARM: rename armv4_5_build_reg_cache() as arm_*()David Brownell1-5/+5
2009-12-04ARM: rename armv4_5_algorithm as arm_algorithmDavid Brownell1-15/+15
2009-12-04ARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGICDavid Brownell1-5/+5
2009-12-04ARM: switch target_to_armv4_5() to target_to_arm()David Brownell1-8/+8
2009-12-04ARM: rename armv4_5_state_* as arm_state_*David Brownell1-6/+6
2009-12-04ARM: rename armv4_5_mode_* AS arm_mode_*David Brownell1-6/+6
2009-12-04ARM: rename ARMV4_5_MODE_* as ARM_MODE_*David Brownell1-70/+70
2009-12-04ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell1-9/+9
2009-12-04ARM: remove semihosting globalsDavid Brownell1-4/+8