aboutsummaryrefslogtreecommitdiff
path: root/src/target/cortex_a.c
AgeCommit message (Expand)AuthorFilesLines
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