aboutsummaryrefslogtreecommitdiff
path: root/src/flash/lpc3180_nand_controller.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-13nand: add NAND_DEVICE_COMMAND_HANDLER macroZachary T Welch1-1/+1
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-1/+1
2009-11-12nand: rename device to nandZachary T Welch1-54/+54
2009-11-09flash/*nand*.c: remove useless declarationsZachary T Welch1-38/+25
2009-11-05Improve lpc3180_nand_controller.c parsing.Zachary T Welch1-10/+15
2009-06-21C99 printf() -Werror fixesduane1-2/+2
2009-06-18Transform 'u32' to 'uint32_t' in src/flash.zwelch1-15/+15
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-4/+4
2009-06-18Transform 'u8' to 'uint8_t' in src/flashzwelch1-17/+17
2009-05-31Add target_write_memory wrapper:zwelch1-2/+2
2009-05-31Add target_read_memory wrapper:zwelch1-2/+2
2009-05-18Consolidate target selection code into single get_target() that handles both ...kc8apf1-2/+2
2009-05-18Whitespace cleanup from David Brownell <david-b@pacbell.net>kc8apf1-130/+130
2009-05-11Audit and eliminate redundant #include directives in src/flash sources.zwelch1-8/+0
2009-04-19Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe1-3/+3
2009-04-18The following patches was applied:mifi1-29/+29
2008-12-13- remove target specific variant and use target->variant memberntfreak1-3/+3
2008-08-19search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts.oharboe1-2/+2
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak1-42/+42
2008-02-25dos2unix fix.oharboe1-915/+915
2008-02-25- "flash write_binary" is now "flash write_bank" to clarify the focus of theoharboe1-916/+915
2007-04-12- correctly mask out bits that aren't part of a copied bufferdrath1-1/+1
2007-03-15- reworked file i/o. every fileaccess (target, flash, nand, in future configu...drath1-0/+916