aboutsummaryrefslogtreecommitdiff
path: root/src/flash/str9x.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-02move nor drivers to src/flash/norZachary T Welch1-711/+0
2009-11-24remove flash_driver->register_callbacksZachary T Welch1-6/+1
2009-11-24str9x: use register_commands()Zachary T Welch1-8/+21
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-2/+2
2009-11-19rename flash and nand command helpersZachary T Welch1-1/+1
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-4/+4
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-2/+2
2009-11-16flash_command_get_bank_by_num: make COMMAND_HELPERZachary T Welch1-1/+1
2009-11-16target: don't implicitly include "algorithm.h"David Brownell1-0/+1
2009-11-13command_t -> struct commandZachary T Welch1-1/+1
2009-11-13command_context_t -> struct command_contextZachary T Welch1-1/+1
2009-11-13flash_bank_t -> struct flash_bankZachary T Welch1-9/+9
2009-11-13target_t -> struct targetZachary T Welch1-6/+6
2009-11-13working_area_t -> struct working_areaZachary T Welch1-1/+1
2009-11-13armv4_5_algorithm_t -> struct armv4_5_algorithmZachary T Welch1-1/+1
2009-11-13reg_param_t -> struct reg_paramZachary T Welch1-1/+1
2009-11-13str9x_flash_bank_t -> struct str9x_flash_bankZachary T Welch1-6/+6
2009-11-13flash_driver_t -> struct flash_driverZachary T Welch1-1/+1
2009-11-13flash_sector_t -> struct flash_sectorZachary T Welch1-1/+1
2009-11-13use FLASH_BANK_COMMAND_HANDLER macroZachary T Welch1-2/+1
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-4/+2
2009-11-09str{7,9}x*.c: remove useless forward declarationsZachary T Welch1-37/+26
2009-11-05Improve str9x config command argument parsing.Zachary T Welch1-11/+14
2009-06-23Remove whitespace that occurs before ')'.zwelch1-6/+6
2009-06-23Remove whitespace that occurs after '('.zwelch1-5/+5
2009-06-23- Fixes '[<>]' whitespacezwelch1-3/+3
2009-06-23- Fixes '+' whitespacezwelch1-1/+1
2009-06-23- Fixes '=' whitespacezwelch1-16/+16
2009-06-23- Fixes '==' whitespacezwelch1-3/+3
2009-06-23- Fixes '<<' whitespacezwelch1-3/+3
2009-06-23- Fixes '!=' whitespacezwelch1-13/+13
2009-06-23- Replace 'while(' with 'while ('.zwelch1-1/+1
2009-06-23- Replace 'if(' with 'if ('.zwelch1-5/+5
2009-06-21C99 printf() -Werror fixesduane1-1/+1
2009-06-18Transform 'u32' to 'uint32_t' in src/flash.zwelch1-22/+22
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-1/+1
2009-06-18Transform 'u8' to 'uint8_t' in src/flashzwelch1-9/+9
2009-06-01David Brownell <david-b@pacbell.net>:zwelch1-84/+84
2009-05-31Add target_run_algorithm wrapper:zwelch1-1/+1
2009-05-31Add target_write_memory wrapper:zwelch1-2/+2
2009-05-11Audit and eliminate redundant #include directives in src/flash sources.zwelch1-11/+0
2009-04-21Zach Welch <zw@superlucidity.net> fix str9x type-punned pointeroharboe1-2/+5
2009-04-19Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe1-1/+1
2009-04-18The following patches was applied:mifi1-22/+30
2008-08-26ooops... fixed commit gaffe in previous commit.oharboe1-9/+9
2008-08-26added 1000ms timeoutoharboe1-5/+25
2008-08-19search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts.oharboe1-3/+3
2008-08-18more error propagationoharboe1-7/+32
2008-08-18added error handling to avoid false error messages.oharboe1-6/+25
2008-08-17fixed not halted error messagesoharboe1-0/+5