MX flash MX29LV320T/B datasheet say reset is 0xf0. This change is very large impact then I use option.
Details
Details
- Reviewers
mizhka adrian - Commits
- rS317865: [cfi] fix CFI flash reset command for MX29LV320T/B.
MX CFI Flash machine
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
JEDEC CFI document written "Read Array data is FFh/F0h". I refer flashrom open source code. In this code probe_82802ab89 method is use 0xff and probe_jedec method is use 0xf0 by reset. probe_82802ab89 is 26 chips and probe_jedec is 128 chips in source code table. I think complete table is two big resource like as flashrom. I think option is good now.
Comment Actions
I saw NetBSD cfi code. That code use 0xf0 and 0xff both at cfi_reset_default method. Do you think this way?
https://ftp.netbsd.org/pub/NetBSD/NetBSD-current/src/sys/dev/nor/cfi.c