aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nand.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-19search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts.oharboe1-1/+1
2008-06-27David Anders: fixes an issue with large block nand flash address where the be...oharboe1-1/+4
2008-05-20Edgar Grimberg fixes some memory handling issues andoharboe1-11/+25
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak1-25/+25
2008-02-29Uwe Hermann: oharboe1-4/+2
2008-02-29- image.c and fileio.c now uses logging to propagate error strings.oharboe1-2/+0
2008-02-25dos2unix fix.oharboe1-1514/+1514
2008-02-25- "flash write_binary" is now "flash write_bank" to clarify the focus of theoharboe1-1517/+1514
2008-02-23- Use NAND extended geometry information (thanks to Ben Dooks for this patch)drath1-4/+42
2008-02-19- add support for the majority of the Samsung ARM SoC family, S3C2410, S3C241...drath1-50/+77
2007-08-14- reworked presto.c to allow use of either FTD2XX or libftdi (libftdi not fun...drath1-1/+1
2007-06-16- added mingw elf patches from Vincent Palatinntfreak1-1/+2
2007-05-30- reworked image handling to support multiple sections (tested with ihex file...drath1-32/+11
2007-05-29- split fileio handling into fileio part and image handlingdrath1-32/+26
2007-03-26- fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)drath1-4/+0
2007-03-15- reworked file i/o. every fileaccess (target, flash, nand, in future configu...drath1-0/+1482