aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv7a.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2022-06-03cortex_a: get rid of not needed log messagesTarek BOCHKATI1-1/+1
2022-02-14target/smp: use a struct list_head to hold the smp targetsAntonio Borneo1-5/+4
2021-09-18openocd: remove last NULL comparisonsAntonio Borneo1-1/+1
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-1/+1
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-1/+1
2021-07-20target/arm: rename CamelCase symbolsAntonio Borneo1-1/+1
2021-06-03target/cortex_a: add support for watchpointsChengyu Zheng1-2/+0
2021-05-22target/arm_dpm: rename 'wp_pc' as 'wp_addr'Antonio Borneo1-2/+1
2020-11-04target: declare local symbols as staticAntonio Borneo1-1/+1
2020-09-05target: use proper format with uint32_tAntonio Borneo1-14/+14
2020-07-26target: fix minor typos and duplicated wordsAntonio Borneo1-1/+1
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-5/+5
2019-05-14target/armv7a: change prototype of armv7a_handle_cache_info_command()Paul Fertser1-5/+5
2019-04-24armv7a: Improve parsing of MPIDR register to avoid error message for Cortex R5Tommy Vestermark1-13/+11
2019-04-07target/armv7a: simplify help description of command "l2x"Antonio Borneo1-2/+1
2018-11-08armv7a: ARMv7-A MMU toolsMatthias Welwarsky1-168/+1
2018-07-22armv7a: read ttbcr and ttb0/1 at every entry in debug stateAntonio Borneo1-6/+1
2018-03-30target: restructure dap supportMatthias Welwarsky1-3/+0
2018-03-11armv7a: cache ttbcr and ttb0/1 on debug state entryMatthias Welwarsky1-28/+19
2017-10-03Add missing breakFabio Utzig1-1/+1
2016-11-04semihosting armv7a: Add support for ARMv7-AAndrey Smirnov1-0/+29
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-05-20Fix spelling of ARM CortexAndreas Färber1-1/+1
2015-11-30cortex_a: replace cortex_a_check_address functionMatthias Welwarsky1-7/+0
2015-11-30armv7a: remove indirection for cache info handlerMatthias Welwarsky1-48/+32
2015-11-30armv7a: fix handling of inner cachesMatthias Welwarsky1-117/+138
2015-11-30armv7a: remove special l2x flush-all and cache-info handlersMatthias Welwarsky1-64/+7
2015-11-30armv7a: rename l2_cache to outer_cacheMatthias Welwarsky1-9/+9
2015-11-30armv7a: remove l1 flush all data handlerOleksij Rempel1-71/+4
2015-11-30add armv7a_cache handlersOleksij Rempel1-2/+18
2015-11-05armv7a: correct calculation of ttbr0_maskMatthias Welwarsky1-42/+47
2015-11-05armv7a: re-read ttb information if ttbcr changesMatthias Welwarsky1-6/+17
2015-02-11armv7a: fix interpretation of MMU tableDaniel Glöckner1-29/+17
2015-01-28ARMv7-A: remove useless switch constructUwe Kleine-König1-15/+11
2015-01-10cortex_a: Add support for A15 MPCoreKamal Dasu1-11/+78
2014-06-01Disable multiprocessor-id read on ARMv7-R coresAlex Ray1-1/+11
2014-05-05armv7a: fix typo in cache_config help textSpencer Oliver1-1/+1
2013-10-31Remove unnecessary (void *)Andreas Fritiofson1-2/+2
2013-10-31Clean up many C99 integer types format specifiersPaul Fertser1-11/+11
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-03-15arch: Added ARMv7R and Cortex-R4 supportEvan Hunter1-5/+12
2013-03-06target: use common target_name to access target::cmd_name memberSpencer Oliver1-1/+1
2012-08-24build: fix clang warningsMartin Nowak1-1/+1
2012-02-06build: cleanup src/target directorySpencer Oliver1-239/+232
2012-01-23cleanup: rename armv4_5 to arm for readabilitySpencer Oliver1-15/+15
2012-01-18cmd: add missing usage varsSpencer Oliver1-0/+1
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe1-1/+1
2011-10-25armv7a: fix scan-build warningsAndreas Fritiofson1-2/+3