Remove whitespace at end of lines, step 1.
[openocd.git] / src / flash / flash.c
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-23 zwelch- Fixes '+' whitespace
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-23 zwelch- Fixes '==' whitespace
2009-06-23 zwelch- Fixes '>>' whitespace
2009-06-23 zwelch- Fixes '!=' whitespace
2009-06-23 zwelch- Replace 'for(' with 'for ('.
2009-06-23 zwelch- Replace 'switch(' with 'switch ('.
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/flash.
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/flash
2009-06-05 oharboeremove unused include file: inttypes.h
2009-05-31 zwelchAdd target_read_memory wrapper:
2009-05-21 zwelchDavid Brownell <david-b@pacbell.net>: This patch adds...
2009-05-18 kc8apfConsolidate target selection code into single get_targe...
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-11 zwelchRemove redundant sys/types.h #include directives (now...
2009-05-07 oharboeDeleted at9sam7_old driver. Nobody has complained about...
2009-04-30 zwelchFix signed/unsigned comparison.
2009-04-30 oharboeflash fillX now has a verify stage
2009-04-27 oharboeSimonQian <simonqian@simonqian.com> AVR wip
2009-04-19 oharboeZach Welch <zw@superlucidity.net> fix signed/unsigned...
2009-04-18 mifiThe following patches was applied:
2009-03-05 oharboeAudrius Urmanavičius <didele.deze@gmail.com> cleanup...
2009-02-19 oharboeJohn Woods <johnrw@gmail.com> fix checks for addresses...
2009-02-12 ntfreak- issue warning when flash image exceeds configured...
2009-01-02 oharboeJohn McCarthy <jgmcc@magma.ca> pic32mx flash wip
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-12-11 ntfreak- typo with flash bank help command
2008-11-07 oharboeocd_flash_banks now returns empty list when no flash...
2008-11-07 oharboeocd_flash_banks now returns empty list when no flash...
2008-11-03 oharboeRick Altherr <kc8apf@kc8apf.net> - fix warnings
2008-11-02 oharboeRick Altherr <kc8apf@kc8apf.net> - fix flash write_ban...
2008-10-16 oharboefix error handling in flash fill
2008-10-16 oharboeremoved autoerase from flash fillX
2008-10-14 oharboeLaurentiu Cocanu - more error handling fixes
2008-09-27 ntfreak- convert spaces to tabs in at91sam7.[ch]
2008-09-26 oharboeGheorghe Guran <roatlasro@yahoo.com> redone at91sam7...
2008-09-24 ntfreak- renamed x7926 driver to aduc702x to match other flash...
2008-09-24 oharboe "marcel" <M.W.Wijlaars@tue.nl>,
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-08-24 oharboeDaniel Gimpelevich <daniel@gimpelevich.san-francisco...
2008-08-19 oharboefixed error handling in flash bank.
2008-08-17 oharboefixed not halted error messages
2008-08-17 oharboeRichard <news@muppet.plus.com> fixed bug in padding...
2008-08-05 oharboeDuane Ellis: fix warnings
2008-07-25 oharboeadded yours sincerely for files where I feel that I...
2008-07-20 oharboeopenocd@duaneellis.com fix naming confusion. Use ocd_...
2008-07-18 ntfreak- fix incorrectly registered function openocd_array2mem
2008-07-18 oharboeCharles Hardin <ckhardin@gmail.com> move tcl stuff...
2008-07-17 oharboeCharles Hardin <ckhardin@gmail.com> move jim into...
2008-07-17 oharboeCharles Hardin <ckhardin@gmail.com> and Øyvind Harboe
2008-07-16 oharboeflash_banks now follow OpenOCD scripting API rules
2008-07-09 oharboe"flash banks" is now implemented in Tcl on top of ...
2008-07-09 oharboeadded flash_banks low level command.
2008-05-27 ntfreak- moved flash erase_check target code to target.c
2008-05-27 ntfreakflash_write will attempt to pad image sections
2008-05-20 oharboeEdgar Grimberg fixes some memory handling issues and
2008-04-24 oharboeClose dangling file handle
2008-04-23 oharboePavel Chromy's on chip flash loader
2008-04-20 oharboeKarl RobinSod <karl.robinsod@gmail.com> added lpc288x...
2008-04-19 ntfreak- flash.c change stricmp to strcmp
2008-04-19 oharboeretired auto_erase, added optional erase arg to flash...
2008-04-18 drath- Flash auto-erase is disabled by default
2008-04-18 oharboeEnabled auto erase, gdb memory map and gdb flash progra...
2008-04-08 oharboeadded a couple of LOG_ERROR() messages to improve logfile.
2008-04-04 oharboe- reverted some of the changes that possibly broke...
2008-04-03 oharboe- Work on fixing erase check. Many implementations...
2008-04-02 oharboefix flash info - now reports erased state properly
2008-04-01 oharboe- fixes for jtag_khz committed.
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-03-05 oharboePavel Chromy: memory leak in at91sam7 flash driver...
2008-03-04 oharboeBogus error message in GDB removed
2008-02-29 oharboe- image.c and fileio.c now uses logging to propagate...
2008-02-29 oharboePavel Chromy: clarify error messages
2008-02-28 oharboePavel Chromy - cleanup error messages
2008-02-28 oharboePavel Chromy cleaned up checks for halted, error messag...
2008-02-28 ntfreak- added svn props
2008-02-28 oharboeeCos flash driver.
2008-02-25 oharboedos2unix fix.
2008-02-25 oharboe- "flash write_binary" is now "flash write_bank" to...
2008-02-19 ntfreak- Fixed bug in pathmove for XScale
2008-02-12 ntfreak- add autoprobe support to flash info command
2008-01-27 mifi- added autoprobe functionality
2008-01-17 ntfreak- add missing files from previous commit (tms470 flash...
2008-01-17 drath- added tms470 flash support (thanks to Chris Kilgour...
2008-01-09 ntfreak- rename flash_init and flash_erase to flash_init_drive...
2007-12-29 ntfreak- minimum autoconf 2.59 is now required and verified...
2007-12-20 ntfreak- fixed problem when write_image is called multiple...
2007-12-20 ntfreak- removed flash write_image - binary compare function...
2007-12-18 mifi- added patch for new flash functionality like:
2007-12-17 mifi- only some cosmetic changes, convert \r\n to unix
2007-12-17 mifi- added patch to corrected argument of image_open in...
2007-12-16 mifi- change error message for image_open error
2007-12-16 mifi- initialize num_sectors and sectors in handle_flash_ba...
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)