command_handler: change to 'argc' to CMD_ARGC
[openocd.git] / src / flash / nand.c
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 Welchnand_command_get_device_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-13 Zachary T Welchcommand_t -> struct command
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchnand_device_t -> struct nand_device
2009-11-13 Zachary T Welchnand_block_t -> struct nand_block
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
2009-11-13 Zachary T Welchnand_flash_controller_t -> struct nand_flash_controller
2009-11-13 Zachary T Welchfileio_t -> struct fileio
2009-11-13 Zachary T Welchcommand_handler_t: make argc unsigned
2009-11-13 Zachary T Welchuse CALL_COMMAND_HANDLER instead of direct calls
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-11-13 Zachary T Welchnand: rename device to nand
2009-11-11 Zachary T Welchadd const keyword to some APIs
2009-11-10 Zachary T Welchflash/*nand*.c: remove useless declarations
2009-11-09 Zachary T WelchOverhaul time support API
2009-11-06 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-11-06 Zachary T WelchSimplify nand indentation.
2009-11-06 Zachary T WelchImprove nand.c command argument parsing.
2009-11-06 Zachary T WelchAdd Flash/NAND bank command argument helpers.
2009-09-17 dbrownellMinor fixes to NAND code and docs
2009-09-10 oharboeAlexei Babich <a.babich@rez.ru> imx31 nand flash contr...
2009-06-23 zwelchRemove whitespace at end of lines, step 1.
2009-06-23 zwelchRemove whitespace that occurs before ')'.
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/flash.
2009-06-18 zwelchTransform 'u16' to 'uint16_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/flash
2009-06-05 oharboeremove unused include file: inttypes.h
2009-05-24 zwelchDavid Brownell <david-b@pacbell.net>:
2009-05-24 zwelchDavid Brownell <david-b@pacbell.net>:
2009-05-22 kc8apfAuthor: David Brownell <david-b@pacbell.net>
2009-05-21 zwelchDavid Brownell <david-b@pacbell.net>: This patch adds...
2009-05-19 oharboeDavid Brownell <david-b@pacbell.net> NAND: update...
2009-05-18 kc8apfWhitespace cleanup from David Brownell <david-b@pacbell...
2009-05-12 oharboe4-bit ECC support for Marvell Kirkwood SOC
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-04-19 oharboeZach Welch <zw@superlucidity.net> add missing initializ...
2009-04-19 oharboeZach Welch <zw@superlucidity.net> fix signed/unsigned...
2009-04-18 mifiThe following patches was applied:
2009-04-03 oharboeNicolas Pitre nico at cam.org list the new flag in...
2009-04-02 oharboeNicolas Pitre nico at cam.org The ECC data is automatic...
2009-04-02 oharboeNicolas Pitre nico at cam.org This at least should...
2009-04-02 oharboeNicolas Pitre nico at cam.org Allocating a 6-byte memor...
2009-03-01 oharboeNicolas Pitre nico at cam.org support for NAND flash...
2009-03-01 oharboeNicolas Pitre nico at cam.org support for NAND control...
2009-03-01 oharboeNicolas Pitre nico at cam.org don't ignore bad options...
2009-03-01 oharboeNicolas Pitre nico at cam.org The code unconditionally...
2009-03-01 oharboeNicolas Pitre nico at cam.org spelling
2008-12-28 oharboeUwe Hermann <uwe@hermann-uwe.de> One of them is fixing...
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-10-15 oharboeLaurentiu Cocanu - memory read/write and exit() error...
2008-08-19 oharboesearch and replace usleep(1000) with alive_sleep(1...
2008-06-27 oharboeDavid Anders: fixes an issue with large block nand...
2008-05-20 oharboeEdgar Grimberg fixes some memory handling issues and
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-02-29 oharboeUwe Hermann:
2008-02-29 oharboe- image.c and fileio.c now uses logging to propagate...
2008-02-25 oharboedos2unix fix.
2008-02-25 oharboe- "flash write_binary" is now "flash write_bank" to...
2008-02-23 drath- Use NAND extended geometry information (thanks to...
2008-02-19 drath- add support for the majority of the Samsung ARM SoC...
2007-08-14 drath- reworked presto.c to allow use of either FTD2XX or...
2007-06-16 ntfreak- added mingw elf patches from Vincent Palatin
2007-05-30 drath- reworked image handling to support multiple sections...
2007-05-29 drath- split fileio handling into fileio part and image...
2007-03-26 drath- fixed arm926 cp15 command bug (thanks to Vincent...
2007-03-15 drath- reworked file i/o. every fileaccess (target, flash...

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)