aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)Author
2009-11-24tms470: use register_commands()Zachary T Welch
2009-11-24str9xpec: use register_commands()Zachary T Welch
2009-11-24str9x: use register_commands()Zachary T Welch
2009-11-24str7x: use register_commands()Zachary T Welch
2009-11-24stm32x: use register_commands()Zachary T Welch
2009-11-24stellaris: use register_commands()Zachary T Welch
2009-11-24pic32mx: use register_commands()Zachary T Welch
2009-11-24nand: use register_commands()Zachary T Welch
2009-11-24mflash: use register_commands()Zachary T Welch
2009-11-24lpc3180_nand_controller: use register_commands()Zachary T Welch
2009-11-24lpc2900: use register_commands()Zachary T Welch
2009-11-24lpc2000: use register_commands()Zachary T Welch
2009-11-24flash: use register_commands()Zachary T Welch
2009-11-24ecos: use register_commands()Zachary T Welch
2009-11-24cfi: use register_commands()Zachary T Welch
2009-11-24avrf: use register_commands()Zachary T Welch
2009-11-24at91sam7: use register_commands()Zachary T Welch
2009-11-24at91sam3: use register_commands()Zachary T Welch
2009-11-24use COMMAND_REGISTER macroZachary T Welch
2009-11-22flash: dynamically allocate working storageØyvind Harboe
2009-11-20fix flash/nand name parsingZachary T Welch
2009-11-19NAND verify doesn't advance.Dean Glazeski
2009-11-19add support for naming NAND banksZachary T Welch
2009-11-19refactor handle_nand_device_commandZachary T Welch
2009-11-19add support for naming flash banksZachary T Welch
2009-11-19refactor handle_flash_bank_commandZachary T Welch
2009-11-19rename flash and nand command helpersZachary T Welch
2009-11-19allow flash/nand banks commands to accept namesZachary T Welch
2009-11-19nand_fileio_parse_args parses wrong param for sizeDean Glazeski
2009-11-18use COMMAND_PARSE_ENABLE macro where appropriateZachary T Welch
2009-11-18use COMMAND_PARSE_ON_OFF where appropriateZachary T Welch
2009-11-18split startup.tcl file across modulesZachary T Welch
2009-11-17ARM: only use one set of dummy FPA registersDavid Brownell
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch
2009-11-16fileio: improve API typesZachary T Welch
2009-11-16struct fileio: improve member typesZachary T Welch
2009-11-16rename CEIL as DIV_ROUND_UPZachary T Welch
2009-11-16nand_command_get_device_by_num: make COMMAND_HELPERZachary T Welch
2009-11-16flash_command_get_bank_by_num: make COMMAND_HELPERZachary T Welch
2009-11-16Add 'nand verify' commandZachary T Welch
2009-11-16Use nand_fileio_* in write/dump commands.Zachary T Welch
2009-11-16Add nand_fileio_* helper APIs.Zachary T Welch
2009-11-16#include "target.h" less wildlyDavid Brownell
2009-11-16target: less implicit inclusion of "command.h"David Brownell
2009-11-16target: don't implicitly include "algorithm.h"David Brownell
2009-11-14lpc2900.h -- remove from Makefile.am tooDavid Brownell
2009-11-14flash: remove needless lpc2900.h headerDavid Brownell
2009-11-13ARM7/9: rm arm7_9_get_arch_pointers()David Brownell