aboutsummaryrefslogtreecommitdiff
path: root/src/flash/cfi.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-02move nor drivers to src/flash/norZachary T Welch1-2630/+0
2009-11-24remove flash_driver->register_callbacksZachary T Welch1-6/+0
2009-11-24cfi: use register_commands()Zachary T Welch1-6/+0
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-2/+2
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-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-46/+46
2009-11-13target_t -> struct targetZachary T Welch1-25/+25
2009-11-13working_area_t -> struct working_areaZachary T Welch1-2/+2
2009-11-13armv4_5_algorithm_t -> struct armv4_5_algorithmZachary T Welch1-2/+2
2009-11-13reg_param_t -> struct reg_paramZachary T Welch1-2/+2
2009-11-13flash_driver_t -> struct flash_driverZachary T Welch1-1/+1
2009-11-13flash_sector_t -> struct flash_sectorZachary T Welch1-2/+2
2009-11-13cfi_fixup_t -> struct cfi_fixupZachary T Welch1-4/+4
2009-11-13cfi_unlock_addresses_t -> struct cfi_unlock_addressesZachary T Welch1-2/+2
2009-11-13cfi_spansion_pri_ext_t -> struct cfi_spansion_pri_extZachary T Welch1-12/+12
2009-11-13cfi_atmel_pri_ext_t -> struct cfi_atmel_pri_extZachary T Welch1-1/+1
2009-11-13cfi_intel_pri_ext_t -> struct cfi_intel_pri_extZachary T Welch1-4/+4
2009-11-13cfi_flash_bank_t -> struct cfi_flash_bankZachary T Welch1-37/+37
2009-11-13command_handler_t: make argc unsignedZachary T Welch1-4/+1
2009-11-13use FLASH_BANK_COMMAND_HANDLER macroZachary T Welch1-1/+1
2009-11-09flash/<various>.c: remove useless declarationsZachary T Welch1-27/+14
2009-11-05Improve cfi.c command argument parsing.Zachary T Welch1-2/+6
2009-10-14S29WS-N CFI query fix is to try 0x555 if 0x55 fails.Øyvind Harboe1-24/+53
2009-09-14Rolf Meeser <rolfm_9dq@yahoo.de> warning fix in previous commit was wrong. ta...oharboe1-36/+38
2009-09-14fix warningoharboe1-1/+1
2009-09-09Rolf Meeser <rolfm_9dq@yahoo.de> oharboe1-5/+40
2009-08-25Michael Schwingen <rincewind@discworld.dascon.de> a small CFI cleanupoharboe1-4/+4
2009-07-20- fix issue with reading device id, bug appeared when flash_address code was ...ntfreak1-3/+4
2009-06-23Remove whitespace at end of lines, step 1.zwelch1-7/+7
2009-06-23Remove whitespace that occurs before ')'.zwelch1-7/+7
2009-06-23Remove whitespace that occurs after '('.zwelch1-1/+1
2009-06-23- Fixes '[<>]' whitespacezwelch1-2/+2
2009-06-23- Fixes '+' whitespacezwelch1-2/+2
2009-06-23- Fixes '=' whitespacezwelch1-5/+5
2009-06-23- Fixes '<<' whitespacezwelch1-1/+1
2009-06-23- Fixes '[*]=' whitespacezwelch1-1/+1
2009-06-23- Fixes '[+]=' whitespacezwelch1-1/+1
2009-06-23- Replace 'for(' with 'for ('.zwelch1-2/+2
2009-06-23- Replace 'switch(' with 'switch ('.zwelch1-12/+12
2009-06-23- Replace 'if(' with 'if ('.zwelch1-71/+71
2009-06-21C99 printf() -Werror fixesduane1-26/+33
2009-06-18Transform 'u32' to 'uint32_t' in src/flash.zwelch1-54/+54
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-3/+3
2009-06-18Transform 'u8' to 'uint8_t' in src/flashzwelch1-51/+51
2009-05-31Add target_run_algorithm wrapper:zwelch1-2/+2
2009-05-31Add target_write_memory wrapper:zwelch1-66/+66