aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm11.c
AgeCommit message (Expand)Author
2020-03-12arm: Use different enum for core_type and core_modeAntonio Borneo
2019-03-06target/arm11: Use 'bool' data typeMarc Schink
2019-01-08target/arm: add support for multi-architecture gdbAntonio Borneo
2017-02-10target: Add 64-bit target address supportDongxue Zhang
2016-08-09Fix resume when core state has been modifiedMatthias Welwarsky
2016-07-19Fix usage of timeval_ms()Andreas Färber
2016-05-24Remove FSF address from GPL noticesMarc Schink
2016-05-05target: improve robustness of reset commandTomas Vanek
2015-03-09arm11: initialise DPM and register cache before reading DSCR for the first timePaul Fertser
2013-09-08target: remove unimplemented target_request_data implementationsSpencer Oliver
2013-09-08target: remove unimplemented soft_reset_halt implementationsSpencer Oliver
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-18cmd: add missing usage varsSpencer Oliver
2011-11-02arm11: print next address to debugØyvind Harboe
2011-04-01types: write memory now uses constØyvind Harboe
2011-01-03error handling: the error number is not part of the user interfaceØyvind Harboe
2010-09-20warnings: fix alignment warningsØyvind Harboe
2010-07-20arm11 error propagation fixesØyvind Harboe
2010-07-19debug: debug entry error propagationØyvind Harboe
2010-03-08jtag: retire tap fieldØyvind Harboe
2010-02-21ARM: keep a handle to the PCDavid Brownell
2010-02-21ARM11: per-core options should not be globalDavid Brownell
2010-01-25core arm11: Silence logs at level 3 if there is no activityEdgar Grimberg
2010-01-22ARM11: fix breakpoints with GDBDavid Brownell
2010-01-07ARM11: help/usage updatesDavid Brownell
2009-12-20ARM11: recognize ARM11 MPCoreDavid Brownell
2009-12-14ARM11: improved reset supportDavid Brownell
2009-12-11ARM11: minor cleanup, mostly ITR commentsDavid Brownell
2009-12-07ARM: rename some generic routinesDavid Brownell
2009-12-07ARM: move opcode macros to <target/arm_opcodes.h>David Brownell
2009-12-04ARM11: report watchpoint trigger insnDavid Brownell
2009-12-04ARM11: basic watchpoint supportDavid Brownell
2009-12-04ARM11: tweak TAP ops and debuggingDavid Brownell
2009-12-03ARM DPM: share debug reason logicDavid Brownell
2009-12-03ARM11: use shared DSCR bit namesDavid Brownell
2009-12-03change #include "time_support.h" to <helper/time_support.h>Zachary T Welch
2009-12-02ARM11: don't expose DSCRDavid Brownell
2009-12-02ARM11: store a clean copy of DSCRDavid Brownell
2009-12-02ARM11: don't expose WDTRDavid Brownell
2009-12-02ARM11: don't expose RDTRDavid Brownell
2009-12-02ARM11: streamline debug entryDavid Brownell
2009-12-02ARM11: remove arm11->targetDavid Brownell
2009-12-02ARM DPM: tweak initializationDavid Brownell
2009-12-01ARM: core DPM support for watchpointsDavid Brownell
2009-12-01ARM11: remove previous mcr()/mrc() methodsDavid Brownell
2009-12-01target: "mcr" and "mrc" are ARM-specificDavid Brownell
2009-11-27ARM11: write_memory() avoids increment checkDavid Brownell