summaryrefslogtreecommitdiff
path: root/src/flash/cfi.c
Commit message (Expand)AuthorAgeFilesLines
* move nor drivers to src/flash/norZachary T Welch2009-12-021-2630/+0
* remove flash_driver->register_callbacksZachary T Welch2009-11-241-6/+0
* cfi: use register_commands()Zachary T Welch2009-11-241-6/+0
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-2/+2
* 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
* 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-46/+46
* target_t -> struct targetZachary T Welch2009-11-131-25/+25
* working_area_t -> struct working_areaZachary T Welch2009-11-131-2/+2
* armv4_5_algorithm_t -> struct armv4_5_algorithmZachary T Welch2009-11-131-2/+2
* reg_param_t -> struct reg_paramZachary T Welch2009-11-131-2/+2
* flash_driver_t -> struct flash_driverZachary T Welch2009-11-131-1/+1
* flash_sector_t -> struct flash_sectorZachary T Welch2009-11-131-2/+2
* cfi_fixup_t -> struct cfi_fixupZachary T Welch2009-11-131-4/+4
* cfi_unlock_addresses_t -> struct cfi_unlock_addressesZachary T Welch2009-11-131-2/+2
* cfi_spansion_pri_ext_t -> struct cfi_spansion_pri_extZachary T Welch2009-11-131-12/+12
* cfi_atmel_pri_ext_t -> struct cfi_atmel_pri_extZachary T Welch2009-11-131-1/+1
* cfi_intel_pri_ext_t -> struct cfi_intel_pri_extZachary T Welch2009-11-131-4/+4
* cfi_flash_bank_t -> struct cfi_flash_bankZachary T Welch2009-11-131-37/+37
* command_handler_t: make argc unsignedZachary T Welch2009-11-131-4/+1
* use FLASH_BANK_COMMAND_HANDLER macroZachary T Welch2009-11-131-1/+1
* flash/<various>.c: remove useless declarationsZachary T Welch2009-11-091-27/+14
* Improve cfi.c command argument parsing.Zachary T Welch2009-11-051-2/+6
* S29WS-N CFI query fix is to try 0x555 if 0x55 fails.Øyvind Harboe2009-10-141-24/+53
* Rolf Meeser <rolfm_9dq@yahoo.de> warning fix in previous commit was wrong. ta...oharboe2009-09-141-36/+38
* fix warningoharboe2009-09-141-1/+1
* Rolf Meeser <rolfm_9dq@yahoo.de> oharboe2009-09-091-5/+40
* Michael Schwingen <rincewind@discworld.dascon.de> a small CFI cleanupoharboe2009-08-251-4/+4
* - fix issue with reading device id, bug appeared when flash_address code was ...ntfreak2009-07-201-3/+4
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-7/+7
* Remove whitespace that occurs before ')'.zwelch2009-06-231-7/+7
* Remove whitespace that occurs after '('.zwelch2009-06-231-1/+1
* - Fixes '[<>]' whitespacezwelch2009-06-231-2/+2
* - Fixes '+' whitespacezwelch2009-06-231-2/+2
* - Fixes '=' whitespacezwelch2009-06-231-5/+5
* - Fixes '<<' whitespacezwelch2009-06-231-1/+1
* - Fixes '[*]=' whitespacezwelch2009-06-231-1/+1
* - Fixes '[+]=' whitespacezwelch2009-06-231-1/+1
* - Replace 'for(' with 'for ('.zwelch2009-06-231-2/+2
* - Replace 'switch(' with 'switch ('.zwelch2009-06-231-12/+12
* - Replace 'if(' with 'if ('.zwelch2009-06-231-71/+71
* C99 printf() -Werror fixesduane2009-06-211-26/+33
* Transform 'u32' to 'uint32_t' in src/flash.zwelch2009-06-181-54/+54
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-3/+3
* Transform 'u8' to 'uint8_t' in src/flashzwelch2009-06-181-51/+51
* Add target_run_algorithm wrapper:zwelch2009-05-311-2/+2
* Add target_write_memory wrapper:zwelch2009-05-311-66/+66