split jim_jtag_command into multiple handlers
[openocd.git] / src / flash /
2009-11-27 Zachary T Welchfix 'nand info' command
2009-11-27 Dean GlazeskiARM NAND I/O header documentation update.
2009-11-27 Dean GlazeskiARM NAND I/O documentation update.
2009-11-27 Dean GlazeskiARM NAND I/O refactor code copying.
2009-11-27 Dean GlazeskiARM NAND I/O read function.
2009-11-27 Dean GlazeskiNAND Flash documentation update.
2009-11-26 Eric Wetzelfix 'flash protect' and 'flash erase_sector'
2009-11-25 Zachary T Welchuse ARRAY_SIZE macro
2009-11-25 Zachary T Welchimprove command handling examples
2009-11-25 Zachary T Welchadd jim_handler to command_registration
2009-11-25 Zachary T Welchremove nand_controller->register_callbacks
2009-11-25 Zachary T Welchremove flash_driver->register_callbacks
2009-11-25 Zachary T Welchtms470: use register_commands()
2009-11-25 Zachary T Welchstr9xpec: use register_commands()
2009-11-25 Zachary T Welchstr9x: use register_commands()
2009-11-25 Zachary T Welchstr7x: use register_commands()
2009-11-25 Zachary T Welchstm32x: use register_commands()
2009-11-25 Zachary T Welchstellaris: use register_commands()
2009-11-25 Zachary T Welchpic32mx: use register_commands()
2009-11-25 Zachary T Welchnand: use register_commands()
2009-11-25 Zachary T Welchmflash: use register_commands()
2009-11-25 Zachary T Welchlpc3180_nand_controller: use register_commands()
2009-11-25 Zachary T Welchlpc2900: use register_commands()
2009-11-25 Zachary T Welchlpc2000: use register_commands()
2009-11-25 Zachary T Welchflash: use register_commands()
2009-11-25 Zachary T Welchecos: use register_commands()
2009-11-25 Zachary T Welchcfi: use register_commands()
2009-11-25 Zachary T Welchavrf: use register_commands()
2009-11-25 Zachary T Welchat91sam7: use register_commands()
2009-11-25 Zachary T Welchat91sam3: use register_commands()
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-22 Øyvind Harboeflash: dynamically allocate working storage
2009-11-20 Zachary T Welchfix flash/nand name parsing
2009-11-19 Dean GlazeskiNAND verify doesn't advance.
2009-11-19 Zachary T Welchadd support for naming NAND banks
2009-11-19 Zachary T Welchrefactor handle_nand_device_command
2009-11-19 Zachary T Welchadd support for naming flash banks
2009-11-19 Zachary T Welchrefactor handle_flash_bank_command
2009-11-19 Zachary T Welchrename flash and nand command helpers
2009-11-19 Zachary T Welchallow flash/nand banks commands to accept names
2009-11-19 Dean Glazeskinand_fileio_parse_args parses wrong param for size
2009-11-18 Zachary T Welchuse COMMAND_PARSE_ENABLE macro where appropriate
2009-11-18 Zachary T Welchuse COMMAND_PARSE_ON_OFF where appropriate
2009-11-18 Zachary T Welchsplit startup.tcl file across modules
2009-11-18 David BrownellARM: only use one set of dummy FPA registers
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 Welchfileio: improve API types
2009-11-16 Zachary T Welchstruct fileio: improve member types
2009-11-16 Zachary T Welchrename CEIL as DIV_ROUND_UP
2009-11-16 Zachary T Welchnand_command_get_device_by_num: make COMMAND_HELPER
2009-11-16 Zachary T Welchflash_command_get_bank_by_num: make COMMAND_HELPER
2009-11-16 Zachary T WelchAdd 'nand verify' command
2009-11-16 Zachary T WelchUse nand_fileio_* in write/dump commands.
2009-11-16 Zachary T WelchAdd nand_fileio_* helper APIs.
2009-11-16 David Brownell#include "target.h" less wildly
2009-11-16 David Brownelltarget: less implicit inclusion of "command.h"
2009-11-16 David Brownelltarget: don't implicitly include "algorithm.h"
2009-11-14 David Brownelllpc2900.h -- remove from Makefile.am too
2009-11-14 David Brownellflash: remove needless lpc2900.h header
2009-11-13 David BrownellARM7/9: rm arm7_9_get_arch_pointers()
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 Welchflash_bank_t -> struct flash_bank
2009-11-13 Zachary T Welchnand_device_t -> struct nand_device
2009-11-13 Zachary T Welchtarget_t -> struct target
2009-11-13 Zachary T Welchimage_t -> struct image
2009-11-13 Zachary T Welcharmv4_5_common_t -> struct arm
2009-11-13 Zachary T Welchworking_area_t -> struct working_area
2009-11-13 Zachary T Welchmips_ejtag_t -> struct mips_ejtag
2009-11-13 Zachary T Welchmips32_common_t -> struct mips32_common
2009-11-13 Zachary T Welchavr_common_t -> struct avr_common
2009-11-13 Zachary T Welcharmv7m_algorithm_t -> struct armv7m_algorithm
2009-11-13 Zachary T Welcharmv4_5_algorithm_t -> struct armv4_5_algorithm
2009-11-13 Zachary T Welcharm_jtag_t -> struct arm_jtag
2009-11-13 Zachary T Welcharm7_9_common_t -> struct arm7_9_common
2009-11-13 Zachary T Welchreg_param_t -> struct reg_param
2009-11-13 Zachary T Welchmem_param_t -> struct mem_param
2009-11-13 Zachary T Welchremove unused aduc702x structure.
2009-11-13 Zachary T Welchaduc702x_flash_bank_t -> struct aduc702x_flash_bank
2009-11-13 Zachary T Welchtms470_flash_bank_t -> struct tms470_flash_bank
2009-11-13 Zachary T Welchpic32mx_mem_layout_t -> struct pic32mx_mem_layout
2009-11-13 Zachary T Welchnon_cfi_t -> struct non_cfi
2009-11-13 Zachary T Welchnand_block_t -> struct nand_block
2009-11-13 Zachary T Welchstr9xpec_flash_controller_t -> struct str9xpec_flash_co...
2009-11-13 Zachary T Welchstr9x_flash_bank_t -> struct str9x_flash_bank
2009-11-13 Zachary T Welchstr7x_mem_layout_t -> struct str7x_mem_layout
2009-11-13 Zachary T Welchstr7x_flash_bank_t -> struct str7x_flash_bank
2009-11-13 Zachary T Welchstm32x_mem_layout_t -> struct stm32x_mem_layout
2009-11-13 Zachary T Welchstm32x_flash_bank_t -> struct stm32x_flash_bank
2009-11-13 Zachary T Welchstm32x_options_t -> struct stm32x_options
2009-11-13 Zachary T Welchstellaris_flash_bank_t -> struct stellaris_flash_bank
2009-11-13 Zachary T Welchs3c24xx_nand_controller_t -> struct s3c24xx_nand_controller
2009-11-13 Zachary T Welchpic32mx_flash_bank_t -> struct pic32mx_flash_bank
2009-11-13 Zachary T Welchorion_nand_controller_t -> struct orion_nand_controller
2009-11-13 Zachary T Welchocl_priv_t -> struct ocl_priv
2009-11-13 Zachary T Welchnand_info_t -> struct nand_info
2009-11-13 Zachary T Welchnand_manufacturer_t -> struct nand_manufacturer
2009-11-13 Zachary T Welchnand_ecclayout_t -> struct nand_ecclayout
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)