summaryrefslogtreecommitdiff
path: root/src/flash/lpc3180_nand_controller.c
Commit message (Expand)AuthorAgeFilesLines
* move nand drivers to src/flash/nand/Zachary T Welch2009-12-021-910/+0
* remove nand_controller->register_callbacksZachary T Welch2009-11-241-6/+1
* lpc3180_nand_controller: use register_commands()Zachary T Welch2009-11-241-5/+21
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-2/+2
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-2/+2
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-7/+7
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-3/+3
* command_t -> struct commandZachary T Welch2009-11-131-1/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-1/+1
* nand_device_t -> struct nand_deviceZachary T Welch2009-11-131-13/+13
* target_t -> struct targetZachary T Welch2009-11-131-12/+12
* nand_flash_controller_t -> struct nand_flash_controllerZachary T Welch2009-11-131-1/+1
* lpc3180_nand_controller_t -> struct lpc3180_nand_controllerZachary T Welch2009-11-131-14/+14
* nand: add NAND_DEVICE_COMMAND_HANDLER macroZachary T Welch2009-11-131-1/+1
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-1/+1
* nand: rename device to nandZachary T Welch2009-11-121-54/+54
* flash/*nand*.c: remove useless declarationsZachary T Welch2009-11-091-38/+25
* Improve lpc3180_nand_controller.c parsing.Zachary T Welch2009-11-051-10/+15
* C99 printf() -Werror fixesduane2009-06-211-2/+2
* Transform 'u32' to 'uint32_t' in src/flash.zwelch2009-06-181-15/+15
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-4/+4
* Transform 'u8' to 'uint8_t' in src/flashzwelch2009-06-181-17/+17
* Add target_write_memory wrapper:zwelch2009-05-311-2/+2
* Add target_read_memory wrapper:zwelch2009-05-311-2/+2
* Consolidate target selection code into single get_target() that handles both ...kc8apf2009-05-181-2/+2
* Whitespace cleanup from David Brownell <david-b@pacbell.net>kc8apf2009-05-181-130/+130
* Audit and eliminate redundant #include directives in src/flash sources.zwelch2009-05-111-8/+0
* Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe2009-04-191-3/+3
* The following patches was applied:mifi2009-04-181-29/+29
* - remove target specific variant and use target->variant memberntfreak2008-12-131-3/+3
* search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts.oharboe2008-08-191-2/+2
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-42/+42
* dos2unix fix.oharboe2008-02-251-915/+915
* - "flash write_binary" is now "flash write_bank" to clarify the focus of theoharboe2008-02-251-916/+915
* - correctly mask out bits that aren't part of a copied bufferdrath2007-04-121-1/+1
* - reworked file i/o. every fileaccess (target, flash, nand, in future configu...drath2007-03-151-0/+916