Elyes Haouas has submitted this change. ( https://review.coreboot.org/c/coreboot/+/71583 )
Change subject: nb/intel/haswell: Specify supported memory type ......................................................................
nb/intel/haswell: Specify supported memory type
Change-Id: I885cc00c8bfcfaaabb2ce2b0269172d8d7a88db5 Signed-off-by: Elyes Haouas ehaouas@noos.fr Reviewed-on: https://review.coreboot.org/c/coreboot/+/71583 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Angel Pons th3fanbus@gmail.com --- M src/northbridge/intel/haswell/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/haswell/Kconfig b/src/northbridge/intel/haswell/Kconfig index b659bf6..06c9999 100644 --- a/src/northbridge/intel/haswell/Kconfig +++ b/src/northbridge/intel/haswell/Kconfig @@ -6,6 +6,11 @@ select CACHE_MRC_SETTINGS select INTEL_DDI select INTEL_GMA_ACPI + select NO_DDR5 + select NO_LPDDR4 + select NO_DDR2 + select NO_DDR4 + select USE_DDR3
if NORTHBRIDGE_INTEL_HASWELL