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

Issue 848704 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Feature



Sign in to add a comment

EC: Support additional geometries for ARMv7-M architectural caches

Reported by vpalatin@chromium.org, Jun 1 2018

Issue description

The current code for cache maintenance in core/cortex-m assumes 32-byte cache lines and to some extent 4-way cache.
While it's true for the few chips we are currently using with caches, ie Cortex-M based on ARM IP, but it is not generally true any implementation of the ARMv7-M ISA.
We can update the code to support all possible cache geometries (if needed...)


 

Sign in to add a comment