On Thu, Aug 11, 2011 at 05:59:42AM +0200, Stefan Tauner wrote:
Chip features an optional permanent boot block write protection.
Signed-off-by: Stefan Tauner stefan.tauner@student.tuwien.ac.at Signed-off-by: David Borg borg.db@gmail.com
diff of flashchips.c looks very odd, this is because i moved AT49F020 down.
- rebased
- voltages added
- FEATURE_ADDR_FULL flag removed
- printlock_at49f040 added (location dubios, but w39_idmode_readb implements what is needed already (and is static...)
- AT49F020 does also feature a permanent lock (8 kB boot block), which uses the same detection method...
Rebased (again) and committed in r1522, thanks.
I changed 'struct flashchip *flash' to 'struct flashctx *flash' so that it compiles.
Uwe.