aboutsummaryrefslogtreecommitdiff
path: root/platform/generic/eswin/Kconfig
blob: 7326686b5ae7316bbf2a01fde061551819cf0fc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# SPDX-License-Identifier: BSD-2-Clause

config ESWIN_EIC770X_FEAT0_CFG
	hex "ESWIN EIC7700X Feature Disable 0 CSR Configuration"
	default 0x4000
	help
	 CSR Value to initialize EIC770X_FEAT0 (0x7c1) with.
	 Refer to EIC770X SoC TRM for recommendations.

config ESWIN_EIC770X_FEAT1_CFG
	hex "ESWIN EIC7700X Feature Disable 1 CSR Configuration"
	default 0x80
	help
	 CSR Value to initialize EIC770X_FEAT1 (0x7c2) with.
	 Refer to EIC770X SoC TRM for recommendations.

config ESWIN_EIC770X_L1_HWPF_CFG
	hex "ESWIN EIC7700X L1 HW Prefetcher CSR Configuration"
	default 0x1005c1be649
	help
	 CSR Value to initialize EIC770X_L1_HWPF (0x7c3) with.
	 Refer to EIC770X SoC TRM for recommendations.

config ESWIN_EIC770X_L2_HWPF_CFG
	hex "ESWIN EIC7700X L2 HW Prefetcher CSR Configuration"
	default 0x929f
	help
	 CSR Value to initialize EIC770X_L2_HWPF (0x7c4) with.
	 Refer to EIC770X SoC TRM for recommendations.