aboutsummaryrefslogtreecommitdiff
path: root/src/flash/flash.c
AgeCommit message (Expand)Author
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
2009-06-23Remove whitespace at end of lines, step 1.zwelch
2009-06-23Remove whitespace that occurs before ')'.zwelch
2009-06-23Remove whitespace that occurs after '('.zwelch
2009-06-23- Fixes '[<>]' whitespacezwelch
2009-06-23- Fixes '[|]' whitespacezwelch
2009-06-23- Fixes '+' whitespacezwelch
2009-06-23- Fixes '=' whitespacezwelch
2009-06-23- Fixes '==' whitespacezwelch
2009-06-23- Fixes '>>' whitespacezwelch
2009-06-23- Fixes '!=' whitespacezwelch
2009-06-23- Replace 'for(' with 'for ('.zwelch
2009-06-23- Replace 'switch(' with 'switch ('.zwelch
2009-06-23- Replace 'if(' with 'if ('.zwelch
2009-06-21C99 printf() -Werror fixesduane
2009-06-18Transform 'u32' to 'uint32_t' in src/flash.zwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/flashzwelch