From: Artem Bityutskiy Date: Tue, 17 Sep 2013 13:44:40 +0000 (+0300) Subject: TODO: remove an entry about checking zeroes X-Git-Tag: v3.0~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aff6aba4a8d9e879ee7f315824b83c8cd7f245e1;p=tools%2Fbmap-tools.git TODO: remove an entry about checking zeroes I think I will not implement this because it makes little sense. Drop the unmapped areas anyway, why would we care checking their contents? What for? Change-Id: I756c073ffef65715cf418a8f3f37bf35eef86218 Signed-off-by: Artem Bityutskiy --- diff --git a/TODO b/TODO index b1925bf..dd622bc 100644 --- a/TODO +++ b/TODO @@ -6,7 +6,8 @@ Current TODO list, any help with these is appreciated. 6. Write in the man page, docs, and may be --help that it is very important that the image is not changed while we create the bmep file, and after we have created it too. -7. Verify that unmapped areas have all zeroes to guarantee integrity. 8. Update the man pages 9. Teach bmaptool to update the alternate GPT partition 10. Document GPG singatures support and supported hash function types +11. Write in the doc that bmaptool does not verify that unmapped areas do + contain zeroes.