lib: Invalid all tlb entries to workaroud c920 bug

Signed-off-by: Xiaoguang Xing <xiaoguang.xing@sophgo.com>
This commit is contained in:
Xiaoguang Xing
2024-08-29 20:51:23 +08:00
parent 14a44c33ba
commit b34f366831
3 changed files with 18 additions and 2 deletions

View File

@@ -60,6 +60,8 @@ config PLATFORM_SOPHGO_SG2042
config PLATFORM_SOPHGO_SG2044
bool "Sophgo sg2044 support"
select THEAD_C9XX_ERRATA
select THEAD_C9XX_ERRATA_JTLB
select THEAD_C9XX_PMU
default n

View File

@@ -7,3 +7,7 @@ config THEAD_C9XX_PMU
config THEAD_C9XX_ERRATA
bool "T-HEAD c9xx errata support"
default n
config THEAD_C9XX_ERRATA_JTLB
bool "T-HEAD c9xx errata(JTLB) support"
default n