summaryrefslogtreecommitdiff
path: root/src/flash/mflash.c
Commit message (Expand)AuthorAgeFilesLines
* misc code review updatesDavid Brownell2009-12-051-2/+4
* change #include "target.h" to <target/target.h>Zachary T Welch2009-12-031-1/+1
* change #include "time_support.h" to <helper/time_support.h>Zachary T Welch2009-12-031-1/+1
* change #include "log.h" to <helper/log.h>Zachary T Welch2009-12-031-1/+1
* change #include "fileio.h" to <helper/fileio.h>Zachary T Welch2009-12-031-1/+1
* mflash: factor init to 'mflash init'Zachary T Welch2009-12-021-0/+23
* mflash: use register_commands()Zachary T Welch2009-11-241-17/+54
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-6/+6
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-3/+3
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-17/+17
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-4/+4
* fileio: improve API typesZachary T Welch2009-11-161-2/+4
* struct fileio: improve member typesZachary T Welch2009-11-161-1/+1
* #include "target.h" less wildlyDavid 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-2/+2
* target_t -> struct targetZachary T Welch2009-11-131-13/+13
* mflash_bank_t -> struct mflash_bankZachary T Welch2009-11-131-2/+2
* mg_drv_info_t -> struct mg_drv_infoZachary T Welch2009-11-131-1/+1
* mflash_gpio_drv_t -> struct mflash_gpio_drvZachary T Welch2009-11-131-4/+4
* mflash_gpio_num_t -> struct mflash_gpio_numZachary T Welch2009-11-131-8/+8
* fileio_t -> struct fileioZachary T Welch2009-11-131-2/+2
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-6/+5
* Overhaul time support APIZachary T Welch2009-11-091-40/+34
* Improve mflash.c command argument parsing.Zachary T Welch2009-11-051-6/+9
* another portability updateDavid Brownell2009-10-141-4/+4
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-14/+14
* Remove whitespace that occurs before ')'.zwelch2009-06-231-3/+3
* - Fixes '+' whitespacezwelch2009-06-231-1/+1
* - Fixes '=' whitespacezwelch2009-06-231-3/+3
* - Fixes '[+]=' whitespacezwelch2009-06-231-1/+1
* - Replace 'switch(' with 'switch ('.zwelch2009-06-231-1/+1
* - Replace 'if(' with 'if ('.zwelch2009-06-231-2/+2
* C99 printf() -Werror fixesduane2009-06-211-19/+19
* Transform 'u32' to 'uint32_t' in src/flash.zwelch2009-06-181-30/+30
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-4/+4
* Transform 'u8' to 'uint8_t' in src/flashzwelch2009-06-181-32/+32
* unsik Kim <donari75@gmail.com>:zwelch2009-06-121-191/+233
* Add target_write_memory wrapper:zwelch2009-05-311-2/+2
* Add target_read_memory wrapper:zwelch2009-05-311-3/+3
* Fix potentialyl unaligned memory accesses in mflash driver.zwelch2009-05-271-2/+3
* unsik Kim <donari75@gmail.com>:zwelch2009-05-271-23/+64
* unsik Kim <donari75@gmail.com>:zwelch2009-05-271-10/+449
* unsik Kim <donari75@gmail.com>:zwelch2009-05-271-12/+0
* unsik Kim <donari75@gmail.com>:zwelch2009-05-271-23/+5
* unsik Kim <donari75@gmail.com>:zwelch2009-05-271-13/+13
* Consolidate target selection code into single get_target() that handles both ...kc8apf2009-05-181-2/+2
* Audit and eliminate redundant #include directives in src/flash sources.zwelch2009-05-111-12/+3
* Remove redundant sys/types.h #include directives (now in types.h).zwelch2009-05-111-1/+0
* Philippe Vachon <philippe@cowpig.ca> 64 bit host fixesoharboe2009-04-271-4/+8