aboutsummaryrefslogtreecommitdiff
path: root/src/flash/cfi.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-31Add target_read_memory wrapper:zwelch1-9/+9
2009-05-25Author: Raúl Sánchez Siles <rsanchezs@infoglobal.es>kc8apf1-2/+4
2009-05-22Author: Raúl Sánchez Siles <rsanchezs@infoglobal.es>kc8apf1-2/+20
2009-05-22Author: Raúl Sánchez Siles <rsanchezs@infoglobal.es>kc8apf1-2/+4
2009-05-22Author: Raúl Sánchez Siles <rsanchezs@infoglobal.es>kc8apf1-4/+4
2009-05-11Audit and eliminate redundant #include directives in src/flash sources.zwelch1-11/+0
2009-05-08Michael Fischer <fischermi@t-online.de> fix compile problems on Macoharboe1-1/+1
2009-04-21Michael Schwingen <rincewind@discworld.dascon.de> add non-CFI SST flashsoharboe1-3/+5
2009-04-19Michael Schwingen <rincewind@discworld.dascon.de> enhanced non-CFI flash sup...oharboe1-34/+29
2009-04-19Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe1-4/+4
2009-04-18The following patches was applied:mifi1-56/+56
2009-04-15Nico Coesel <ncoesel@dealogic.nl> Chip width / bus width bug in cfi driveroharboe1-3/+11
2008-10-15Laurentiu Cocanu - memory read/write and exit() error path fixesoharboe1-79/+266
2008-10-14Laurentiu Cocanu - fix error handlingoharboe1-10/+33