]> git.sur5r.net Git - openocd/commit
flash/nor: implement protection blocks of different size than erase sector
authorTomas Vanek <vanekt@fbl.cz>
Thu, 14 Jul 2016 18:33:27 +0000 (20:33 +0200)
committerAndreas Fritiofson <andreas.fritiofson@gmail.com>
Sun, 14 Aug 2016 08:16:54 +0000 (09:16 +0100)
commit77a1c01ccbb1150ffe749a7373cf6c4dc15ecad0
treeefaa9e59e4323beef204a8d7b2f0f1f64964c05d
parent77478eb0f5175ff0518fd7c7fa322beed3b858a8
flash/nor: implement protection blocks of different size than erase sector

Originally flash/nor infrastructure assumed protection blocks identical
to erase sectors. This assumption is not valid for many flash types.
Driver code fixed the problem either by increasing sector size to
size of protection block or by defining more protection block than
really existed in device. Both cases had drawbacks.

The change retains compatibility with the old driver.
Updated driver can set protection blocks table independent
of sector table.

Change-Id: I27f6d267528ad9ed9fe0a85f05436a8ec17603a4
Signed-off-by: Tomas Vanek <vanekt@fbl.cz>
Reviewed-on: http://openocd.zylin.com/3545
Tested-by: jenkins
Reviewed-by: Steven Stallion <stallion@squareup.com>
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
doc/openocd.texi
src/flash/nor/core.c
src/flash/nor/core.h
src/flash/nor/tcl.c