aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm946e.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-29target: fix messages and return values of failed op because not haltedTomas Vanek1-2/+2
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-09-13target: don't export local symbolsAntonio Borneo1-3/+3
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2020-11-04target: declare local symbols as staticAntonio Borneo1-10/+10
2020-09-05target: use proper format with uint32_tAntonio Borneo1-2/+2
2020-07-26target: fix minor typos and duplicated wordsAntonio Borneo1-2/+2
2020-07-26target: fix memory leaks on targets based on arm9tdmiAntonio Borneo1-0/+11
2020-01-16target/arm946e: add missing error detectionTomas Vanek1-5/+17
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-9/+9
2019-05-14target/arm946e: change prototype of arm946e_verify_pointer()Paul Fertser1-4/+4
2019-05-14target/arm946e: rewrite jim_arm946e_cp15 to arm945e_handle_cp15Tomas Vanek1-38/+22
2019-01-08target/arm: add support for multi-architecture gdbAntonio Borneo1-0/+1
2017-02-10target: Add 64-bit target address supportDongxue Zhang1-2/+2
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2015-12-29target/arm: Remove usage of struct arm_jtag in ARMv7 targetsAndreas Fritiofson1-2/+2
2013-10-31Clean up many C99 integer types format specifiersPaul Fertser1-2/+3
2013-09-13[RFC] target: Move bulk_write_memory to arm7_9Andreas Fritiofson1-3/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-08-01arm946e: add icache/dcache manipulation commands.Alexander Osipenko1-0/+98
2012-08-01arm946e: cp15 command returns value to the scriptAlexander Osipenko1-37/+65
2012-08-01arm946e: cleanup C0.C cache type reg accessAlexander Osipenko1-38/+38
2012-08-01arm946e: don't use global variables for contextAlexander Osipenko1-26/+25
2012-02-06build: cleanup src/target directorySpencer Oliver1-136/+87
2012-01-18cmd: add missing usage varsSpencer Oliver1-0/+1
2011-06-04Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin1-2/+0
2011-04-01types: write memory now uses constØyvind Harboe1-1/+1
2011-01-09nit: more LOG_* \n fixesEric Wetzel1-10/+10
2010-11-04arm964e: Add support for ARM946E target.ddraskovic1-0/+712