aboutsummaryrefslogtreecommitdiff
path: root/src/flash/mflash.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-29fileio: fileio_size() can now failØyvind Harboe1-4/+10
2010-09-29fileio: refactor struct fileio to be an opaque structureØyvind Harboe1-4/+4
2010-09-20warnings: fix alignment warningsØyvind Harboe1-2/+2
2010-06-22flash: fix shadow issues on MacEdgar Grimberg1-4/+4
2010-06-16mflash: -Wshadow warning fixØyvind Harboe1-3/+3
2010-04-10MFLASH: review scope of functionsAntonio Borneo1-1/+1
2010-01-08MFLASH: help/usage updatesDavid Brownell1-15/+18
2009-12-28MinGW build fixesFreddie Chopin1-2/+2
2009-12-26cygwin 1.7 build fixesDavid Brownell1-1/+2
2009-12-05misc code review updatesDavid Brownell1-2/+4
2009-12-03change #include "target.h" to <target/target.h>Zachary T Welch1-1/+1
2009-12-03change #include "time_support.h" to <helper/time_support.h>Zachary T Welch1-1/+1
2009-12-03change #include "log.h" to <helper/log.h>Zachary T Welch1-1/+1
2009-12-03change #include "fileio.h" to <helper/fileio.h>Zachary T Welch1-1/+1
2009-12-02mflash: factor init to 'mflash init'Zachary T Welch1-0/+23
2009-11-24mflash: use register_commands()Zachary T Welch1-17/+54
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-6/+6
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch1-3/+3
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-17/+17
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-4/+4
2009-11-16fileio: improve API typesZachary T Welch1-2/+4
2009-11-16struct fileio: improve member typesZachary T Welch1-1/+1
2009-11-16#include "target.h" less wildlyDavid Brownell1-0/+1
2009-11-13command_t -> struct commandZachary T Welch1-1/+1
2009-11-13command_context_t -> struct command_contextZachary T Welch1-2/+2
2009-11-13target_t -> struct targetZachary T Welch1-13/+13
2009-11-13mflash_bank_t -> struct mflash_bankZachary T Welch1-2/+2
2009-11-13mg_drv_info_t -> struct mg_drv_infoZachary T Welch1-1/+1
2009-11-13mflash_gpio_drv_t -> struct mflash_gpio_drvZachary T Welch1-4/+4
2009-11-13mflash_gpio_num_t -> struct mflash_gpio_numZachary T Welch1-8/+8
2009-11-13fileio_t -> struct fileioZachary T Welch1-2/+2
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-6/+5
2009-11-09Overhaul time support APIZachary T Welch1-40/+34
2009-11-05Improve mflash.c command argument parsing.Zachary T Welch1-6/+9
2009-10-14another portability updateDavid Brownell1-4/+4
2009-06-23Remove whitespace at end of lines, step 1.zwelch1-14/+14
2009-06-23Remove whitespace that occurs before ')'.zwelch1-3/+3
2009-06-23- Fixes '+' whitespacezwelch1-1/+1
2009-06-23- Fixes '=' whitespacezwelch1-3/+3
2009-06-23- Fixes '[+]=' whitespacezwelch1-1/+1
2009-06-23- Replace 'switch(' with 'switch ('.zwelch1-1/+1
2009-06-23- Replace 'if(' with 'if ('.zwelch1-2/+2
2009-06-21C99 printf() -Werror fixesduane1-19/+19
2009-06-18Transform 'u32' to 'uint32_t' in src/flash.zwelch1-30/+30
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-4/+4
2009-06-18Transform 'u8' to 'uint8_t' in src/flashzwelch1-32/+32
2009-06-12unsik Kim <donari75@gmail.com>:zwelch1-191/+233
2009-05-31Add target_write_memory wrapper:zwelch1-2/+2
2009-05-31Add target_read_memory wrapper:zwelch1-3/+3
2009-05-27Fix potentialyl unaligned memory accesses in mflash driver.zwelch1-2/+3