Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
soc: xtensa: intel_adsp: Refine magic key initialization for ACE 1.5
Improve the initialization process for setting the magic key in ACE 1.5. This update modifies the way the magic key is written to the global variable: - Utilizes a volatile pointer to ensure the key is directly written to the intended memory location. - Ensures the cache is flushed after the key is set to guarantee consistency between the cache and main memory. Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>
- Loading branch information