aboutsummaryrefslogtreecommitdiff
path: root/src/flash/lpc2900.c
AgeCommit message (Expand)Author
2009-12-02move nor drivers to src/flash/norZachary T Welch
2009-11-24remove flash_driver->register_callbacksZachary T Welch
2009-11-24lpc2900: use register_commands()Zachary T Welch
2009-11-24use COMMAND_REGISTER macroZachary T Welch
2009-11-19rename flash and nand command helpersZachary T Welch
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-16flash_command_get_bank_by_num: make COMMAND_HELPERZachary T Welch
2009-11-16target: don't implicitly include "algorithm.h"David Brownell
2009-11-14flash: remove needless lpc2900.h headerDavid Brownell
2009-11-13command_t -> struct commandZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13flash_bank_t -> struct flash_bankZachary T Welch
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13image_t -> struct imageZachary T Welch
2009-11-13working_area_t -> struct working_areaZachary T Welch
2009-11-13armv4_5_algorithm_t -> struct armv4_5_algorithmZachary T Welch
2009-11-13reg_param_t -> struct reg_paramZachary T Welch
2009-11-13lpc2900_flash_bank_t -> struct lpc2900_flash_bankZachary T Welch
2009-11-13flash_driver_t -> struct flash_driverZachary T Welch
2009-11-13flash_sector_t -> struct flash_sectorZachary T Welch
2009-11-13fileio_t -> struct fileioZachary T Welch
2009-11-13use FLASH_BANK_COMMAND_HANDLER macroZachary T Welch
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch
2009-11-11remove obsolete doxygen commentsZachary T Welch
2009-11-11add const keyword to some APIsZachary T Welch
2009-11-09flash/lpc2???.c: remove useless declarationsZachary T Welch
2009-11-05Improve lpc2900.c command argument parsing.Zachary T Welch
2009-10-13Cleanup: nuke trailling whitespacesYauheni Kaliuta
2009-10-10printf format warning fixesDavid Brownell
2009-09-22- add missing svn props from previous commitntfreak
2009-09-16Rolf Meeser <rolfm_9dq@yahoo.de> adds flash support for NXP's LPC2900 family ...oharboe