]> git.sur5r.net Git - openocd/history - src/target/cortex_a.c
target/cortex_a: fix temporary breakpoint during step
[openocd] / src / target / cortex_a.c
2018-10-27 Antonio Borneotarget/cortex_a: fix temporary breakpoint during step
2018-09-12 Antonio Borneotarget/cortex_a: poll all targets in SMP node after...
2018-08-06 Antonio Borneotarget/cortex_a: allow command dacrfixup during init...
2018-07-27 Paul Bartholomewtarget/cortex_a: fix compile error for uninitialized...
2018-07-24 Matthias Welwarskycortex_a: fix virt2phys when mmu is disabled
2018-07-22 Antonio Borneoarmv7a: read ttbcr and ttb0/1 at every entry in debug...
2018-03-30 Matthias Welwarskytarget: restructure dap support
2018-03-20 Tomas Vanektransport: add transport_is_hla()
2018-03-10 Omair JavaidSupport for Arm VFP v3 registers read/write
2018-03-09 Evan HunterCortex-R : Remove commands which are not relevant to...
2018-02-21 Matthias Welwarskycortex_a: fix handling of Thumb-2 32bit breakpoints
2018-02-07 Matthias Welwarskycortex_a: faster debug init
2017-02-10 Matthias Welwarskyaarch64: unify armv7-a and armv8 debug entry decoding
2017-02-10 David Ungarm_dpm: Add new state ARM_STATE_AARCH64
2017-02-10 Dongxue Zhangtarget: Add 64-bit target address support
2016-12-25 Paul Fertsertarget: cortex_a: fix segfault when SPSR is not properl...
2016-12-08 Matthias Welwarskycortex_a: fix reset for SWD transport
2016-12-08 Steven Stallionsemihosting: support fileio operation
2016-12-08 Evan HunterCortex-R: Force usage of physical memory read/write...
2016-12-08 Matthias Welwarskycortex_a: remove partnum magic from arp_examine and...
2016-11-04 Matthias Welwarskycortex_a/r/m: fix handling of un-examined cores
2016-11-04 Andrey Smirnovsemihosting armv7a: Add support for ARMv7-A
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2016-05-20 Andreas FärberFix spelling of ARM Cortex
2016-05-20 Andreas Fritiofsoncortex_a: Rename APB-AP to CPU in memory contexts
2016-05-08 Matthias Welwarskycortex_a: fix cortex_a_assert_reset() if srst_gates_jtag
2016-05-05 Tomas Vanektarget: improve robustness of reset command
2016-03-24 Matthias Welwarskycortex_a: allow physical memory access through AHB...
2016-02-29 Evan HunterCortex-A/R: Fix Mask-ISR parsing
2016-02-29 Evan HunterCortex-A/R: Add missing timeout for loop polling DSCR...
2016-01-12 Evan HunterCortex-A: Fix unicode quote in comment
2015-12-29 Matthias Welwarskycortex_a: add 'dacrfixup' to cortex-a command group
2015-12-29 Matthias Welwarskycortex_a: select APB-AP as the default AP
2015-12-29 Andreas Fritiofsoncortex: Set default memaccess_tck only during examine
2015-12-29 Andreas Fritiofsonarm_adi_v5: Remove all mem_ap_sel_* functions
2015-12-29 Andreas Fritiofsonarm_adi_v5: Split ahbap_debugport_init
2015-12-29 Andreas Fritiofsonarm_adi_v5: Change mem_ap calls to take pointer to...
2015-12-29 Andreas Fritiofsoncortex_a: Find debug base using the detected APB-AP...
2015-12-29 Andreas Fritiofsonarm_adi_v5: Convert the AP references from numbers...
2015-12-29 Andreas Fritiofsoncortex_a: Call ahbap_debugport_init on the discovered...
2015-12-29 Andreas Fritiofsontarget/arm: Remove usage of struct arm_jtag in ARMv7...
2015-12-29 Patrick Stewartarm_debug: Support multiple APs per DAP and remove...
2015-12-29 Patrick Stewartcortex_m: Select an AP when accessing the DAP
2015-12-29 Alamy Liucortex-a: Fix "Detected core" number is always '0'
2015-12-01 Matthias Welwarskycortex_a: fix fast-mode memory reads
2015-11-30 Matthias Welwarskycortex_a: replace cortex_a_check_address function
2015-11-30 Matthias Welwarskycortex_a: rework mmu manipulation
2015-11-30 Matthias Welwarskycortex_a: force cache and tlb bypass when cpu is in...
2015-11-30 Matthias Welwarskycortex_a: Update instruction cache after setting a...
2015-11-30 Matthias Welwarskyarmv7a: rework automatic flush-on-write handling
2015-11-30 Matthias Welwarskyarmv7a: fix handling of inner caches
2015-11-30 Oleksij Rempeladd armv7a_cache handlers
2015-11-30 Oleksij Rempelcortex_a: add cortex_a_[read|write]_memory_ahb
2015-11-30 Oleksij Rempelcortex_a: add cortex_a_[read|write]_buffer
2015-11-30 Oleksij Rempelcortex_a: remove cache handlers from cortex_a_write_phy...
2015-11-30 Oleksij Rempelcortex_a: remove ahb support for phys_memory access
2015-11-13 Paul Fertsertarget: cortex_a: add deinit_target handler to free...
2015-11-07 Paul Fertsertarget: cortex_a: do not create new register cache...
2015-11-07 Evan HunterCortex A/R : Allow interrupt disable during single...
2015-04-24 Paul Fertsertarget/cortex_a: examination should be done every time...
2015-04-16 Paul FertserFix several format specifiers errors exposed by arm...
2015-04-14 Paul Fertsertarget/cortex_a: emit a clear error message when dbgbas...
2015-04-14 Uwe Kleine-KönigCortex-A: Don't flush the data/unified cache if MMU...
2015-03-09 Paul Fertsertarget/cortex_a: remove dead assignment
2015-02-22 Christopher HeadCortex A: fix extra memory read and non-word sizes
2015-02-11 Olivier Schonkencortex_a: Add Cortex-A5 identification
2015-01-10 Alexander Steincortex_a: Add support for A7 MPCore
2015-01-10 Kamal Dasucortex_a: Add support for A15 MPCore
2014-10-06 Paul Fertserarm_adi_v5: make dap_lookup_cs_component() traverse...
2014-07-03 Kamal Dasucortex_a: target implementation renames cortex_a8 to...
2014-06-22 Seth LaForgecortex_a: fix lockup when writing to high address
2014-04-14 Paul Fertsertarget/cortex_a: check gdb_service before dereferencing...
2014-03-07 Kamal Dasucortex_a: Fix endianess issues in cortex_a8_*_apb_ab_memory
2014-02-06 Paul Fertsercortex_a: do not try to use MMU for translation if...
2014-01-11 Andreas Fritiofsonadi_v5: Remove unnecessary MEM-AP access functions
2013-10-31 Paul FertserClean up many C99 integer types format specifiers
2013-09-08 Spencer Olivertarget: remove unimplemented target_request_data implem...
2013-09-08 Spencer Olivertarget: remove unimplemented soft_reset_halt implementa...
2013-06-12 Spencer Olivercortex_a: remove memory leak on failure
2013-06-05 Spencer Oliverupdate files to correct FSF address
2013-06-03 Andreas Fritiofsoncortex_a: fix FTBS on ARM due to alignment issues
2013-05-28 Paul Fertsertargets: fix target_type name for Cortex-A targets
2013-04-28 Spencer Olivertarget: rename cortex_a8 to cortex_a
2013-03-15 Spencer Olivertarget: fix broken Cortex-R4 support
2013-03-15 Andreas Fritiofsontarget: Add default implementation of bulk_write_memory
2013-03-15 Evan Hunterarch: Added ARMv7R and Cortex-R4 support
2013-03-15 Evan Hunteradi_v5: search for Debug and Memory AP support
2013-03-15 Evan Huntercortex_a : optimize apb read/write access.
2013-03-13 Andreas Fritiofsontarget: Remove read_memory_imp
2013-03-13 Andreas Fritiofsontarget: Remove write_memory_imp
2012-12-09 Evan Huntercortex_a: Fix target entry state route.
2012-05-28 Spencer Oliverbuild: remove src file execute permission
2012-02-06 Spencer Oliverbuild: cleanup src/target directory
2012-01-23 Spencer Olivercleanup: rename armv4_5 to arm for readability
2012-01-18 Spencer Olivercmd: add missing usage vars
2012-01-04 Øyvind Harboeretire ERROR_INVALID_ARGUMENTS and replace with ERROR_C...
2011-11-02 Øyvind Harboecortex_a: add missing error propagation
2011-10-19 Freddie ChopinUnused variables
2011-09-30 Michel Jaouenarmv7a ,cortex a : add L1, L2 cache support, va to...
2011-08-30 Heythem Bouhajacortex_a hybrid & context breakpoints
next