aboutsummaryrefslogtreecommitdiff
path: root/util/flashrom/w29ee011.c
diff options
context:
space:
mode:
authorCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2008-11-27 22:48:48 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2008-11-27 22:48:48 +0000
commitc88733c0213728b483d5832585823632636f0ebb (patch)
treeb53a02046833b00cda8adcd2cadc61f95315f751 /util/flashrom/w29ee011.c
parent1683cef9961efb3a8b843fce532da5ae640aac0b (diff)
The existing check in probe_spi_res() was right for SPI controllers
which support all commands, but may not exist. For controllers which support only a subset of commands, it will fail in unexpected ways. Even if a command is supported by the controller, it may be unavailable if the controller is locked down. The new logic checks if RDID could be issued and its return values made sense (not 0xff 0xff 0xff). In that case, RES probing is not performed. Otherwise, we try RES. There is one drawback: If RDID returned unexpected values, we don't issue a RES probe. However, in that case we should try to match RDID anyway. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: FENG yu ning <fengyuning1984@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3774 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom/w29ee011.c')
0 files changed, 0 insertions, 0 deletions