Remove unnecessary (void *)
[openocd.git] / src / target / feroceon.c
2013-10-15 Andreas Fritiofsonarm7_9: Avoid infinite loops in bulk write dispatching 85/1685/2
2013-09-13 Andreas Fritiofson[RFC] target: Move bulk_write_memory to arm7_9 20/1220/3
2013-06-05 Spencer Oliverupdate files to correct FSF address 26/1426/4
2012-02-06 Spencer Oliverbuild: cleanup src/target directory
2012-01-23 Spencer Olivercleanup: rename armv4_5 to arm for readability
2011-04-01 Øyvind HarboeMerge remote branch 'origin/master' into HEAD
2011-04-01 Øyvind Harboetypes: write memory now uses const
2010-07-20 Øyvind Harboearm_jtag_scann error propagation fixes
2010-07-19 Øyvind Harboearm: error propagation of arm_jtag_set_instr
2010-06-21 Antonio Borneotarget/feroceon: review scope of symbols
2010-03-19 Øyvind Harboejtag: retire jtag_get/set_end_state()
2010-03-18 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2010-03-18 Øyvind Harboejtag: retire one instance of jtag_get_end_state() usage
2010-03-18 Øyvind Harboejtag: cut down on usage of unintended modification...
2010-03-08 Øyvind Harboejtag: retire tap field
2010-02-21 David BrownellARM: keep a handle to the PC
2009-12-07 David BrownellARM: rename some generic routines
2009-12-07 David BrownellARM: move opcode macros to <target/arm_opcodes.h>
2009-12-05 David BrownellARM: rename armv4_5_state_* as arm_state_*
2009-12-05 David BrownellARM: rename ARMV4_5_STATE_* as ARM_STATE_*
2009-11-25 Zachary T Welchremove target_type register_command callback
2009-11-16 David Brownelltarget: no implicit #includes of "register.h"
2009-11-15 David BrownellARM: memory utils aren't ARM7/ARM9 dependent
2009-11-14 David BrownellARM7/ARM9: use shared examine() method
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchtarget_t -> struct target
2009-11-13 Zachary T Welchreg_t -> struct reg
2009-11-13 Zachary T Welchtarget_type_t -> struct target_type
2009-11-13 Zachary T Welcharmv4_5_common_t -> struct arm
2009-11-13 Zachary T Welcharm_jtag_t -> struct arm_jtag
2009-11-13 Zachary T Welcharm966e_common_t -> struct arm966e_common
2009-11-13 Zachary T Welcharm926ejs_common_t -> struct arm926ejs_common
2009-11-13 Zachary T Welcharm7_9_common_t -> struct arm7_9_common
2009-11-13 Zachary T Welchscan_field_t -> struct scan_field
2009-11-05 Øyvind Harboetarget: remove unused interface fn that clutters code
2009-10-23 Nicolas PitreFerocion: fix corruption of r0 when resuming Thumb...
2009-09-11 oharboeNicolas Pitre <nico@cam.org> put feroceon target defini...
2009-09-11 oharboeNicolas Pitre <nico@cam.org> Dragonite support
2009-09-11 oharboeNicolas Pitre <nico@cam.org> tighten error checking...
2009-07-16 oharboemicroscopic whitespace cleanup
2009-06-23 zwelchRemove whitespace at end of lines, step 1.
2009-06-23 zwelch- Fixes '!=' whitespace
2009-06-23 zwelch- Replace 'if(' with 'if ('.
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target
2009-06-18 zwelchTransform 'u16' to 'uint16_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-06-04 oharboeRename jtag_add_end_state to jtag_set_end_state since...
2009-06-04 oharboeIntroduce jtag_get_end_state() fn to clarify code a...
2009-06-04 oharboeremove TAP_INVALID as argument to jtag_add_xxx() fn's
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_write_memory wrapper:
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-08 oharboein_handler in_check_mask and in_check_value now removed...
2009-05-06 oharboeremove unecessary setting of deprecated fields to NULL
2009-05-06 oharboeretire out_mask - not used anywhere
2009-04-19 oharboeZach Welch <zw@superlucidity.net> fix -Werror warnings
2009-04-18 mifiThe following patches was applied:
2009-03-01 oharboeNicolas Pitre nico at cam.org fix feroceon_bulk_write_...
2009-03-01 oharboeNicolas Pitre nico at cam.org add Feroceon target confi...
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-12-13 kc8apfChange tap_state naming to be consistent with SVF docum...
2008-11-30 duanejtag newtap change & huge manual update
2008-10-30 oharboeHongtao Zheng single step fixes
2008-10-15 oharboeLaurentiu Cocanu - memory read/write and exit() error...
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-20 oharboeDaniel Gimpelevich fix reset halt on feroceon
2008-08-14 oharboeferoceon updated w.r.t. latest arm7/9 changes
2008-08-05 oharboeDuane Ellis: fix warnings
2008-08-05 oharboemoves handling of problems with resetting into the...
2008-06-06 oharboeNicolas Pitre: Feroceon fixes
2008-05-27 ntfreak- moved flash erase_check target code to target.c
2008-04-18 oharboeNicolas Pitre fixed regression.
2008-04-15 oharboe- sw_bkpts fails if the target is not halted. The side...
2008-04-11 oharboeReset wip. Just adding hooks. This is just to reduce...
2008-04-11 oharboeWip - split target setup and target examination
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-03 oharboeI fixed all the targets even though
2008-02-29 oharboeUwe Hermann:
2008-02-23 drath- fix for feroceon CP15 register access (thanks to...
2008-02-21 vpalatin- add support for Marvell Feroceon (thanks to Nicolas...

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)