From 649c8cb81c82286ee098107265b6627ccfe8100f Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Sun, 30 Oct 2022 06:55:21 +0100 Subject: [PATCH] nb/intel/x4x: Specify supported memory types Change-Id: I07c24ece29616fa008da0935c3fe71e35f16ed2d Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/68998 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/northbridge/intel/x4x/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/northbridge/intel/x4x/Kconfig b/src/northbridge/intel/x4x/Kconfig index 5318623c05..a548df2ac9 100644 --- a/src/northbridge/intel/x4x/Kconfig +++ b/src/northbridge/intel/x4x/Kconfig @@ -13,6 +13,11 @@ config NORTHBRIDGE_SPECIFIC_OPTIONS select CACHE_MRC_SETTINGS select BOOT_DEVICE_SPI_FLASH_NO_EARLY_WRITES select HAVE_EXP_X86_64_SUPPORT + select NO_DDR5 + select NO_LPDDR4 + select NO_DDR4 + select USE_DDR3 + select USE_DDR2 config CBFS_SIZE default 0x100000 if !SOUTHBRIDGE_INTEL_I82801GX