Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport v3.5-branch] drivers: flash: mcux_flexspi_nor: Remove flash reads while programming #65028

Merged
merged 1 commit into from
Nov 11, 2023
Merged

[Backport v3.5-branch] drivers: flash: mcux_flexspi_nor: Remove flash reads while programming #65028

merged 1 commit into from
Nov 11, 2023

Conversation

danieldegrasse
Copy link
Collaborator

Care must be taken to avoid any flash access while programming the flash attached to the FlexSPI either via executing XIP code or reading RO data.

Remove locations where a constant device pointer might be dereferenced within the mcux_flexspi_nor driver, to help avoid RWW hazards.

Fixes #64702

Care must be taken to avoid any flash access while programming the flash
attached to the FlexSPI either via executing XIP code or reading RO data.

Remove locations where a constant device pointer might be dereferenced
within the mcux_flexspi_nor driver, to help avoid RWW hazards.

Fixes #64702

Signed-off-by: Daniel DeGrasse <[email protected]>
@jhedberg jhedberg merged commit 6b12e12 into zephyrproject-rtos:v3.5-branch Nov 11, 2023
21 checks passed
@danieldegrasse danieldegrasse deleted the backport-64873-to-v3.5-branch branch January 17, 2024 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Flash Backport Backport PR and backport failure issues platform: NXP NXP
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

7 participants