mem_param_t -> struct mem_param
[openocd.git] / src / target / arm11.c
2009-11-13 Zachary T Welchmem_param_t -> struct mem_param
2009-11-13 Zachary T Welchscan_field_t -> struct scan_field
2009-11-13 Zachary T Welchjtag_tap_t -> struct jtag_tap
2009-11-13 Zachary T Welchuse CALL_COMMAND_HANDLER instead of direct calls
2009-11-13 Zachary T Welchuse COMMAND_HELPER for command helper functions
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-11-10 Michael Bruckarm11: add etmr/etmw registers to access ETM via DBGTAP...
2009-11-10 Øyvind HarboeARM11: remove old mrc/mcr commands
2009-11-08 Zachary T WelchAdd private header for ARM11 internals.
2009-11-08 Zachary T WelchARM11: remove exports and forward decls
2009-11-06 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-11-06 Zachary T WelchFix arm11 vcr command parsing.
2009-11-06 Zachary T WelchImprove arm11 command argument parsing.
2009-11-05 Øyvind Harboearm11: check if target is halted before executing mrc...
2009-11-05 Øyvind HarboeARM11: added mrc/mcr support to arm11 code.
2009-11-05 Øyvind Harboetarget: remove unused interface fn that clutters code
2009-10-15 David Brownellportability updates
2009-10-14 Øyvind HarboeWork in progress on arm11 reset. Assert srst.
2009-10-13 Yauheni KaliutaCleanup: nuke trailling whitespaces
2009-10-13 Øyvind HarboeDelete commented out code. Add a bit of error checking.
2009-10-12 Øyvind HarboeMore error propagation fixes.
2009-10-12 Øyvind Harboearm11 burst writes are now only enabled for writes...
2009-10-12 Øyvind HarboeRetire arm11 no_increment. Intended for future expansio...
2009-10-12 Øyvind HarboePropagate wDTR/rDTR failure immediately, otherwise...
2009-10-12 Øyvind HarboeMerge commit 'origin/master'
2009-10-10 David Brownellprintf format warning fixes
2009-10-09 Øyvind HarboeARM11 error checking
2009-10-08 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-10-07 dbrownellbuildfix
2009-10-07 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-10-07 oharboeadd timeouts and fix syntax error handling of mrc/mcr...
2009-10-07 oharboeadd timeouts and fix syntax error handling of mrc/mcr...
2009-09-29 dbrownellARM11 command handling fixes
2009-09-21 dbrownellRemove annoying end-of-line whitespace from most src/*
2009-08-28 oharboeadded arm11 timeout error messages
2009-08-27 oharboearm11 hardware step using simulation + breakpoint....
2009-08-27 oharboearm11 single stepping wip - at least we know the next...
2009-08-27 oharboearm11 single stepping wip
2009-08-06 zwelchmichal smulski <michal.smulski@ooma.com>:
2009-06-28 duaneRefactor code, create target_state_name()
2009-06-23 zwelchRemove whitespace at end of lines, step 1.
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-23 zwelch- Fixes '+' whitespace
2009-06-23 zwelch- Fixes '==' whitespace
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target/arm*
2009-06-18 zwelchTransform 'u16' to 'uint16_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-06-05 zwelchEliminate MixedCaps symbol from public JTAG TAP API:
2009-05-31 zwelchFinal step in isolating target_type_s structure:
2009-05-31 zwelchFirst step in hiding target_type_s from public interface:
2009-05-31 zwelchAdd target_get_name wrapper:
2009-05-31 zwelchAdd wrappers for target->type->examined:
2009-05-18 oharboeMichael Bruck <mbruck@digenius.de> ARM11 cleanup stale...
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-10 oharboeDavid Brownell <david-b@pacbell.net> fix warnings
2009-05-09 oharboeMichael Bruck <mbruck@digenius.de> ARM11 C99 updates
2009-05-07 oharboefix c99 compile errors
2009-05-07 zwelchFix most pointer cast alignment warnings in arm11.c...
2009-04-28 oharboefix checksum memory. By failing the fallback code will...
2009-04-28 oharboeconvert some LOG_INFO()'s during stepping into LOG_DEBUG()
2009-04-28 oharboeMichael Bruck <mbruck@digenius.de> macros for error...
2009-04-27 oharboeclean up debug/info output to be in line with other...
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:
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-10-14 oharboeLaurentiu Cocanu - add error handling
2008-10-13 oharboefix crash when connecting GDB to powered down target
2008-10-13 oharboefix crash when connecting GDB to powered down target
2008-10-08 ntfreak- remove build warnings from mips_m4k.c and arm11.c
2008-10-07 oharboeFixes SEGFAULT when setting registers from GDB.
2008-10-07 oharboeGeorg Acher <acher@in.tum.de> - arm11 wip. run algorith...
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-09-01 oharboeDuane Ellis: "target as an [tcl] object" feature.
2008-08-25 oharboefixed bug in arm11 examine code.
2008-08-24 oharboeduan ellis target tcl work in progress
2008-08-20 oharboesharpen error propagation a wee bit.
2008-08-19 oharboeremoved a couple of exit()'s from error handling.
2008-08-17 oharboefixed not halted error messages
2008-08-05 oharboeDuane Ellis: fix warnings
2008-08-05 oharboedefine resetting the target into the halted or running
2008-08-05 oharboemoves handling of problems with resetting into the...
2008-07-04 oharboeARM11 update. OpenOCD supports starting without being...
2008-04-04 oharboe- reverted some of the changes that possibly broke...
2008-04-03 oharboe- Work on fixing erase check. Many implementations...
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-03-10 oharboe- the jtag chain is examined and validated after GDB...
2008-03-08 ntfreak- added more TARGET_HALTED checks for the read/write_me...
2008-03-07 oharboe- Improves error handling upon GDB connect
2008-03-06 oharboeMichael Bruck:
2008-03-04 oharboeMichael Bruck: fix warnings.
2008-03-04 oharboeMichael Bruck:
2008-03-02 oharboeUwe Hermann tightned up comments, etc. to follow OpenOC...
2008-02-29 oharboeUwe Hermann:
2008-02-29 oharboeremove warnings.
next

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)