aboutsummaryrefslogtreecommitdiff
path: root/src/target/xscale.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-10target: Add 64-bit target address supportDongxue Zhang1-12/+14
2016-12-08xscale: Move debug handler to contrib/loadersAndreas Fritiofson1-1/+1
2016-11-04Make OpenOCD build using -Og.Tim Newsome1-1/+1
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-05-05target: improve robustness of reset commandTomas Vanek1-0/+7
2016-02-29helper/fileio: Remove nested structMarc Schink1-7/+7
2016-02-29Cleanup: removal of obsolete semicolonsAlexander Kurz1-1/+0
2015-03-09armv7m: add FPU registers supportPaul Fertser1-1/+1
2015-02-11xscale: Use the correct method to access registersAndreas Fritiofson1-2/+2
2014-10-06target: constify structuresSpencer Oliver1-1/+1
2014-09-22target: Remove "-variant" argumentAndreas Fritiofson1-30/+3
2014-08-02Fix some problems with the bin2char utilityAndreas Fritiofson1-9/+5
2014-03-29target: remove memory leaksSpencer Oliver1-1/+3
2014-01-20Retire jtag_add_dr_outAndreas Fritiofson1-15/+21
2013-10-31Clean up many C99 integer types format specifiersPaul Fertser1-1/+1
2013-09-08target: remove unimplemented target_request_data implementationsSpencer Oliver1-2/+0
2013-09-08target: remove unimplemented soft_reset_halt implementationsSpencer Oliver1-1/+0
2013-07-01target: xscale make reset init work properlyRobert Jarzmik1-7/+7
2013-07-01target: xscale more human vector catchingRobert Jarzmik1-11/+49
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-04-28arm: fix arm reg regressionSpencer Oliver1-0/+1
2013-03-15target: Add default implementation of bulk_write_memoryAndreas Fritiofson1-7/+0
2012-02-06build: cleanup src/target directorySpencer Oliver1-988/+773
2012-01-23cleanup: rename armv4_5 to arm for readabilitySpencer Oliver1-77/+81
2012-01-18cmd: add missing usage varsSpencer Oliver1-0/+1
2012-01-04Change return value on error.Mathias K1-10/+7
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe1-10/+10
2011-12-20jtag: stop using sharp corner of JTAG APIØyvind Harboe1-0/+4
2011-11-07xscale: cleanupØyvind Harboe1-1/+8
2011-10-18xscale: fix bug in xscale_receive()Matt Reimer1-1/+1
2011-04-01types: write memory now uses constØyvind Harboe1-4/+4
2011-03-31xscale: fix gaffe in phys writeØyvind Harboe1-1/+1
2011-01-03error handling: the error number is not part of the user interfaceØyvind Harboe1-2/+2
2010-12-04xscale: trace buffer remains enabled until explicitly disabledMike Dunn1-51/+87
2010-09-20warnings: fix alignment warningsØyvind Harboe1-1/+1
2010-09-20xscale: check that wp length does not exceed addressMike Dunn1-0/+7
2010-09-20xscale: bp/wp: additional LOG_ERROR on failureMike Dunn1-6/+10
2010-09-13xscale: fix sw breakpoints for thumb; set bp immediatelyMike Dunn1-4/+5
2010-09-09xscale: mark xscale registers invalid on debug entryMike Dunn1-1/+6
2010-08-11debug: use assert's when approperiateØyvind Harboe1-2/+1
2010-07-19arm: add error propagation for enable/disable mmu cachesØyvind Harboe1-12/+32
2010-07-19arm: add error propagation to generic get_ttb fnØyvind Harboe1-3/+8
2010-06-12TARGET: removed unused parametersAntonio Borneo1-3/+1
2010-06-12TARGET: removed unsed parameterAntonio Borneo1-2/+2
2010-06-12TARGET: fix handling return code of MMU translationAntonio Borneo1-4/+0
2010-06-11arm mmu: error propagation added for address translationØyvind Harboe1-1/+4
2010-04-24xscale: add support for length arg to wp commandMike Dunn1-8/+51
2010-04-15xscale: fix analyze_trace for trace data collected in wrap modeMike Dunn1-214/+242
2010-03-29xscale: fix trace buffer functionality when resuming from a breakpointMike Dunn1-9/+16
2010-03-22fix software breakpoints on xscaleMike Dunn1-2/+12