summaryrefslogtreecommitdiff
path: root/src/flash/str9x.c
Commit message (Expand)AuthorAgeFilesLines
* move nor drivers to src/flash/norZachary T Welch2009-12-021-711/+0
* remove flash_driver->register_callbacksZachary T Welch2009-11-241-6/+1
* str9x: use register_commands()Zachary T Welch2009-11-241-8/+21
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-2/+2
* rename flash and nand command helpersZachary T Welch2009-11-191-1/+1
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-4/+4
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-2/+2
* flash_command_get_bank_by_num: make COMMAND_HELPERZachary T Welch2009-11-161-1/+1
* target: don't implicitly include "algorithm.h"David Brownell2009-11-161-0/+1
* command_t -> struct commandZachary T Welch2009-11-131-1/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-1/+1
* flash_bank_t -> struct flash_bankZachary T Welch2009-11-131-9/+9
* target_t -> struct targetZachary T Welch2009-11-131-6/+6
* working_area_t -> struct working_areaZachary T Welch2009-11-131-1/+1
* 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
* str9x_flash_bank_t -> struct str9x_flash_bankZachary T Welch2009-11-131-6/+6
* flash_driver_t -> struct flash_driverZachary T Welch2009-11-131-1/+1
* flash_sector_t -> struct flash_sectorZachary T Welch2009-11-131-1/+1
* use FLASH_BANK_COMMAND_HANDLER macroZachary T Welch2009-11-131-2/+1
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-4/+2
* str{7,9}x*.c: remove useless forward declarationsZachary T Welch2009-11-091-37/+26
* Improve str9x config command argument parsing.Zachary T Welch2009-11-051-11/+14
* Remove whitespace that occurs before ')'.zwelch2009-06-231-6/+6
* Remove whitespace that occurs after '('.zwelch2009-06-231-5/+5
* - Fixes '[<>]' whitespacezwelch2009-06-231-3/+3
* - Fixes '+' whitespacezwelch2009-06-231-1/+1
* - Fixes '=' whitespacezwelch2009-06-231-16/+16
* - Fixes '==' whitespacezwelch2009-06-231-3/+3
* - Fixes '<<' whitespacezwelch2009-06-231-3/+3
* - Fixes '!=' whitespacezwelch2009-06-231-13/+13
* - Replace 'while(' with 'while ('.zwelch2009-06-231-1/+1
* - Replace 'if(' with 'if ('.zwelch2009-06-231-5/+5
* C99 printf() -Werror fixesduane2009-06-211-1/+1
* Transform 'u32' to 'uint32_t' in src/flash.zwelch2009-06-181-22/+22
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-1/+1
* Transform 'u8' to 'uint8_t' in src/flashzwelch2009-06-181-9/+9
* David Brownell <david-b@pacbell.net>:zwelch2009-06-011-84/+84
* Add target_run_algorithm wrapper:zwelch2009-05-311-1/+1
* Add target_write_memory wrapper:zwelch2009-05-311-2/+2
* Audit and eliminate redundant #include directives in src/flash sources.zwelch2009-05-111-11/+0
* Zach Welch <zw@superlucidity.net> fix str9x type-punned pointeroharboe2009-04-211-2/+5
* Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe2009-04-191-1/+1
* The following patches was applied:mifi2009-04-181-22/+30
* ooops... fixed commit gaffe in previous commit.oharboe2008-08-261-9/+9
* added 1000ms timeoutoharboe2008-08-261-5/+25
* search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts.oharboe2008-08-191-3/+3
* more error propagationoharboe2008-08-181-7/+32
* added error handling to avoid false error messages.oharboe2008-08-181-6/+25
* fixed not halted error messagesoharboe2008-08-171-0/+5