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