]> git.sur5r.net Git - openocd/history - src/target/arm11_dbgtap.c
arm11: do not use dynamic arrays
[openocd] / src / target / arm11_dbgtap.c
2009-11-22 Øyvind Harboearm11: do not use dynamic arrays
2009-11-22 David BrownellARM11: remove needless string format #ifdeffery
2009-11-16 David Brownelltarget: less implicit inclusion of "etm.h"
2009-11-16 Zachary T Welchmove ARRAY_SIZE macro to types.h
2009-11-14 David BrownellARM11: revert etmr/etmw commands
2009-11-14 David BrownellARM11: switch to new "arm" base type
2009-11-13 Zachary T Welcharm11_sc7_action_t -> struct arm11_sc7_action
2009-11-13 Zachary T Welcharm11_common_t -> struct arm11_common
2009-11-13 Zachary T Welchscan_field_t -> struct scan_field
2009-11-13 Zachary T Welchjtag_tap_t -> struct jtag_tap
2009-11-10 Michael Bruckarm11: add etmr/etmw registers to access ETM via DBGTAP...
2009-11-08 Zachary T WelchAdd private header for ARM11 internals.
2009-10-13 Øyvind HarboeFix warning.
2009-10-12 Øyvind HarboeMore error propagation fixes.
2009-10-12 Øyvind HarboeFix warning and improve error message upon burst transf...
2009-10-12 Øyvind HarboeFix bogus 'transfer errors' with arm11 'memwrite burst...
2009-10-09 Øyvind HarboeARM11 error checking
2009-09-11 oharboedo not use dynamically sized stack arrays, not compatib...
2009-08-28 oharboeDavid Brownell <david-b@pacbell.net> fix warnings
2009-08-28 oharboeadded arm11 timeout error messages
2009-08-16 oharboeadded note w/reference to discussion on whether or...
2009-06-23 zwelch- Fixes '[<>]' whitespace
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-23 zwelch- Replace 'while(' with 'while ('.
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target/arm*
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-06-09 zwelchReplace 'jtag.c' with 'core.c' in code comments.
2009-06-04 oharboeRename jtag_add_end_state to jtag_set_end_state since...
2009-06-04 oharboeno longer use jtag_add_xxx() to set end state to TAP_DR...
2009-06-04 oharboeno longer use jtag_add_xxx() to set end state to TAP_ID...
2009-05-18 oharboeMichael Bruck <mbruck@digenius.de> ARM11 cleanup stale...
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-09 oharboeMichael Bruck <mbruck@digenius.de> ARM11 C99 updates
2009-05-08 oharboein_handler in_check_mask and in_check_value now removed...
2009-05-07 oharboeremove in_handler usage
2009-05-07 oharboestop using in_handler
2009-05-06 oharboeretire out_mask - not used anywhere
2009-05-05 oharboemark usage of in_handler that can be converted into...
2009-04-29 oharboecomments and debug code
2009-04-28 oharboeMichael Bruck <mbruck@digenius.de> macros for error...
2009-04-27 oharboemore error handling
2009-04-27 oharboea little bit more error handling in ARM11
2009-04-22 oharboeMichael Bruck <mbruck@digenius.de> ARM11 various update...
2009-04-18 mifiThe following patches was applied:
2009-02-03 kc8apf- Cable driver helper API courtesy of Dick Hollenbeck...
2008-12-13 kc8apfClean up references to old tap_state names
2008-12-13 kc8apfChange tap_state naming to be consistent with SVF docum...
2008-11-30 duanejtag newtap change & huge manual update
2008-11-19 oharboejtag_get_device() now returns NULL and reports error...
2008-08-19 oharboeremoved a couple of exit()'s from error handling.
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-03-11 oharboe- fixed jtag_add_reset(). It no longer causes jtag_exec...
2008-03-06 oharboeMichael Bruck:
2008-03-04 oharboeMichael Bruck: fix warnings.
2008-03-04 oharboeMichael Bruck:
2008-02-29 oharboeUwe Hermann:
2008-02-29 oharboeremove warnings.
2008-02-29 oharboeMichael Bruck:
2008-02-25 drath- convert all files to unix line-ending
2008-02-25 oharboeFrom Michael Bruck