diff options
author | Urja Rannikko <urjaman@gmail.com> | 2015-06-29 23:24:23 +0000 |
---|---|---|
committer | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | 2015-06-29 23:24:23 +0000 |
commit | 0b4ffd58aaca065c55a7933df286dbe275d9ebd7 (patch) | |
tree | 2efb5b97da732f7bb35990a4eb86cd1bf59f13e2 /hwaccess.c | |
parent | 25e9f40e21e715e4ee6183a42c8521406f91b258 (diff) | |
download | flashrom-0b4ffd58aaca065c55a7933df286dbe275d9ebd7.tar.gz flashrom-0b4ffd58aaca065c55a7933df286dbe275d9ebd7.tar.bz2 flashrom-0b4ffd58aaca065c55a7933df286dbe275d9ebd7.zip |
serprog: Fix FWH/LPC by implementing serprog_map
The serprog protocol does only transmit 24 bit-wide address and ignores the
top 8 bit. This is fine as long as the underlying hardware ignores the latter
anyway (which is the case for parallel chips that even lack the respective pins).
FWH/LPC chips, however, operate on a full 32-bit (LPC) or 28-bit (FWH) address
space and would fail with the fallback mapping to NULL.
Corresponding to flashrom svn r1895.
Signed-off-by: Urja Rannikko <urjaman@gmail.com>
Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Diffstat (limited to 'hwaccess.c')
0 files changed, 0 insertions, 0 deletions