aboutsummaryrefslogtreecommitdiff
path: root/src/target/xscale.c
AgeCommit message (Expand)Author
2020-03-12arm: Use different enum for core_type and core_modeAntonio Borneo
2020-03-07helper/binarybuffer: fix clang static analyzer warningsTomas Vanek
2020-01-16target/xscale: remove duplicated commandTomas Vanek
2019-06-12fix XScale register accessMichael Schwingen
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo
2019-05-14target/armv4_5_cache: change prototype of armv4_5_handle_cache_info_command()Paul Fertser
2019-05-14target/xscale: change prototype of xscale_display_instruction()Paul Fertser
2019-05-14target/xscale: change prototype of xscale_verify_pointer()Paul Fertser
2019-04-07Set empty usage field for commands that do not need parametersAntonio Borneo
2019-03-14target/xscale: Use 'bool' data typeMarc Schink
2019-01-08target/arm: add support for multi-architecture gdbAntonio Borneo
2018-01-25Use timeval helpersChristopher Head
2017-02-10target: Add 64-bit target address supportDongxue Zhang
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