commit | dc1cda15d48cdbc7d53e4cf86cf39844e4af2a8b | [log] [tgz] |
---|---|---|
author | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | Fri May 28 17:07:57 2010 +0000 |
committer | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | Fri May 28 17:07:57 2010 +0000 |
tree | f7d7123a8b474227d45bd9f0eae5b819d499b3a8 | |
parent | 80f3d05e7356ec85f9ea27ae2e11245e0b6bb3c6 [diff] |
Add support for two-byte RES probes Some chips implement the RES (0xab) opcode, but they use a non-standard two byte response instead of the usual one byte response. A two-byte response has the accuracy of REMS and RDID, so don't check for REMS/RDID availability before running a two-byte RES. Corresponding to flashrom svn r1017. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Stefan Reinauer <stepan@coresystems.de>