From e845753ce41399ba2a0703f23f71e5a11fc336b5 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Sun, 30 Oct 2022 06:46:05 +0100 Subject: [PATCH] nb/intel/i945: Specify supported memory type Change-Id: I3cc2a9786dfb1f8fb1ec8e78bde7c46c07f8da48 Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/68996 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/northbridge/intel/i945/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/northbridge/intel/i945/Kconfig b/src/northbridge/intel/i945/Kconfig index 7a05d20317..d1e7dbe482 100644 --- a/src/northbridge/intel/i945/Kconfig +++ b/src/northbridge/intel/i945/Kconfig @@ -13,6 +13,11 @@ config NORTHBRIDGE_SPECIFIC_OPTIONS select INTEL_GMA_SSC_ALTERNATE_REF select INTEL_EDID select HAVE_VGA_TEXT_FRAMEBUFFER if MAINBOARD_DO_NATIVE_VGA_INIT + select NO_DDR5 + select NO_LPDDR4 + select NO_DDR4 + select NO_DDR3 + select USE_DDR2 config VBOOT select VBOOT_STARTS_IN_BOOTBLOCK