aboutsummaryrefslogtreecommitdiff
path: root/src/target/xscale.c
AgeCommit message (Expand)Author
2016-12-08xscale: Move debug handler to contrib/loadersAndreas Fritiofson
2016-11-04Make OpenOCD build using -Og.Tim Newsome
2016-05-24Remove FSF address from GPL noticesMarc Schink
2016-05-05target: improve robustness of reset commandTomas Vanek
2016-02-29helper/fileio: Remove nested structMarc Schink
2016-02-29Cleanup: removal of obsolete semicolonsAlexander Kurz
2015-03-09armv7m: add FPU registers supportPaul Fertser
2015-02-11xscale: Use the correct method to access registersAndreas Fritiofson
2014-10-06target: constify structuresSpencer Oliver
2014-09-22target: Remove "-variant" argumentAndreas Fritiofson
2014-08-02Fix some problems with the bin2char utilityAndreas Fritiofson
2014-03-29target: remove memory leaksSpencer Oliver
2014-01-20Retire jtag_add_dr_outAndreas Fritiofson
2013-10-31Clean up many C99 integer types format specifiersPaul Fertser
2013-09-08target: remove unimplemented target_request_data implementationsSpencer Oliver
2013-09-08target: remove unimplemented soft_reset_halt implementationsSpencer Oliver
2013-07-01target: xscale make reset init work properlyRobert Jarzmik
2013-07-01target: xscale more human vector catchingRobert Jarzmik
2013-06-05update files to correct FSF addressSpencer Oliver
2013-04-28arm: fix arm reg regressionSpencer Oliver
2013-03-15target: Add default implementation of bulk_write_memoryAndreas Fritiofson
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-04Change return value on error.Mathias K
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe
2011-12-20jtag: stop using sharp corner of JTAG APIØyvind Harboe
2011-11-07xscale: cleanupØyvind Harboe
2011-10-18xscale: fix bug in xscale_receive()Matt Reimer
2011-04-01types: write memory now uses constØyvind Harboe
2011-03-31xscale: fix gaffe in phys writeØyvind Harboe
2011-01-03error handling: the error number is not part of the user interfaceØyvind Harboe
2010-12-04xscale: trace buffer remains enabled until explicitly disabledMike Dunn
2010-09-20warnings: fix alignment warningsØyvind Harboe
2010-09-20xscale: check that wp length does not exceed addressMike Dunn
2010-09-20xscale: bp/wp: additional LOG_ERROR on failureMike Dunn
2010-09-13xscale: fix sw breakpoints for thumb; set bp immediatelyMike Dunn
2010-09-09xscale: mark xscale registers invalid on debug entryMike Dunn
2010-08-11debug: use assert's when approperiateØyvind Harboe
2010-07-19arm: add error propagation for enable/disable mmu cachesØyvind Harboe
2010-07-19arm: add error propagation to generic get_ttb fnØyvind Harboe
2010-06-12TARGET: removed unused parametersAntonio Borneo
2010-06-12TARGET: removed unsed parameterAntonio Borneo
2010-06-12TARGET: fix handling return code of MMU translationAntonio Borneo
2010-06-11arm mmu: error propagation added for address translationØyvind Harboe
2010-04-24xscale: add support for length arg to wp commandMike Dunn
2010-04-15xscale: fix analyze_trace for trace data collected in wrap modeMike Dunn
2010-03-29xscale: fix trace buffer functionality when resuming from a breakpointMike Dunn
2010-03-22fix software breakpoints on xscaleMike Dunn
2010-03-20jtag: move towards making out_value constØyvind Harboe