mb/google/brya: Create nova variant
Create the nova variant of the brask reference board by copying the template files to a new directory named for the variant. (Auto-Generated by create_coreboot_variant.sh version 4.5.0.) BUG=b:328711879 BRANCH=None TEST=util/abuild/abuild -p none -t google/brya -x -a make sure the build includes GOOGLE_NOVA Change-Id: Ie1cee43f0e2545288130bcc5152075603695c395 Signed-off-by: David Wu <david_wu@quanta.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/81132 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kenneth Chan <kenneth.chan@quanta.corp-partner.google.com>
This commit is contained in:
@@ -331,6 +331,10 @@ config BOARD_GOOGLE_NEREID
|
|||||||
config BOARD_GOOGLE_NOKRIS
|
config BOARD_GOOGLE_NOKRIS
|
||||||
select BOARD_GOOGLE_BASEBOARD_NISSA
|
select BOARD_GOOGLE_BASEBOARD_NISSA
|
||||||
|
|
||||||
|
config BOARD_GOOGLE_NOVA
|
||||||
|
select BOARD_GOOGLE_BASEBOARD_BRASK
|
||||||
|
select SOC_INTEL_RAPTORLAKE
|
||||||
|
|
||||||
config BOARD_GOOGLE_OMNIGUL
|
config BOARD_GOOGLE_OMNIGUL
|
||||||
select BOARD_GOOGLE_BASEBOARD_BRYA
|
select BOARD_GOOGLE_BASEBOARD_BRYA
|
||||||
select CHROMEOS_WIFI_SAR if CHROMEOS
|
select CHROMEOS_WIFI_SAR if CHROMEOS
|
||||||
@@ -597,6 +601,7 @@ config DRIVER_TPM_I2C_BUS
|
|||||||
default 0x0 if BOARD_GOOGLE_ANRAGGAR
|
default 0x0 if BOARD_GOOGLE_ANRAGGAR
|
||||||
default 0x1 if BOARD_GOOGLE_XOL
|
default 0x1 if BOARD_GOOGLE_XOL
|
||||||
default 0x0 if BOARD_GOOGLE_GLASSWAY
|
default 0x0 if BOARD_GOOGLE_GLASSWAY
|
||||||
|
default 0x1 if BOARD_GOOGLE_NOVA
|
||||||
|
|
||||||
config DRIVER_TPM_I2C_ADDR
|
config DRIVER_TPM_I2C_ADDR
|
||||||
hex
|
hex
|
||||||
@@ -681,6 +686,7 @@ config MAINBOARD_PART_NUMBER
|
|||||||
default "Anraggar" if BOARD_GOOGLE_ANRAGGAR
|
default "Anraggar" if BOARD_GOOGLE_ANRAGGAR
|
||||||
default "Xol" if BOARD_GOOGLE_XOL
|
default "Xol" if BOARD_GOOGLE_XOL
|
||||||
default "Glassway" if BOARD_GOOGLE_GLASSWAY
|
default "Glassway" if BOARD_GOOGLE_GLASSWAY
|
||||||
|
default "Nova" if BOARD_GOOGLE_NOVA
|
||||||
|
|
||||||
config VARIANT_DIR
|
config VARIANT_DIR
|
||||||
default "brya0" if BOARD_GOOGLE_BRYA0
|
default "brya0" if BOARD_GOOGLE_BRYA0
|
||||||
@@ -736,6 +742,7 @@ config VARIANT_DIR
|
|||||||
default "anraggar" if BOARD_GOOGLE_ANRAGGAR
|
default "anraggar" if BOARD_GOOGLE_ANRAGGAR
|
||||||
default "xol" if BOARD_GOOGLE_XOL
|
default "xol" if BOARD_GOOGLE_XOL
|
||||||
default "glassway" if BOARD_GOOGLE_GLASSWAY
|
default "glassway" if BOARD_GOOGLE_GLASSWAY
|
||||||
|
default "nova" if BOARD_GOOGLE_NOVA
|
||||||
|
|
||||||
config VBOOT
|
config VBOOT
|
||||||
select VBOOT_EARLY_EC_SYNC if !BOARD_GOOGLE_BASEBOARD_NISSA
|
select VBOOT_EARLY_EC_SYNC if !BOARD_GOOGLE_BASEBOARD_NISSA
|
||||||
|
@@ -160,3 +160,6 @@ config BOARD_GOOGLE_ZYDRON
|
|||||||
|
|
||||||
config BOARD_GOOGLE_XOL
|
config BOARD_GOOGLE_XOL
|
||||||
bool "-> Xol"
|
bool "-> Xol"
|
||||||
|
|
||||||
|
config BOARD_GOOGLE_NOVA
|
||||||
|
bool "-> Nova"
|
||||||
|
@@ -0,0 +1,8 @@
|
|||||||
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||||
|
|
||||||
|
#ifndef __VARIANT_EC_H__
|
||||||
|
#define __VARIANT_EC_H__
|
||||||
|
|
||||||
|
#include <baseboard/ec.h>
|
||||||
|
|
||||||
|
#endif
|
@@ -0,0 +1,8 @@
|
|||||||
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||||
|
|
||||||
|
#ifndef VARIANT_GPIO_H
|
||||||
|
#define VARIANT_GPIO_H
|
||||||
|
|
||||||
|
#include <baseboard/gpio.h>
|
||||||
|
|
||||||
|
#endif
|
6
src/mainboard/google/brya/variants/nova/overridetree.cb
Normal file
6
src/mainboard/google/brya/variants/nova/overridetree.cb
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
chip soc/intel/alderlake
|
||||||
|
|
||||||
|
device domain 0 on
|
||||||
|
end
|
||||||
|
|
||||||
|
end
|
Reference in New Issue
Block a user