mainboard/intel/cannonlake_rvp: set Max CPUs and Mainboard Family

Set MAX_CPUS and MAINBOARD_FAMILY for cannonlake RVP.

Signed-off-by: Pratik Prajapati <pratikkumar.v.prajapati@intel.com>

Change-Id: Ic6ef7e4f247ac2d227bab3b53512c659c5e72da7
Reviewed-on: https://review.coreboot.org/21152
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Pratik Prajapati 2017-08-22 10:53:29 -07:00 committed by Aaron Durbin
parent 01eda28bff
commit 5f34b37d80
1 changed files with 8 additions and 0 deletions

View File

@ -23,6 +23,14 @@ config MAINBOARD_VENDOR
string string
default "Intel" default "Intel"
config MAINBOARD_FAMILY
string
default "Intel_cannonlake_rvp"
config MAX_CPUS
int
default 8
config DEVICETREE config DEVICETREE
string string
default "variants/$(CONFIG_VARIANT_DIR)/devicetree.cb" default "variants/$(CONFIG_VARIANT_DIR)/devicetree.cb"