diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-10-30 06:46:05 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-11-04 00:54:52 +0000 |
commit | e845753ce41399ba2a0703f23f71e5a11fc336b5 (patch) | |
tree | 50b4930e9849394724ace1f0a4285bbf62105976 /src/northbridge/intel | |
parent | a666af7b015e7625c3d1ae679d50c69190c6cd5d (diff) |
nb/intel/i945: Specify supported memory type
Change-Id: I3cc2a9786dfb1f8fb1ec8e78bde7c46c07f8da48
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68996
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/northbridge/intel')
-rw-r--r-- | src/northbridge/intel/i945/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
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 |