[RFC] target: Move bulk_write_memory to arm7_9
[openocd.git] / src / pld /
2013-06-05 Spencer Oliverupdate files to correct FSF address 26/1426/4
2012-05-21 Spencer Oliverbuild: add helper/types.h to config.h
2012-02-06 Spencer Oliverbuild: cleanup src/pld directory
2012-01-18 Spencer Olivercmd: add missing usage vars
2012-01-04 Mathias KChange return value on error.
2012-01-04 Øyvind Harboeretire ERROR_INVALID_ARGUMENTS and replace with ERROR_C...
2011-06-04 Freddie ChopinFix "unused variable" warnings (errors) detected with...
2010-12-29 Øyvind Harboewarnings: use more 'const' for char *
2010-11-18 Spencer Oliverbuild: add common.mk
2010-09-20 Øyvind Harboewarnings: fix alignment warnings
2010-04-10 Antonio BorneoPLD: review scope of functions
2010-03-20 Øyvind Harboejtag: move towards making out_value const
2010-03-19 Øyvind Harboejtag: retire jtag_get/set_end_state()
2010-03-18 Øyvind Harboejtag: cut down on usage of unintended modification...
2010-03-08 Øyvind Harboejtag: jtag_add_ir_scan() now takes a single field
2010-03-08 Øyvind Harboejtag: retire tap field
2010-01-09 David BrownellPLD: usage/help updates
2009-12-08 Øyvind Harboebuild: add build/src to include path
2009-12-03 Zachary T Welchremove tertiary include paths
2009-12-03 Zachary T Welchchange #include "jtag.h" to <jtag/jtag.h>
2009-12-03 Zachary T Welchchange #include "types.h" to <helper/types.h>
2009-12-03 Zachary T Welchchange #include "time_support.h" to <helper/time_support.h>
2009-12-03 Zachary T Welchchange #include "log.h" to <helper/log.h>
2009-12-03 Zachary T Welchchange #include "command.h" to <helper/command.h>
2009-12-03 Zachary T Welchallow #include directives to use module name
2009-12-02 Zachary T Welchpld: factor init to 'pld init'
2009-11-25 Zachary T Welchpld: use static registration instead of callback
2009-11-25 Zachary T Welchpld: use register_commands()
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-17 Zachary T Welchcommand_handler: change 'cmd_ctx' to CMD_CTX
2009-11-17 Zachary T Welchcommand_handler: change 'args' to CMD_ARGV
2009-11-17 Zachary T Welchcommand_handler: change to 'argc' to CMD_ARGC
2009-11-16 Zachary T Welchrename CEIL as DIV_ROUND_UP
2009-11-13 Zachary T Welchcommand_t -> struct command
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchpld_device_t -> struct pld_device
2009-11-13 Zachary T Welchvirtex2_pld_device_t -> struct virtex2_pld_device
2009-11-13 Zachary T Welchxilinx_bit_file_t -> struct xilinx_bit_file
2009-11-13 Zachary T Welchpld_driver_t -> struct pld_driver
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 Welchadd PLD_DEVICE_COMMAND_HANDLER macro
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-11-11 Zachary T Welchremove more useless declarations
2009-11-11 Zachary T Welchadd const keyword to some APIs
2009-11-09 Zachary T Welchsrc/{server,pld,svf,xsvf}: remove 'extern' keyword
2009-11-06 Zachary T WelchImprove pld command argument parsing.
2009-06-23 zwelch- Replace '){' with ') {'.
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-19 oharboefix jtag_add_callback() args. The first argument is...
2009-06-18 zwelchFinish transforming 'u32' to 'uint32_t'.
2009-06-18 zwelchTransform 'u8' to 'uint8_t'
2009-06-18 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-09 zwelchFix make maintainer-clean for out-of-tree builds.
2009-06-05 zwelchEliminate MixedCaps symbol from public JTAG TAP API:
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-22 kc8apfAuthor: Rick Altherr <kc8apf@kc8apf.net>
2009-05-21 zwelchDavid Brownell <david-b@pacbell.net>: This patch adds...
2009-05-11 oharboeswitch to jtag_add_dr_scan() from the synchronous versi...
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-11 zwelchRemove redundant sys/types.h #include directives (now...
2009-05-10 zwelchExtend autotools build to create shared library libopen...
2009-05-08 oharboein_handler in_check_mask and in_check_value now removed...
2009-05-07 oharboeremove in_handler usage
2009-05-06 oharboeremove unecessary setting of deprecated fields to NULL
2009-05-06 oharboeretire out_mask - not used anywhere
2009-05-05 oharboemark usage of in_handler that can be converted into...
2009-05-02 zwelchUpdate autotools scripts to require automake 1.6. ...
2009-04-19 oharboeZach Welch <zw@superlucidity.net> fix -Werror warnings
2009-01-20 kc8apfFix 'make maintainer-clean' courtesy of Zach Welch...
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-04-08 oharboePavel pointed out that jtag_add_tlr() is better than...
2008-03-31 oharboemake jtag_add_statemove() internal to the driver.
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-02-25 drath- convert all files to unix line-ending
2008-02-25 oharboeFrom Michael Bruck
2008-01-20 mifi- added patch "remove error handler as planned"
2007-06-16 ntfreak- added mingw elf patches from Vincent Palatin
2007-04-25 drath- added support for error handlers to JTAG scan command...
2007-03-26 drath- fixed arm926 cp15 command bug (thanks to Vincent...
2006-11-22 drath- added a PLD (programmable logic device) subsystem...

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)