aboutsummaryrefslogtreecommitdiff
path: root/src/flash/lpc3180_nand_controller.c
AgeCommit message (Expand)Author
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