Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/68997 )
Change subject: nb/intel/gm45: Specify supported memory types ......................................................................
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 --- M src/northbridge/intel/gm45/Kconfig 1 file changed, 18 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Angel Pons: Looks good to me, approved
diff --git a/src/northbridge/intel/gm45/Kconfig b/src/northbridge/intel/gm45/Kconfig index c186f01..0b0ff5162 100644 --- a/src/northbridge/intel/gm45/Kconfig +++ b/src/northbridge/intel/gm45/Kconfig @@ -13,6 +13,11 @@ 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