X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=TODO;h=41d3457aacdfaccf9e8b76bb4cd51c9d038be881;hp=8fed264bccdbb1fe80a068bbc4d7664503b840ca;hb=87cb29dcfe1e6900620319c3f90ed67f8ebefa0e;hpb=7c5acf8660ddfce4746152e03749b699532f513f 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)