change #include "image.h" to <target/image.h>
[fw/openocd] / src / flash / flash.c
2009-12-03 Zachary T Welchchange #include "image.h" to <target/image.h>
2009-12-03 Zachary T Welchchange #include "time_support.h" to <helper/time_support.h>
2009-12-02 Zachary T Welchflash: factor init to 'flash init'
2009-11-26 Eric Wetzelfix 'flash protect' and 'flash erase_sector'
2009-11-25 Zachary T Welchadd jim_handler to command_registration
2009-11-25 Zachary T Welchremove flash_driver->register_callbacks
2009-11-25 Zachary T Welchflash: use register_commands()
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-22 Øyvind Harboeflash: dynamically allocate working storage
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-18 Zachary T Welchuse COMMAND_PARSE_ON_OFF where appropriate
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 Welchflash_command_get_bank_by_num: make COMMAND_HELPER
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 Welchtarget_t -> struct target
2009-11-13 Zachary T Welchimage_t -> struct image
2009-11-13 Zachary T Welchflash_driver_t -> struct flash_driver
2009-11-13 Zachary T Welchfileio_t -> struct fileio
2009-11-13 Zachary T Welchadd CMD_NAME macro for command handlers
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-11 Zachary T Welchadd const keyword to some APIs
2009-11-10 Zachary T Welchflash/flash.c: remove forward 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 WelchImprove flash indentation.
2009-11-06 Zachary T WelchImprove flash.c command argument parsing.
2009-11-06 Zachary T WelchAdd Flash/NAND bank command argument helpers.
2009-10-20 Øyvind HarboeAdded the faux flash driver and target. Used for testing.
2009-10-20 Øyvind HarboeAdded 'unlock' option to flash write_image
2009-10-12 Øyvind HarboeMerge commit 'origin/master'
2009-10-10 David Brownellprintf format warning fixes
2009-09-22 ntfreak- fix build issue under win32 (cygwin/msys) from svn...
2009-09-22 dbrownellMake it easier to erase or protect through to the end
2009-09-16 oharboeRolf Meeser <rolfm_9dq@yahoo.de> adds flash support...
2009-08-30 oharboeDavid Brownell <david-b@pacbell.net> Remove duplicate...
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-06-30 zwelchRemove at91sam3.h from flash.c; use extern like other...
2009-06-24 duaneAdd support for ATMEL AT91SAM3U - CortexM3 Family
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...
next