Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/71584 )
Change subject: intel/ironlake: Specify supported memory type ......................................................................
intel/ironlake: Specify supported memory type
Change-Id: Ib1bf132f248d1f3c42d32f884f09687964a0c6f2 Signed-off-by: Elyes Haouas ehaouas@noos.fr --- M src/northbridge/intel/ironlake/Kconfig 1 file changed, 20 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/84/71584/1
diff --git a/src/northbridge/intel/ironlake/Kconfig b/src/northbridge/intel/ironlake/Kconfig index a614058..044adfc 100644 --- a/src/northbridge/intel/ironlake/Kconfig +++ b/src/northbridge/intel/ironlake/Kconfig @@ -2,14 +2,22 @@
config NORTHBRIDGE_INTEL_IRONLAKE bool + +if NORTHBRIDGE_INTEL_IRONLAKE + +config NORTHBRIDGE_SPECIFIC_OPTIONS + def_bool y select CPU_INTEL_MODEL_2065X select VGA select INTEL_EDID select INTEL_GMA_ACPI select CACHE_MRC_SETTINGS select HAVE_DEBUG_RAM_SETUP - -if NORTHBRIDGE_INTEL_IRONLAKE + select NO_DDR5 + select NO_LPDDR4 + select NO_DDR4 + select NO_DDR2 + select USE_DDR3
config VBOOT select VBOOT_MUST_REQUEST_DISPLAY