diff options
| author | Nick Hu <[email protected]> | 2025-11-14 11:22:46 +0800 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2025-12-08 10:01:05 +0530 |
| commit | ec51e91eaa4e55e6babe0b37387645e75f7ded61 (patch) | |
| tree | e02edce7ec8f599df4beed17b943a748cdf346ac /lib/utils/cache/Kconfig | |
| parent | 35aece218a1da347e7c276a18c4ccdbda32ebec9 (diff) | |
lib: utils/cache: Add SiFive PL2 controller
SiFive Private L2(PL2) cache is a private cache owned by each hart. Add
this driver to support private cache flush operations via the MMIO
registers.
Co-developed-by: Eric Lin <[email protected]>
Signed-off-by: Eric Lin <[email protected]>
Co-developed-by: Zong Li <[email protected]>
Signed-off-by: Zong Li <[email protected]>
Co-developed-by: Vincent Chen <[email protected]>
Signed-off-by: Vincent Chen <[email protected]>
Co-developed-by: Samuel Holland <[email protected]>
Signed-off-by: Samuel Holland <[email protected]>
Signed-off-by: Nick Hu <[email protected]>
Reviewed-by: Anup Patel <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Anup Patel <[email protected]>
Diffstat (limited to 'lib/utils/cache/Kconfig')
| -rw-r--r-- | lib/utils/cache/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/utils/cache/Kconfig b/lib/utils/cache/Kconfig index 1c7abdc9..e28262fa 100644 --- a/lib/utils/cache/Kconfig +++ b/lib/utils/cache/Kconfig @@ -14,6 +14,10 @@ config FDT_CACHE_SIFIVE_CCACHE bool "SiFive CCACHE FDT cache driver" default n +config FDT_CACHE_SIFIVE_PL2 + bool "SiFive PL2 FDT cache driver" + default n + endif config CACHE |
