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