summaryrefslogtreecommitdiff
path: root/src/flash/flash.c
Commit message (Expand)AuthorAgeFilesLines
* eliminate src/flash/flash.cZachary T Welch2009-12-041-216/+0
* add flash/nor/drivers.cZachary T Welch2009-12-041-43/+0
* move more nor flash implementation detailsZachary T Welch2009-12-041-999/+0
* add flash/nor/{tcl.c,imp.h} from flash/flash.cZachary T Welch2009-12-041-175/+0
* change #include "image.h" to <target/image.h>Zachary T Welch2009-12-031-1/+1
* change #include "time_support.h" to <helper/time_support.h>Zachary T Welch2009-12-031-1/+1
* flash: factor init to 'flash init'Zachary T Welch2009-12-021-0/+23
* fix 'flash protect' and 'flash erase_sector'Eric Wetzel2009-11-261-3/+3
* add jim_handler to command_registrationZachary T Welch2009-11-241-3/+6
* remove flash_driver->register_callbacksZachary T Welch2009-11-241-5/+10
* flash: use register_commands()Zachary T Welch2009-11-241-50/+117
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-14/+14
* flash: dynamically allocate working storageØyvind Harboe2009-11-221-16/+52
* add support for naming flash banksZachary T Welch2009-11-191-2/+8
* refactor handle_flash_bank_commandZachary T Welch2009-11-191-17/+13
* rename flash and nand command helpersZachary T Welch2009-11-191-4/+4
* allow flash/nand banks commands to accept namesZachary T Welch2009-11-191-2/+24
* use COMMAND_PARSE_ON_OFF where appropriateZachary T Welch2009-11-181-7/+2
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-29/+29
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-46/+46
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-16/+16
* fileio: improve API typesZachary T Welch2009-11-161-2/+2
* struct fileio: improve member typesZachary T Welch2009-11-161-1/+1
* flash_command_get_bank_by_num: make COMMAND_HELPERZachary T Welch2009-11-161-6/+6
* command_t -> struct commandZachary T Welch2009-11-131-1/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-4/+4
* flash_bank_t -> struct flash_bankZachary T Welch2009-11-131-31/+31
* target_t -> struct targetZachary T Welch2009-11-131-13/+13
* image_t -> struct imageZachary T Welch2009-11-131-4/+4
* flash_driver_t -> struct flash_driverZachary T Welch2009-11-131-20/+20
* fileio_t -> struct fileioZachary T Welch2009-11-131-1/+1
* add CMD_NAME macro for command handlersZachary T Welch2009-11-131-1/+1
* use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch2009-11-131-1/+2
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-13/+11
* add const keyword to some APIsZachary T Welch2009-11-111-1/+1
* flash/flash.c: remove forward declarationsZachary T Welch2009-11-091-57/+62
* Overhaul time support APIZachary T Welch2009-11-091-80/+37
* Improve flash indentation.Zachary T Welch2009-11-061-221/+210
* Improve flash.c command argument parsing.Zachary T Welch2009-11-051-68/+51
* Add Flash/NAND bank command argument helpers.Zachary T Welch2009-11-051-0/+17
* Added the faux flash driver and target. Used for testing.Øyvind Harboe2009-10-201-0/+2
* Added 'unlock' option to flash write_imageØyvind Harboe2009-10-201-14/+59
* printf format warning fixesDavid Brownell2009-10-101-5/+6
* - fix build issue under win32 (cygwin/msys) from svn r2746ntfreak2009-09-221-1/+1
* Make it easier to erase or protect through to the enddbrownell2009-09-221-36/+75
* Rolf Meeser <rolfm_9dq@yahoo.de> adds flash support for NXP's LPC2900 family ...oharboe2009-09-161-2/+4
* David Brownell <david-b@pacbell.net> Remove duplicate check for flash write s...oharboe2009-08-301-21/+19
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* Remove at91sam3.h from flash.c; use extern like other drivers.zwelch2009-06-301-1/+1
* Add support for ATMEL AT91SAM3U - CortexM3 Familyduane2009-06-241-0/+2