add mx25l6406e, comment out mx25l6405 (evil twin)
This patch adds support for the mx25l6406e chip and removes support for the
mx25l6405. The MX25L64* chips are notorious for sharing common device IDs,
even though they are significantly different:
MX25L6405D: Sector erase (20h) erases 64k.
MX25L6406E: Sector erase (20h) erases 4k. Same write protection as MX25L6405D.
MX25L6445E: Sector erase (20h) erases 4k, and does not have the same write
protection capabilities as other MX25L64* chips.
BUG=none
TEST=Tested by programming a mx25l6406e chip via Servo
Change-Id: I88c612f3324f8de3a7f2fa04d9331d9f54a62782
Reviewed-on: http://gerrit.chromium.org/gerrit/4228
Reviewed-by: David Hendricks <dhendrix@chromium.org>
Tested-by: David Hendricks <dhendrix@chromium.org>
3 files changed