summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-10-30 10:27:17 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-11-04 00:57:00 +0000
commitf2503fce3fbfa33fbb50b37a99234d96a83c6156 (patch)
tree6d91f18b73018b316bb95491870330cd6ee3f0e4
parent649c8cb81c82286ee098107265b6627ccfe8100f (diff)
downloadcoreboot-f2503fce3fbfa33fbb50b37a99234d96a83c6156.tar.gz
coreboot-f2503fce3fbfa33fbb50b37a99234d96a83c6156.tar.bz2
coreboot-f2503fce3fbfa33fbb50b37a99234d96a83c6156.zip
nb/intel/pineview: Specify supported memory types
Change-Id: If40010abdf180e40c2aab7a991c7382dc5b2d7d5 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/69020 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
-rw-r--r--src/northbridge/intel/pineview/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/northbridge/intel/pineview/Kconfig b/src/northbridge/intel/pineview/Kconfig
index 92185f5ee47f..7ece198676a5 100644
--- a/src/northbridge/intel/pineview/Kconfig
+++ b/src/northbridge/intel/pineview/Kconfig
@@ -13,6 +13,11 @@ config NORTHBRIDGE_SPECIFIC_OPTIONS
select HAVE_VGA_TEXT_FRAMEBUFFER if MAINBOARD_DO_NATIVE_VGA_INIT
select INTEL_EDID if MAINBOARD_DO_NATIVE_VGA_INIT
select INTEL_GMA_ACPI
+ select NO_DDR5
+ select NO_LPDDR4
+ select NO_DDR4
+ select USE_DDR3
+ select USE_DDR2
config VGA_BIOS_ID
string