summaryrefslogtreecommitdiff
path: root/src/flash/mflash.c
Commit message (Expand)AuthorAgeFilesLines
* fileio: fileio_size() can now failØyvind Harboe2010-09-291-4/+10
* fileio: refactor struct fileio to be an opaque structureØyvind Harboe2010-09-291-4/+4
* warnings: fix alignment warningsØyvind Harboe2010-09-201-2/+2
* flash: fix shadow issues on MacEdgar Grimberg2010-06-221-4/+4
* mflash: -Wshadow warning fixØyvind Harboe2010-06-161-3/+3
* MFLASH: review scope of functionsAntonio Borneo2010-04-101-1/+1
* MFLASH: help/usage updatesDavid Brownell2010-01-081-15/+18
* MinGW build fixesFreddie Chopin2009-12-281-2/+2
* cygwin 1.7 build fixesDavid Brownell2009-12-261-1/+2
* 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