summaryrefslogtreecommitdiff
path: root/src/soc/intel/xeon_sp/spr/Kconfig
diff options
context:
space:
mode:
authorNaresh Solanki <naresh.solanki@9elements.com>2023-10-06 14:35:58 +0200
committerShelley Chen <shchen@google.com>2023-12-26 16:51:44 +0000
commit93ffdee5ed1e6ffc2c2f16d0b53a95c2b8b8d57b (patch)
tree179845e2a212cd8679b23e7ed4bd8ab3dadf1cf8 /src/soc/intel/xeon_sp/spr/Kconfig
parent8ed0cd0acc788f37ebfd47980843f1f39efe2581 (diff)
soc/intel/xeon/spr: Enforce POR frequency setting
For RMT build, add kconfig option to enforce Plan Of Record restriction on DDR5 frequency & voltage settings. Change-Id: Ibfcaaf47fec3bd5d8a858309918b3af2f8d976e9 Signed-off-by: Naresh Solanki <naresh.solanki@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/79650 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
Diffstat (limited to 'src/soc/intel/xeon_sp/spr/Kconfig')
-rw-r--r--src/soc/intel/xeon_sp/spr/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/soc/intel/xeon_sp/spr/Kconfig b/src/soc/intel/xeon_sp/spr/Kconfig
index b1c4c783b7..396072448d 100644
--- a/src/soc/intel/xeon_sp/spr/Kconfig
+++ b/src/soc/intel/xeon_sp/spr/Kconfig
@@ -187,4 +187,12 @@ config ENABLE_RMT
help
Enable Rank Margining Tool. This option is intended for debugging and
validation and should normally be disabled.
+
+config RMT_MEM_POR_FREQ
+ bool "Enforce Plan Of Record restrictions for DDR5 frequency and voltage"
+ default n
+ depends on ENABLE_RMT
+ help
+ When RMT is enabled. Select this option to enforce Intel Plan Of Record(POR)
+ restriction on DDR5 frequency & voltage settings.
endif