]> git.sur5r.net Git - openocd/history - src/flash/nand.c
add const keyword to some APIs
[openocd] / src / flash / nand.c
2009-11-11 Zachary T Welchadd const keyword to some APIs
2009-11-10 Zachary T Welchflash/*nand*.c: remove useless declarations
2009-11-09 Zachary T WelchOverhaul time support API
2009-11-06 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-11-06 Zachary T WelchSimplify nand indentation.
2009-11-06 Zachary T WelchImprove nand.c command argument parsing.
2009-11-06 Zachary T WelchAdd Flash/NAND bank command argument helpers.
2009-09-17 dbrownellMinor fixes to NAND code and docs
2009-09-10 oharboeAlexei Babich <a.babich@rez.ru> imx31 nand flash contr...
2009-06-23 zwelchRemove whitespace at end of lines, step 1.
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-23 zwelch- Fixes '[|]' whitespace
2009-06-23 zwelch- Fixes '+' whitespace
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/flash.
2009-06-18 zwelchTransform 'u16' to 'uint16_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/flash
2009-06-05 oharboeremove unused include file: inttypes.h
2009-05-24 zwelchDavid Brownell <david-b@pacbell.net>:
2009-05-24 zwelchDavid Brownell <david-b@pacbell.net>:
2009-05-22 kc8apfAuthor: David Brownell <david-b@pacbell.net>
2009-05-21 zwelchDavid Brownell <david-b@pacbell.net>: This patch adds...
2009-05-19 oharboeDavid Brownell <david-b@pacbell.net> NAND: update...
2009-05-18 kc8apfWhitespace cleanup from David Brownell <david-b@pacbell...
2009-05-12 oharboe4-bit ECC support for Marvell Kirkwood SOC
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-04-19 oharboeZach Welch <zw@superlucidity.net> add missing initializ...
2009-04-19 oharboeZach Welch <zw@superlucidity.net> fix signed/unsigned...
2009-04-18 mifiThe following patches was applied:
2009-04-03 oharboeNicolas Pitre nico at cam.org list the new flag in...
2009-04-02 oharboeNicolas Pitre nico at cam.org The ECC data is automatic...
2009-04-02 oharboeNicolas Pitre nico at cam.org This at least should...
2009-04-02 oharboeNicolas Pitre nico at cam.org Allocating a 6-byte memor...
2009-03-01 oharboeNicolas Pitre nico at cam.org support for NAND flash...
2009-03-01 oharboeNicolas Pitre nico at cam.org support for NAND control...
2009-03-01 oharboeNicolas Pitre nico at cam.org don't ignore bad options...
2009-03-01 oharboeNicolas Pitre nico at cam.org The code unconditionally...
2009-03-01 oharboeNicolas Pitre nico at cam.org spelling
2008-12-28 oharboeUwe Hermann <uwe@hermann-uwe.de> One of them is fixing...
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-10-15 oharboeLaurentiu Cocanu - memory read/write and exit() error...
2008-08-19 oharboesearch and replace usleep(1000) with alive_sleep(1...
2008-06-27 oharboeDavid Anders: fixes an issue with large block nand...
2008-05-20 oharboeEdgar Grimberg fixes some memory handling issues and
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-02-29 oharboeUwe Hermann:
2008-02-29 oharboe- image.c and fileio.c now uses logging to propagate...
2008-02-25 oharboedos2unix fix.
2008-02-25 oharboe- "flash write_binary" is now "flash write_bank" to...
2008-02-23 drath- Use NAND extended geometry information (thanks to...
2008-02-19 drath- add support for the majority of the Samsung ARM SoC...
2007-08-14 drath- reworked presto.c to allow use of either FTD2XX or...
2007-06-16 ntfreak- added mingw elf patches from Vincent Palatin
2007-05-30 drath- reworked image handling to support multiple sections...
2007-05-29 drath- split fileio handling into fileio part and image...
2007-03-26 drath- fixed arm926 cp15 command bug (thanks to Vincent...
2007-03-15 drath- reworked file i/o. every fileaccess (target, flash...