| Commit message (Expand) | Author | Age | Files | Lines |
* | remove flash_driver->register_callbacks | Zachary T Welch | 2009-11-24 | 1 | -6/+0 |
* | cfi: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -6/+0 |
* | use COMMAND_REGISTER macro | Zachary T Welch | 2009-11-24 | 1 | -2/+2 |
* | command_handler: change 'args' to CMD_ARGV | Zachary T Welch | 2009-11-17 | 1 | -4/+4 |
* | command_handler: change to 'argc' to CMD_ARGC | Zachary T Welch | 2009-11-17 | 1 | -2/+2 |
* | target: don't implicitly include "algorithm.h" | David Brownell | 2009-11-16 | 1 | -0/+1 |
* | command_t -> struct command | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | command_context_t -> struct command_context | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | flash_bank_t -> struct flash_bank | Zachary T Welch | 2009-11-13 | 1 | -46/+46 |
* | target_t -> struct target | Zachary T Welch | 2009-11-13 | 1 | -25/+25 |
* | working_area_t -> struct working_area | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | armv4_5_algorithm_t -> struct armv4_5_algorithm | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | reg_param_t -> struct reg_param | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | flash_driver_t -> struct flash_driver | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | flash_sector_t -> struct flash_sector | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | cfi_fixup_t -> struct cfi_fixup | Zachary T Welch | 2009-11-13 | 1 | -4/+4 |
* | cfi_unlock_addresses_t -> struct cfi_unlock_addresses | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | cfi_spansion_pri_ext_t -> struct cfi_spansion_pri_ext | Zachary T Welch | 2009-11-13 | 1 | -12/+12 |
* | cfi_atmel_pri_ext_t -> struct cfi_atmel_pri_ext | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | cfi_intel_pri_ext_t -> struct cfi_intel_pri_ext | Zachary T Welch | 2009-11-13 | 1 | -4/+4 |
* | cfi_flash_bank_t -> struct cfi_flash_bank | Zachary T Welch | 2009-11-13 | 1 | -37/+37 |
* | command_handler_t: make argc unsigned | Zachary T Welch | 2009-11-13 | 1 | -4/+1 |
* | use FLASH_BANK_COMMAND_HANDLER macro | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | flash/<various>.c: remove useless declarations | Zachary T Welch | 2009-11-09 | 1 | -27/+14 |
* | Improve cfi.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -2/+6 |
* | S29WS-N CFI query fix is to try 0x555 if 0x55 fails. | Øyvind Harboe | 2009-10-14 | 1 | -24/+53 |
* | Rolf Meeser <rolfm_9dq@yahoo.de> warning fix in previous commit was wrong. ta... | oharboe | 2009-09-14 | 1 | -36/+38 |
* | fix warning | oharboe | 2009-09-14 | 1 | -1/+1 |
* | Rolf Meeser <rolfm_9dq@yahoo.de> | oharboe | 2009-09-09 | 1 | -5/+40 |
* | Michael Schwingen <rincewind@discworld.dascon.de> a small CFI cleanup | oharboe | 2009-08-25 | 1 | -4/+4 |
* | - fix issue with reading device id, bug appeared when flash_address code was ... | ntfreak | 2009-07-20 | 1 | -3/+4 |
* | Remove whitespace at end of lines, step 1. | zwelch | 2009-06-23 | 1 | -7/+7 |
* | Remove whitespace that occurs before ')'. | zwelch | 2009-06-23 | 1 | -7/+7 |
* | Remove whitespace that occurs after '('. | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Fixes '[<>]' whitespace | zwelch | 2009-06-23 | 1 | -2/+2 |
* | - Fixes '+' whitespace | zwelch | 2009-06-23 | 1 | -2/+2 |
* | - Fixes '=' whitespace | zwelch | 2009-06-23 | 1 | -5/+5 |
* | - Fixes '<<' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Fixes '[*]=' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Fixes '[+]=' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Replace 'for(' with 'for ('. | zwelch | 2009-06-23 | 1 | -2/+2 |
* | - Replace 'switch(' with 'switch ('. | zwelch | 2009-06-23 | 1 | -12/+12 |
* | - Replace 'if(' with 'if ('. | zwelch | 2009-06-23 | 1 | -71/+71 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -26/+33 |
* | Transform 'u32' to 'uint32_t' in src/flash. | zwelch | 2009-06-18 | 1 | -54/+54 |
* | Transform 'u16' to 'uint16_t' | zwelch | 2009-06-18 | 1 | -3/+3 |
* | Transform 'u8' to 'uint8_t' in src/flash | zwelch | 2009-06-18 | 1 | -51/+51 |
* | Add target_run_algorithm wrapper: | zwelch | 2009-05-31 | 1 | -2/+2 |
* | Add target_write_memory wrapper: | zwelch | 2009-05-31 | 1 | -66/+66 |
* | Add target_read_memory wrapper: | zwelch | 2009-05-31 | 1 | -9/+9 |