aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm11.h
AgeCommit message (Expand)AuthorFilesLines
2009-12-03change #include "armv4_5.h" to <target/armv4_5.h>Zachary T Welch1-1/+1
2009-12-03change #include "arm_dpm.h" to <target/arm_dpm.h>Zachary T Welch1-1/+1
2009-12-02ARM11: don't expose DSCRDavid Brownell1-14/+0
2009-12-02ARM11: store a clean copy of DSCRDavid Brownell1-2/+1
2009-12-02ARM11: don't expose WDTRDavid Brownell1-1/+4
2009-12-02ARM11: don't expose RDTRDavid Brownell1-1/+4
2009-12-02ARM11: remove arm11->targetDavid Brownell1-8/+1
2009-11-24ARM11: remove old R0..R15/CPSR codeDavid Brownell1-3/+2
2009-11-24ARM11: remove register "history" debug stuffDavid Brownell1-9/+0
2009-11-24ARM11: implement provider for new DPM interfaceDavid Brownell1-0/+4
2009-11-22ARM11: remove unused state and exportsDavid Brownell1-6/+0
2009-11-22ARM11: macro cleanupDavid Brownell1-16/+9
2009-11-22ARM11: remove needless string format #ifdefferyDavid Brownell1-10/+0
2009-11-22ARM11: remove disabled register hooksDavid Brownell1-5/+2
2009-11-16move ARRAY_SIZE macro to types.hZachary T Welch1-2/+0
2009-11-15ARM11: fixup method tableDavid Brownell1-2/+0
2009-11-13ARM11: revert etmr/etmw commandsDavid Brownell1-5/+0
2009-11-13ARM11: switch to new "arm" base typeDavid Brownell1-3/+9
2009-11-13command_context_t -> struct command_contextZachary T Welch1-1/+1
2009-11-13target_t -> struct targetZachary T Welch1-2/+2
2009-11-13reg_t -> struct regZachary T Welch1-1/+1
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch1-1/+1
2009-11-13arm11_reg_state_t -> struct arm11_reg_stateZachary T Welch1-2/+2
2009-11-13arm11_common_t -> struct arm11_commonZachary T Welch1-4/+4
2009-11-13arm11_register_history_t -> struct arm11_register_historyZachary T Welch1-3/+3
2009-11-10arm11: add etmr/etmw registers to access ETM via DBGTAP scan chainMichael Bruck1-0/+5
2009-11-08Add private header for ARM11 internals.Zachary T Welch1-46/+0
2009-11-08ARM11: remove exports and forward declsZachary T Welch1-55/+0
2009-11-05target: remove unused interface fn that clutters codeØyvind Harboe1-1/+0
2009-10-17More MinGW C99 printf complianceRedirect 'Slash' NIL1-1/+2
2009-10-13Delete commented out code. Add a bit of error checking.Øyvind Harboe1-4/+0
2009-10-09ARM11 error checkingØyvind Harboe1-4/+4
2009-08-28added arm11 timeout error messagesoharboe1-2/+2
2009-06-18Transform 'u32' to 'uint32_t' in src/target/arm*zwelch1-29/+29
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-11/+11
2009-06-04unbreak arm11. TAP_INVALID is used to communicate inband that a special state...oharboe1-1/+1
2009-06-04Introduce jtag_get_end_state() fn to clarify code a bit.oharboe1-1/+1
2009-06-04remove TAP_INVALID as argument to jtag_add_xxx() fn'soharboe1-1/+1
2009-05-18Michael Bruck <mbruck@digenius.de> ARM11 cleanup stale dependencies with gene...oharboe1-3/+4
2009-05-11Audit and eliminate redundant #include directives in arm target files.zwelch1-4/+0
2009-05-09Michael Bruck <mbruck@digenius.de> ARM11 C99 updatesoharboe1-2/+2
2009-04-29comments and debug codeoharboe1-0/+3
2009-04-28Michael Bruck <mbruck@digenius.de> macros for error handlingoharboe1-0/+10
2009-04-27more error handlingoharboe1-8/+8
2009-04-27a little bit more error handling in ARM11oharboe1-2/+2
2009-04-23Michael Bruck <mbruck@digenius.de> include file fixoharboe1-1/+1
2009-04-22Michael Bruck <mbruck@digenius.de> ARM11 various updates + fix formatting.oharboe1-43/+49
2009-02-03- Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com>kc8apf1-5/+5
2008-10-13fix crash when connecting GDB to powered down targetoharboe1-6/+6
2008-10-08- remove build warnings from mips_m4k.c and arm11.cntfreak1-90/+76