summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-10-30 06:53:13 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-11-04 00:55:12 +0000
commit49af63b8a115b18abc719e4af531cd948e58ba63 (patch)
tree9b14bb5875db44a2645133f038edffc88be6f208 /src
parente845753ce41399ba2a0703f23f71e5a11fc336b5 (diff)
downloadcoreboot-49af63b8a115b18abc719e4af531cd948e58ba63.tar.gz
coreboot-49af63b8a115b18abc719e4af531cd948e58ba63.tar.bz2
coreboot-49af63b8a115b18abc719e4af531cd948e58ba63.zip
nb/intel/gm45: Specify supported memory types
Change-Id: I3a3a45a1a36ea6ad0b8fb2d3ee78add0b38460ac Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/68997 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/northbridge/intel/gm45/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/northbridge/intel/gm45/Kconfig b/src/northbridge/intel/gm45/Kconfig
index c186f01737ec..0b0ff5162039 100644
--- a/src/northbridge/intel/gm45/Kconfig
+++ b/src/northbridge/intel/gm45/Kconfig
@@ -13,6 +13,11 @@ config NORTHBRIDGE_SPECIFIC_OPTIONS
select INTEL_GMA_ACPI
select INTEL_GMA_SSC_ALTERNATE_REF
select HAVE_EXP_X86_64_SUPPORT
+ select NO_DDR5
+ select NO_LPDDR4
+ select NO_DDR4
+ select USE_DDR3
+ select USE_DDR2
config VBOOT
select VBOOT_STARTS_IN_BOOTBLOCK