summaryrefslogtreecommitdiff
path: root/src/flash/ecos.c
Commit message (Expand)AuthorAgeFilesLines
* move nor drivers to src/flash/norZachary T Welch2009-12-021-444/+0
* remove flash_driver->register_callbacksZachary T Welch2009-11-241-6/+0
* ecos: use register_commands()Zachary T Welch2009-11-241-2/+0
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-1/+1
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-3/+3
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-1/+1
* fileio: improve API typesZachary T Welch2009-11-161-3/+4
* target: don't implicitly include "algorithm.h"David Brownell2009-11-161-0/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-3/+3
* flash_bank_t -> struct flash_bankZachary T Welch2009-11-131-16/+16
* target_t -> struct targetZachary T Welch2009-11-131-4/+4
* image_t -> struct imageZachary T Welch2009-11-131-1/+1
* working_area_t -> struct working_areaZachary T Welch2009-11-131-2/+2
* armv4_5_algorithm_t -> struct armv4_5_algorithmZachary T Welch2009-11-131-1/+1
* reg_param_t -> struct reg_paramZachary T Welch2009-11-131-1/+1
* flash_driver_t -> struct flash_driverZachary T Welch2009-11-131-1/+1
* flash_sector_t -> struct flash_sectorZachary T Welch2009-11-131-1/+1
* ecosflash_flash_bank_t -> struct ecosflash_flash_bankZachary T Welch2009-11-131-12/+12
* use FLASH_BANK_COMMAND_HANDLER macroZachary T Welch2009-11-131-1/+1
* flash/<various>.c: remove useless declarationsZachary T Welch2009-11-091-24/+14
* Added the faux flash driver and target. Used for testing.Øyvind Harboe2009-10-201-1/+1
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* Remove whitespace that occurs before ')'.zwelch2009-06-231-1/+1
* - Fixes '[<>]' whitespacezwelch2009-06-231-2/+2
* - Fixes '+' whitespacezwelch2009-06-231-10/+10
* - Fixes '=' whitespacezwelch2009-06-231-28/+28
* - Fixes '[+]=' whitespacezwelch2009-06-231-1/+1
* - Fixes '!=' whitespacezwelch2009-06-231-4/+4
* - Replace 'switch(' with 'switch ('.zwelch2009-06-231-1/+1
* - Replace 'if(' with 'if ('.zwelch2009-06-231-1/+1
* C99 printf() -Werror fixesduane2009-06-211-3/+3
* Transform 'u32' to 'uint32_t' in src/flash.zwelch2009-06-181-20/+20
* Transform 'u8' to 'uint8_t' in src/flashzwelch2009-06-181-4/+4
* Add target_run_algorithm wrapper:zwelch2009-05-311-1/+1
* Consolidate target selection code into single get_target() that handles both ...kc8apf2009-05-181-2/+2
* Audit and eliminate redundant #include directives in src/flash sources.zwelch2009-05-111-12/+2
* Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe2009-04-191-1/+1
* The following patches was applied:mifi2009-04-181-30/+36
* - remove target specific variant and use target->variant memberntfreak2008-12-131-69/+52
* error checking - no reported errors, but catched a couple of exit()'s and con...oharboe2008-11-191-38/+38
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-1/+1
* added yours sincerely for files where I feel that I've made non-trivial contr...oharboe2008-07-251-1/+1
* added a couple of LOG_ERROR() messages to improve logfile.oharboe2008-04-081-2/+3
* - reverted some of the changes that possibly broke arm926ejs. Waitingoharboe2008-04-041-4/+3
* fix flash info - now reports erased state properlyoharboe2008-04-021-7/+1
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-8/+8
* Michael Bruck: fixed warningsoharboe2008-03-071-1/+3
* Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe2008-03-021-19/+20
* - image.c and fileio.c now uses logging to propagate error strings.oharboe2008-02-291-1/+0
* - added svn propsntfreak2008-02-281-485/+485