coreboot-kgpe-d16/src/mainboard/intel/kblrvp/Kconfig.name
Praveen hodagatta pranesh d6e00546a4 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 <praveenx.hodagatta.pranesh@intel.com>
Change-Id: Id86f56df06795601cc9d7830766e54396d218e00
Reviewed-on: https://review.coreboot.org/c/29809
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2019-01-16 11:56:50 +00:00

8 lines
221 B
Text

config BOARD_INTEL_KBLRVP3
bool "Kabylake LPDDR3 RVP3"
config BOARD_INTEL_KBLRVP7
bool "Kabylake DDR3L RVP7"
config BOARD_INTEL_KBLRVP8
bool "Kabylake DDR4 RVP8"
config BOARD_INTEL_KBLRVP11
bool "Kabylake DDR4 RVP11"