aboutsummaryrefslogtreecommitdiff
path: root/src/flash/lpc3180_nand_controller.c
AgeCommit message (Expand)Author
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-13command_t -> struct commandZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13nand_device_t -> struct nand_deviceZachary T Welch
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13nand_flash_controller_t -> struct nand_flash_controllerZachary T Welch
2009-11-13lpc3180_nand_controller_t -> struct lpc3180_nand_controllerZachary T Welch
2009-11-13nand: add NAND_DEVICE_COMMAND_HANDLER macroZachary T Welch
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch
2009-11-12nand: rename device to nandZachary T Welch
2009-11-09flash/*nand*.c: remove useless declarationsZachary T Welch
2009-11-05Improve lpc3180_nand_controller.c parsing.Zachary T Welch
2009-06-21C99 printf() -Werror fixesduane
2009-06-18Transform 'u32' to 'uint32_t' in src/flash.zwelch
2009-06-18Transform 'u16' to 'uint16_t'zwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/flashzwelch
2009-05-31Add target_write_memory wrapper:zwelch
2009-05-31Add target_read_memory wrapper:zwelch
2009-05-18Consolidate target selection code into single get_target() that handles both ...kc8apf
2009-05-18Whitespace cleanup from David Brownell <david-b@pacbell.net>kc8apf
2009-05-11Audit and eliminate redundant #include directives in src/flash sources.zwelch
2009-04-19Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe
2009-04-18The following patches was applied:mifi
2008-12-13- remove target specific variant and use target->variant memberntfreak
2008-08-19search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts.oharboe
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak
2008-02-25dos2unix fix.oharboe
2008-02-25- "flash write_binary" is now "flash write_bank" to clarify the focus of theoharboe
2007-04-12- correctly mask out bits that aren't part of a copied bufferdrath
2007-03-15- reworked file i/o. every fileaccess (target, flash, nand, in future configu...drath