aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)AuthorFilesLines
2009-11-24tms470: use register_commands()Zachary T Welch1-7/+32
2009-11-24str9xpec: use register_commands()Zachary T Welch1-38/+81
2009-11-24str9x: use register_commands()Zachary T Welch1-8/+21
2009-11-24str7x: use register_commands()Zachary T Welch1-8/+20
2009-11-24stm32x: use register_commands()Zachary T Welch1-21/+44
2009-11-24stellaris: use register_commands()Zachary T Welch1-7/+20
2009-11-24pic32mx: use register_commands()Zachary T Welch1-17/+25
2009-11-24nand: use register_commands()Zachary T Welch1-47/+98
2009-11-24mflash: use register_commands()Zachary T Welch1-17/+54
2009-11-24lpc3180_nand_controller: use register_commands()Zachary T Welch1-5/+21
2009-11-24lpc2900: use register_commands()Zachary T Welch1-34/+55
2009-11-24lpc2000: use register_commands()Zachary T Welch1-8/+20
2009-11-24flash: use register_commands()Zachary T Welch1-50/+117
2009-11-24ecos: use register_commands()Zachary T Welch1-2/+0
2009-11-24cfi: use register_commands()Zachary T Welch1-6/+0
2009-11-24avrf: use register_commands()Zachary T Welch1-8/+20
2009-11-24at91sam7: use register_commands()Zachary T Welch1-9/+21
2009-11-24at91sam3: use register_commands()Zachary T Welch1-27/+35
2009-11-24use COMMAND_REGISTER macroZachary T Welch18-119/+95
2009-11-22flash: dynamically allocate working storageØyvind Harboe1-16/+52
2009-11-20fix flash/nand name parsingZachary T Welch1-1/+3
2009-11-19NAND verify doesn't advance.Dean Glazeski1-1/+1
2009-11-19add support for naming NAND banksZachary T Welch2-3/+11
2009-11-19refactor handle_nand_device_commandZachary T Welch1-62/+62
2009-11-19add support for naming flash banksZachary T Welch2-2/+10
2009-11-19refactor handle_flash_bank_commandZachary T Welch1-17/+13
2009-11-19rename flash and nand command helpersZachary T Welch13-44/+44
2009-11-19allow flash/nand banks commands to accept namesZachary T Welch7-4/+154
2009-11-19nand_fileio_parse_args parses wrong param for sizeDean Glazeski1-1/+1
2009-11-18use COMMAND_PARSE_ENABLE macro where appropriateZachary T Welch1-8/+1
2009-11-18use COMMAND_PARSE_ON_OFF where appropriateZachary T Welch1-7/+2
2009-11-18split startup.tcl file across modulesZachary T Welch2-0/+18
2009-11-17ARM: only use one set of dummy FPA registersDavid Brownell1-1/+0
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch15-177/+177
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch23-198/+198
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch25-99/+99
2009-11-16fileio: improve API typesZachary T Welch5-12/+15
2009-11-16struct fileio: improve member typesZachary T Welch3-3/+3
2009-11-16rename CEIL as DIV_ROUND_UPZachary T Welch3-8/+8
2009-11-16nand_command_get_device_by_num: make COMMAND_HELPERZachary T Welch2-10/+11
2009-11-16flash_command_get_bank_by_num: make COMMAND_HELPERZachary T Welch11-41/+41
2009-11-16Add 'nand verify' commandZachary T Welch1-0/+65
2009-11-16Use nand_fileio_* in write/dump commands.Zachary T Welch1-248/+46
2009-11-16Add nand_fileio_* helper APIs.Zachary T Welch1-0/+216
2009-11-16#include "target.h" less wildlyDavid Brownell4-4/+2
2009-11-16target: less implicit inclusion of "command.h"David Brownell1-1/+0
2009-11-16target: don't implicitly include "algorithm.h"David Brownell10-2/+12
2009-11-14lpc2900.h -- remove from Makefile.am tooDavid Brownell1-1/+0
2009-11-14flash: remove needless lpc2900.h headerDavid Brownell2-29/+1
2009-11-13ARM7/9: rm arm7_9_get_arch_pointers()David Brownell1-4/+3