Add support for KBL RVP8 board * Add KBL RVP8 support in Konfig. * Add KBL RVP8 config option in make menuconfig. * Add descriptor and ME binary paths for RVP8 in Kconfig. * Add RVP8 board name Kconfig.name. * Add devicetree.cb for RVP8 in the variants path. * Add gpio.h for RVP8 in variants/include/variant path. TEST= Build and boot RVP8. Change-Id: I6ba177c223f6aa3285c0fe5eba0cd55b2a50c4ed Signed-off-by: V Sowmya <v.sowmya@intel.com> Reviewed-on: https://review.coreboot.org/23383 Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Subrata Banik <subrata.banik@intel.com>
6 lines
165 B
Text
6 lines
165 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"
|