New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 646402 link

Starred by 1 user

Issue metadata

Status: Verified
Owner:
Last visit > 30 days ago
Closed: Oct 2016
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug



Sign in to add a comment

ec: replace memory mapped flash reads with call to common function

Project Member Reported by sha...@chromium.org, Sep 13 2016

Issue description

Reading 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.
 
Status: Verified (was: Started)
Fixed (in a slightly different way than discussed above) in https://chromium-review.googlesource.com/386446 and follow-up CL for npcx.

Sign in to add a comment