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

soc: nxp_mxrt7xx: Fix cache implementation for CPU0 #85541

Merged
merged 2 commits into from
Feb 13, 2025

Conversation

mmahadevan108
Copy link
Collaborator

This SoC has an external XCACHE controller for CPU0 instruction and data bus. Add code to enable the data cache. Instruction cache is already enabled by SystemInit.

@mmahadevan108
Copy link
Collaborator Author

cc @lucien-nxp

@zephyrbot
Copy link
Collaborator

zephyrbot commented Feb 10, 2025

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff
hal_nxp zephyrproject-rtos/hal_nxp@07a87b6 zephyrproject-rtos/hal_nxp@4afb0ec (master) zephyrproject-rtos/[email protected]

All manifest checks OK

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@zephyrbot zephyrbot added manifest manifest-hal_nxp DNM (manifest) This PR should not be merged (controlled by action-manifest) labels Feb 10, 2025
This SoC has an external XCACHE controller for CPU0
instruction and data bus.
Add code to enable the data cache. Instruction cache
is already enabled by SystemInit.

Signed-off-by: Mahesh Mahadevan <[email protected]>
Update the HAL driver used for RT700 Cache

Signed-off-by: Mahesh Mahadevan <[email protected]>
@zephyrbot zephyrbot removed the DNM (manifest) This PR should not be merged (controlled by action-manifest) label Feb 12, 2025
@kartben kartben merged commit 1f25d9d into zephyrproject-rtos:main Feb 13, 2025
26 of 27 checks passed
@mmahadevan108 mmahadevan108 deleted the Fix_RT700_Cache branch February 13, 2025 02:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants