riscv-openocd/src/target
Zachary T Welch 9f212b01be fileio_t -> struct fileio
Remove useless structure typedef.
2009-11-13 11:58:04 -08:00
..
ecos - reverted some of the changes that possibly broke arm926ejs. Waiting 2008-04-04 13:47:38 +00:00
xscale Remove annoying end-of-line whitespace from most src/* 2009-09-21 18:40:55 +00:00
Makefile.am makefiles: improve build order 2009-11-11 05:40:48 -08:00
algorithm.c Transform 'u32' to 'uint32_t' in src/target 2009-06-18 07:09:35 +00:00
algorithm.h src/target: remove 'extern' and wrap headers 2009-11-09 09:44:33 -08:00
arm7_9_common.c use COMMAND_HANDLER macro to define all commands 2009-11-13 10:51:45 -08:00
arm7_9_common.h ETM: remove old mid-level ETM handle 2009-11-11 21:57:44 -08:00
arm7tdmi.c ETM: update arm[79]tdmi_examine() 2009-11-11 21:50:10 -08:00
arm7tdmi.h ARM7TDMI uses the new inheritance/nesting scheme 2009-11-05 22:04:04 -08:00
arm9tdmi.c command_handler_t: make argc unsigned 2009-11-13 10:55:27 -08:00
arm9tdmi.h src/target: remove 'extern' and wrap headers 2009-11-09 09:44:33 -08:00
arm11.c use CALL_COMMAND_HANDLER instead of direct calls 2009-11-13 10:51:46 -08:00
arm11.h arm11: add etmr/etmw registers to access ETM via DBGTAP scan chain 2009-11-10 14:00:24 +01:00
arm11_dbgtap.c arm11: add etmr/etmw registers to access ETM via DBGTAP scan chain 2009-11-10 14:00:24 +01:00
arm11_dbgtap.h Add private header for ARM11 internals. 2009-11-08 15:47:04 -08:00
arm720t.c add CMD_NAME macro for command handlers 2009-11-13 10:55:00 -08:00
arm720t.h ARM: shrink offsets 2009-11-05 22:04:25 -08:00
arm920t.c add CMD_NAME macro for command handlers 2009-11-13 10:55:00 -08:00
arm920t.h ARM: shrink offsets 2009-11-05 22:04:25 -08:00
arm926ejs.c add CMD_NAME macro for command handlers 2009-11-13 10:55:00 -08:00
arm926ejs.h src/target: remove 'extern' and wrap headers 2009-11-09 09:44:33 -08:00
arm966e.c add CMD_NAME macro for command handlers 2009-11-13 10:55:00 -08:00
arm966e.h src/target: remove 'extern' and wrap headers 2009-11-09 09:44:33 -08:00
arm_adi_v5.c arm_adi,armv7[am]: use COMMAND_HELPER for helpers 2009-11-13 10:51:46 -08:00
arm_adi_v5.h arm_adi,armv7[am]: use COMMAND_HELPER for helpers 2009-11-13 10:51:46 -08:00
arm_disassembler.c ARM: fix target address when disassembling Thumb BLX 2009-10-27 19:25:54 -07:00
arm_disassembler.h src/target: remove 'extern' and wrap headers 2009-11-09 09:44:33 -08:00
arm_jtag.c Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes 2009-07-17 19:54:25 +00:00
arm_jtag.h src/target: remove 'extern' and wrap headers 2009-11-09 09:44:33 -08:00
arm_simulator.c ARM: minor simulator cleanup 2009-11-08 12:44:28 -08:00
arm_simulator.h src/target: remove 'extern' and wrap headers 2009-11-09 09:44:33 -08:00
armv4_5.c use COMMAND_HANDLER macro to define all commands 2009-11-13 10:51:45 -08:00
armv4_5.h ETM: remove old mid-level ETM handle 2009-11-11 21:57:44 -08:00
armv4_5_cache.c Transform 'u32' to 'uint32_t' in src/target/arm* 2009-06-18 07:08:52 +00:00
armv4_5_cache.h src/target: remove 'extern' and wrap headers 2009-11-09 09:44:33 -08:00
armv4_5_mmu.c retire obsolete mXY_phys commands. Handled by generic memory read/modify commands and target read/write physical memory callbacks. 2009-10-21 15:36:31 +02:00
armv4_5_mmu.h src/target: remove 'extern' and wrap headers 2009-11-09 09:44:33 -08:00
armv7a.c arm_adi,armv7[am]: use COMMAND_HELPER for helpers 2009-11-13 10:51:46 -08:00
armv7a.h Cortex-A8: use the new inheritance/nesting scheme 2009-11-05 22:04:13 -08:00
armv7m.c arm_adi,armv7[am]: use COMMAND_HELPER for helpers 2009-11-13 10:51:46 -08:00
armv7m.h src/target: remove 'extern' and wrap headers 2009-11-09 09:44:33 -08:00
avrt.c Target: minor cleanup 2009-11-10 02:01:20 -08:00
avrt.h Audit and eliminate redundant #include directives in other target files. 2009-05-11 04:56:37 +00:00
breakpoints.c watchpoint_add() cleanup 2009-11-05 01:47:44 -08:00
breakpoints.h src/target: remove 'extern' and wrap headers 2009-11-09 09:44:33 -08:00
cortex_a8.c use COMMAND_HANDLER macro to define all commands 2009-11-13 10:51:45 -08:00
cortex_a8.h cortex_a8: remove declarations, use static keyword 2009-11-11 11:53:22 -08:00
cortex_m3.c add CMD_NAME macro for command handlers 2009-11-13 10:55:00 -08:00
cortex_m3.h Cortex-M3: use the new inheritance/nesting scheme 2009-11-05 21:59:45 -08:00
embeddedice.c EmbeddedICE: minor cleanups 2009-11-09 09:34:51 -08:00
embeddedice.h src/target: remove 'extern' and wrap headers 2009-11-09 09:44:33 -08:00
etb.c use COMMAND_HANDLER macro to define all commands 2009-11-13 10:51:45 -08:00
etb.h ETM cleanup 2009-11-11 04:42:50 -08:00
etm.c fileio_t -> struct fileio 2009-11-13 11:58:04 -08:00
etm.h ETM: start support for ETMv2+ 2009-11-12 20:24:41 -08:00
etm_dummy.c use COMMAND_HANDLER macro to define all commands 2009-11-13 10:51:45 -08:00
etm_dummy.h Audit and eliminate redundant #include directives in other target files. 2009-05-11 04:56:37 +00:00
fa526.c FA526 uses the new inheritance/nesting scheme 2009-11-05 22:03:24 -08:00
feroceon.c target: remove unused interface fn that clutters code 2009-11-05 09:07:56 +01:00
image.c fileio_t -> struct fileio 2009-11-13 11:58:04 -08:00
image.h fileio_t -> struct fileio 2009-11-13 11:58:04 -08:00
mips32.c Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes 2009-07-17 19:54:25 +00:00
mips32.h src/target: remove 'extern' and wrap headers 2009-11-09 09:44:33 -08:00
mips32_dmaacc.c Remove whitespace at end of lines, step 1. 2009-06-23 22:49:23 +00:00
mips32_dmaacc.h src/target: remove 'extern' and wrap headers 2009-11-09 09:44:33 -08:00
mips32_pracc.c Remove whitespace at end of lines, step 1. 2009-06-23 22:49:23 +00:00
mips32_pracc.h src/target: remove 'extern' and wrap headers 2009-11-09 09:44:33 -08:00
mips_ejtag.c microscopic white space fixes 2009-07-16 10:30:50 +00:00
mips_ejtag.h src/target: remove 'extern' and wrap headers 2009-11-09 09:44:33 -08:00
mips_m4k.c target: remove unused interface fn that clutters code 2009-11-05 09:07:56 +01:00
mips_m4k.h src/target: remove 'extern' and wrap headers 2009-11-09 09:44:33 -08:00
oocd_trace.c use COMMAND_HANDLER macro to define all commands 2009-11-13 10:51:45 -08:00
oocd_trace.h Audit and eliminate redundant #include directives in other target files. 2009-05-11 04:56:37 +00:00
register.c add const keyword to some APIs 2009-11-11 11:53:22 -08:00
register.h add const keyword to some APIs 2009-11-11 11:53:22 -08:00
target.c fileio_t -> struct fileio 2009-11-13 11:58:04 -08:00
target.h target.h: remove extern keyword and wrap 2009-11-09 09:44:33 -08:00
target_request.c use COMMAND_HANDLER macro to define all commands 2009-11-13 10:51:45 -08:00
target_request.h src/target: remove 'extern' and wrap headers 2009-11-09 09:44:33 -08:00
target_type.h Revert "target: add target->type->has_mmu fn" 2009-11-09 14:46:23 -08:00
trace.c use COMMAND_HANDLER macro to define all commands 2009-11-13 10:51:45 -08:00
trace.h src/target: remove 'extern' and wrap headers 2009-11-09 09:44:33 -08:00
xscale.c fileio_t -> struct fileio 2009-11-13 11:58:04 -08:00
xscale.h ARM: shrink offsets 2009-11-05 22:04:25 -08:00