aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv7a.c
AgeCommit message (Expand)Author
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo
2019-05-14target/armv7a: change prototype of armv7a_handle_cache_info_command()Paul Fertser
2019-04-24armv7a: Improve parsing of MPIDR register to avoid error message for Cortex R5Tommy Vestermark
2019-04-07target/armv7a: simplify help description of command "l2x"Antonio Borneo
2018-11-08armv7a: ARMv7-A MMU toolsMatthias Welwarsky
2018-07-22armv7a: read ttbcr and ttb0/1 at every entry in debug stateAntonio Borneo
2018-03-30target: restructure dap supportMatthias Welwarsky
2018-03-11armv7a: cache ttbcr and ttb0/1 on debug state entryMatthias Welwarsky
2017-10-03Add missing breakFabio Utzig
2016-11-04semihosting armv7a: Add support for ARMv7-AAndrey Smirnov
2016-05-24Remove FSF address from GPL noticesMarc Schink
2016-05-20Fix spelling of ARM CortexAndreas Färber
2015-11-30cortex_a: replace cortex_a_check_address functionMatthias Welwarsky
2015-11-30armv7a: remove indirection for cache info handlerMatthias Welwarsky
2015-11-30armv7a: fix handling of inner cachesMatthias Welwarsky
2015-11-30armv7a: remove special l2x flush-all and cache-info handlersMatthias Welwarsky
2015-11-30armv7a: rename l2_cache to outer_cacheMatthias Welwarsky
2015-11-30armv7a: remove l1 flush all data handlerOleksij Rempel
2015-11-30add armv7a_cache handlersOleksij Rempel
2015-11-05armv7a: correct calculation of ttbr0_maskMatthias Welwarsky
2015-11-05armv7a: re-read ttb information if ttbcr changesMatthias Welwarsky
2015-02-11armv7a: fix interpretation of MMU tableDaniel Glöckner
2015-01-28ARMv7-A: remove useless switch constructUwe Kleine-König
2015-01-10cortex_a: Add support for A15 MPCoreKamal Dasu
2014-06-01Disable multiprocessor-id read on ARMv7-R coresAlex Ray
2014-05-05armv7a: fix typo in cache_config help textSpencer Oliver
2013-10-31Remove unnecessary (void *)Andreas Fritiofson
2013-10-31Clean up many C99 integer types format specifiersPaul Fertser
2013-06-05update files to correct FSF addressSpencer Oliver
2013-03-15arch: Added ARMv7R and Cortex-R4 supportEvan Hunter
2013-03-06target: use common target_name to access target::cmd_name memberSpencer Oliver
2012-08-24build: fix clang warningsMartin Nowak
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-10-25armv7a: fix scan-build warningsAndreas Fritiofson
2011-10-25armv7a: make local functions staticAndreas Fritiofson
2011-10-19Unused variablesFreddie Chopin
2011-09-30armv7a ,cortex a : add L1, L2 cache support, va to pa supportMichel Jaouen
2010-03-05ADIv5 share DAP command supportDavid Brownell
2010-03-04rename "swjdp_common" as "adiv5_dap"David Brownell
2010-01-07ARMv7: help/usage updatesDavid Brownell
2009-12-07ARM: rename some generic routinesDavid Brownell
2009-12-07ARM: move opcode macros to <target/arm_opcodes.h>David Brownell
2009-12-04ARM: rename ARMV4_5_MODE_* as ARM_MODE_*David Brownell
2009-12-03ARMv7-A: tweak arch_state()David Brownell
2009-12-03change #include "replacements.h" to <helper/replacements.h>Zachary T Welch
2009-12-03change #include "command.h" to <helper/command.h>Zachary T Welch
2009-12-03change #include "binarybuffer.h" to <helper/binarybuffer.h>Zachary T Welch