Samuel Holland 0636e3e95b riscv: cpu: thead: Add CPU-specific cache operations
Use the vendor CSRs for enabling/disabling the caches, and the ISA
extension for cache maintenance.

Signed-off-by: Samuel Holland <samuel@sholland.org>
2023-02-05 14:15:31 -06:00

10 lines
138 B
Plaintext

# SPDX-License-Identifier: GPL-2.0+
config THEAD_C906
bool
select SYS_CACHE_SHIFT_6
config THEAD_E906
bool
select SYS_CACHE_SHIFT_5