X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=TODO;h=41d3457aacdfaccf9e8b76bb4cd51c9d038be881;hb=6c75f5249cf721aa8b8c2d774cdeeac6f9770e32;hp=8fed264bccdbb1fe80a068bbc4d7664503b840ca;hpb=7c5acf8660ddfce4746152e03749b699532f513f;p=openocd.git diff --git a/TODO b/TODO index 8fed264bcc..41d3457aac 100644 --- a/TODO +++ b/TODO @@ -209,6 +209,16 @@ https://lists.berlios.de/pipermail/openocd-development/2009-October/011506.html - ocl - str9xpec +- Don't expect writing all-ones to be a safe way to write without + changing bit values. Minimally it loses on flash modules with + internal ECC, where it may change the ECC. + - NOR flash_write_unlock() does that between sectors + - there may be other cases too + +- Make sure all commands accept either a bank name or a bank number, + and be sure both identifiers show up in "flash banks" and "nand list". + Right now the user-friendly names are pretty much hidden... + @subsection thelistflashcfi CFI - finish implementing bus width/chip width handling (suggested by NC)