Elyes Haouas has uploaded this change for review. ( 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 --- M src/northbridge/intel/haswell/Kconfig 1 file changed, 18 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/83/71583/1
diff --git a/src/northbridge/intel/haswell/Kconfig b/src/northbridge/intel/haswell/Kconfig index b659bf6..cafd115 100644 --- a/src/northbridge/intel/haswell/Kconfig +++ b/src/northbridge/intel/haswell/Kconfig @@ -2,12 +2,18 @@
config NORTHBRIDGE_INTEL_HASWELL bool + +if NORTHBRIDGE_INTEL_HASWELL + +config NORTHBRIDGE_SPECIFIC_OPTIONS + def_bool y select CPU_INTEL_HASWELL select CACHE_MRC_SETTINGS select INTEL_DDI select INTEL_GMA_ACPI - -if NORTHBRIDGE_INTEL_HASWELL + select NO_DDR5 + select NO_LPDDR4 + select NO_DDR2
config USE_NATIVE_RAMINIT bool "[NOT WORKING] Use native raminit"