aboutsummaryrefslogtreecommitdiff
path: root/src/target/cortex_a.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-09target/cortex_a: remove dead assignmentPaul Fertser1-1/+0
2015-02-22Cortex A: fix extra memory read and non-word sizesChristopher Head1-238/+658
2015-02-11cortex_a: Add Cortex-A5 identificationOlivier Schonken1-0/+1
2015-01-10cortex_a: Add support for A7 MPCoreAlexander Stein1-0/+13
2015-01-10cortex_a: Add support for A15 MPCoreKamal Dasu1-6/+79
2014-10-06arm_adi_v5: make dap_lookup_cs_component() traverse subtables and handle mult...Paul Fertser1-1/+6
2014-07-03cortex_a: target implementation renames cortex_a8 to cortex_aKamal Dasu1-385/+386
2014-06-22cortex_a: fix lockup when writing to high addressSeth LaForge1-6/+6
2014-04-14target/cortex_a: check gdb_service before dereferencing in update_halt_gdbPaul Fertser1-1/+1
2014-03-07cortex_a: Fix endianess issues in cortex_a8_*_apb_ab_memoryKamal Dasu1-41/+43
2014-02-06cortex_a: do not try to use MMU for translation if it wasn't enabled on targe...Paul Fertser1-33/+36
2014-01-11adi_v5: Remove unnecessary MEM-AP access functionsAndreas Fritiofson1-37/+8
2013-10-31Clean up many C99 integer types format specifiersPaul Fertser1-12/+12
2013-09-08target: remove unimplemented target_request_data implementationsSpencer Oliver1-4/+0
2013-09-08target: remove unimplemented soft_reset_halt implementationsSpencer Oliver1-2/+0
2013-06-12cortex_a: remove memory leak on failureSpencer Oliver1-1/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-06-03cortex_a: fix FTBS on ARM due to alignment issuesAndreas Fritiofson1-10/+12
2013-05-28targets: fix target_type name for Cortex-A targetsPaul Fertser1-1/+2
2013-04-28target: rename cortex_a8 to cortex_aSpencer Oliver1-2/+2
2013-03-15target: fix broken Cortex-R4 supportSpencer Oliver1-1/+0
2013-03-15target: Add default implementation of bulk_write_memoryAndreas Fritiofson1-7/+0
2013-03-15arch: Added ARMv7R and Cortex-R4 supportEvan Hunter1-47/+153
2013-03-15adi_v5: search for Debug and Memory AP supportEvan Hunter1-56/+65
2013-03-15cortex_a : optimize apb read/write access.Evan Hunter1-64/+241
2013-03-13target: Remove read_memory_impAndreas Fritiofson1-1/+1
2013-03-13target: Remove write_memory_impAndreas Fritiofson1-3/+3
2012-12-09cortex_a: Fix target entry state route.Evan Hunter1-0/+1
2012-05-28build: remove src file execute permissionSpencer Oliver1-0/+0
2012-02-06build: cleanup src/target directorySpencer Oliver1-592/+449
2012-01-23cleanup: rename armv4_5 to arm for readabilitySpencer Oliver1-69/+69
2012-01-18cmd: add missing usage varsSpencer Oliver1-0/+6
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe1-4/+4
2011-11-02cortex_a: add missing error propagationØyvind Harboe1-1/+5
2011-10-19Unused variablesFreddie Chopin1-1/+1
2011-09-30armv7a ,cortex a : add L1, L2 cache support, va to pa supportMichel Jaouen1-220/+151
2011-08-30cortex_a hybrid & context breakpointsHeythem Bouhaja1-18/+248
2011-04-28cortex_a : smp supportMichel Jaouen1-15/+230
2011-04-13Replace byte-access to memory with faster word-accessLuca Ellero1-21/+69
2011-04-13cortex_a :apb mem read/write working with mmu_onMichel JAOUEN1-159/+171
2011-04-13cortex_a : multiple target on the same dapMichel JAOUEN1-0/+10
2011-04-13cortex_a : use dap ref from armv4_5commonMichel JAOUEN1-18/+18
2011-04-06cortex_a : implement jtag console for cortex_aMichel JAOUEN1-46/+13
2011-04-01cortex_a: delete dbgbase hack vestigesØyvind Harboe1-15/+0
2011-04-01cortex_a: fix gaffe in first implementation of -dbgbaseMichel JAOUEN1-9/+9
2011-04-01types: write memory now uses constØyvind Harboe1-3/+3
2011-03-31cortex-a: use -dbgbase optionØyvind Harboe1-5/+12
2011-03-22cortex_a: rename cortex_a8.c/h to cortex_a.c/hØyvind Harboe1-0/+2319