Lines Matching +full:dcache +full:- +full:alignment
3 * SPDX-License-Identifier: Apache-2.0
64 /* Platform-specific early initialization */
69 * When coming out of u-boot rather than downloading the Zephyr binary in soc_reset_hook()
70 * via JTAG, a few things modified by u-boot have to be re-set to a in soc_reset_hook()
73 * - u-boot places the exception vectors somewhere in RAM and then in soc_reset_hook()
79 * - u-boot sets the following bits in the SCTLR register: in soc_reset_hook()
80 * - [I] ICache enable in soc_reset_hook()
81 * - [C] DCache enable in soc_reset_hook()
82 * - [Z] Branch prediction enable in soc_reset_hook()
83 * - [A] Enforce strict alignment enable in soc_reset_hook()
84 * [I] and [C] will be enabled during the MMU init -> disable them in soc_reset_hook()
87 * -> clear [A]. in soc_reset_hook()