diff options
author | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | 2009-09-18 15:50:56 +0000 |
---|---|---|
committer | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | 2009-09-18 15:50:56 +0000 |
commit | 26f7e64cb173ea07a79b453519a641b14f6512c3 (patch) | |
tree | ef1a254b134a43ccae502cffca6aa08b994a3998 /README | |
parent | 707f1ebec360d27d1f3b87a96c6edac87e2eef3d (diff) | |
download | flashrom-26f7e64cb173ea07a79b453519a641b14f6512c3.tar.gz flashrom-26f7e64cb173ea07a79b453519a641b14f6512c3.tar.bz2 flashrom-26f7e64cb173ea07a79b453519a641b14f6512c3.zip |
The current ICH SPI preop handling is a hack which spews lots of warnings, but still yields correct results
With the multicommand infrastructure I introduced in r645, it became
possible to integrate ICH SPI preopcodes cleanly into the flashrom
design.
The new code checks for every opcode in a multicommand array if it is a
preopcode. If yes, it checks if the next opcode is associated with that
preopcode and in that case it simply runs the opcode because the correct
preopcode will be run automatically before the opcode.
Corresponding to flashrom svn r727.
Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: FENG Yu Ning <fengyuning1984@gmail.com>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions