ec: replace memory mapped flash reads with call to common function |
|
Issue descriptionReading memory mapped flash at approximately the same time as erasing flash is causing erase commands to silently fail on npcx. We will need some locking to prevent memory mapped reads from occurring at the same time as other flash operations. Let's move all mapped reads to a set of common functions so that such locking can be implemented. |
|
►
Sign in to add a comment |
|
Comment 1 by sha...@chromium.org
, Oct 3 2016