aboutsummaryrefslogtreecommitdiff
path: root/src/flash/ecos.c
AgeCommit message (Expand)Author
2009-11-16target: don't implicitly include "algorithm.h"David Brownell
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-13working_area_t -> struct working_areaZachary T Welch
2009-11-13armv4_5_algorithm_t -> struct armv4_5_algorithmZachary T Welch
2009-11-13reg_param_t -> struct reg_paramZachary T Welch
2009-11-13flash_driver_t -> struct flash_driverZachary T Welch
2009-11-13flash_sector_t -> struct flash_sectorZachary T Welch
2009-11-13ecosflash_flash_bank_t -> struct ecosflash_flash_bankZachary T Welch
2009-11-13use FLASH_BANK_COMMAND_HANDLER macroZachary T Welch
2009-11-09flash/<various>.c: remove useless declarationsZachary T Welch
2009-10-20Added the faux flash driver and target. Used for testing.Øyvind Harboe
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe
2009-06-23Remove whitespace that occurs before ')'.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- 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
2009-05-31Add target_run_algorithm wrapper:zwelch
2009-05-18Consolidate target selection code into single get_target() that handles both ...kc8apf
2009-05-11Audit and eliminate redundant #include directives in src/flash sources.zwelch
2009-04-19Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe
2009-04-18The following patches was applied:mifi
2008-12-13- remove target specific variant and use target->variant memberntfreak
2008-11-19error checking - no reported errors, but catched a couple of exit()'s and con...oharboe
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe
2008-04-08added a couple of LOG_ERROR() messages to improve logfile.oharboe
2008-04-04- reverted some of the changes that possibly broke arm926ejs. Waitingoharboe
2008-04-02fix flash info - now reports erased state properlyoharboe
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak
2008-03-07Michael Bruck: fixed warningsoharboe
2008-03-02Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe
2008-02-29- image.c and fileio.c now uses logging to propagate error strings.oharboe
2008-02-28- added svn propsntfreak
2008-02-28lingering change for eCos flash driveroharboe
2008-02-28eCos flash driver.oharboe