aboutsummaryrefslogtreecommitdiff
path: root/src/flash/mflash.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-27unsik Kim <donari75@gmail.com>:zwelch1-23/+64
2009-05-27unsik Kim <donari75@gmail.com>:zwelch1-10/+449
2009-05-27unsik Kim <donari75@gmail.com>:zwelch1-12/+0
2009-05-27unsik Kim <donari75@gmail.com>:zwelch1-23/+5
2009-05-27unsik Kim <donari75@gmail.com>:zwelch1-13/+13
2009-05-18Consolidate target selection code into single get_target() that handles both ...kc8apf1-2/+2
2009-05-11Audit and eliminate redundant #include directives in src/flash sources.zwelch1-12/+3
2009-05-11Remove redundant sys/types.h #include directives (now in types.h).zwelch1-1/+0
2009-04-27Philippe Vachon <philippe@cowpig.ca> 64 bit host fixesoharboe1-4/+8
2009-02-18Holger Schurig <hs4233@mail.mn-solutions.de> fix warningsoharboe1-25/+0
2008-12-13- remove target specific variant and use target->variant memberntfreak1-75/+70
2008-10-16- update docs deprecated section to include links to new commands (if any)ntfreak1-876/+876
2008-10-16unsik Kim <donari75@gmail.com> - mflash supportoharboe1-0/+876