Attention is currently required from: DZ, Nikolai Artemiev, Stefan Reinauer.
Anastasia Klimchuk has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/79633?usp=email )
Change subject: flashchips: Remove Macronix MX25U25635F from chip list ......................................................................
Patch Set 1:
(1 comment)
File flashchips.c:
https://review.coreboot.org/c/flashrom/+/79633/comment/38044a19_320984cc : PS1, Line 10310: .wps = {SECURITY, 7, OTP}, /* This bit is set by WPSEL command */
Thank you for your review. […]
Thanks for details, now I understand the situation. I looked through the code which handles `.wps` bits: wps bits are read and written by WPSEL command.
WPSEL command is described in datasheet for MX25U25643G (newer model), but the command is not mentioned in MX25U25635F datasheet (older model).
What exactly happens if WPSEL command is issued for MX25U25635F (older chip)? Is it ignored, or everything crashes with error? Can you maybe find out the answer for this specific question? Thanks!