From d6e00546a4cdce308a6a5480887ac03d94c3b826 Mon Sep 17 00:00:00 2001 From: Praveen hodagatta pranesh Date: Fri, 9 Nov 2018 18:15:24 +0800 Subject: mb/intel/kblrvp: Add new Kaby lake RVP11 support The RVP11 is a dual-channel DDR4 SO-DIMM on skylake H platform. This patch add following chages - Add overridetree.cb for RVP11 - Select skylake PCH-H chipset config for RVP11. - Add GPIO table as per board schematics. - Add audio verb table for RVP11. - Set the UserBd UPD to BOARD_TYPE_DESKTOP. BUG=None TEST= Build and flash, confirm boot into yocto OS on KBL RVP11 platform. verified PCI, USB, ethernet, SATA, display, audio and power functionalities. Signed-off-by: Praveen hodagatta pranesh Change-Id: Id86f56df06795601cc9d7830766e54396d218e00 Reviewed-on: https://review.coreboot.org/c/29809 Reviewed-by: Arthur Heymans Tested-by: build bot (Jenkins) --- src/mainboard/intel/kblrvp/Kconfig.name | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainboard/intel/kblrvp/Kconfig.name') diff --git a/src/mainboard/intel/kblrvp/Kconfig.name b/src/mainboard/intel/kblrvp/Kconfig.name index b275b173ad..df65e32318 100644 --- a/src/mainboard/intel/kblrvp/Kconfig.name +++ b/src/mainboard/intel/kblrvp/Kconfig.name @@ -4,3 +4,5 @@ config BOARD_INTEL_KBLRVP7 bool "Kabylake DDR3L RVP7" config BOARD_INTEL_KBLRVP8 bool "Kabylake DDR4 RVP8" +config BOARD_INTEL_KBLRVP11 + bool "Kabylake DDR4 RVP11" -- cgit v1.2.3