mb/google/brya: Create constitution variant

Create the constitution 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:267539938
TEST=util/abuild/abuild -p none -t google/brya -x -a
make sure the build includes GOOGLE_CONSTITUTION

Change-Id: Idb6089561d3aa5aac4448f9d46347c731f027e9c
Signed-off-by: Morris Hsu <morris-hsu@quanta.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72730
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Morris Hsu 2023-02-02 19:46:12 +08:00 committed by Felix Held
parent 55d0af4618
commit fc84a555da
5 changed files with 29 additions and 0 deletions

View File

@ -155,6 +155,7 @@ config DRIVER_TPM_I2C_BUS
default 0x1 if BOARD_GOOGLE_MARASOV
default 0x1 if BOARD_GOOGLE_GAELIN
default 0x1 if BOARD_GOOGLE_OMNIGUL
default 0x1 if BOARD_GOOGLE_CONSTITUTION
config DRIVER_TPM_I2C_ADDR
hex
@ -225,6 +226,7 @@ config MAINBOARD_PART_NUMBER
default "Gladios" if BOARD_GOOGLE_GLADIOS
default "Marasov" if BOARD_GOOGLE_MARASOV
default "Omnigul" if BOARD_GOOGLE_OMNIGUL
default "Constitution" if BOARD_GOOGLE_CONSTITUTION
config VARIANT_DIR
default "brya0" if BOARD_GOOGLE_BRYA0
@ -267,6 +269,7 @@ config VARIANT_DIR
default "gladios" if BOARD_GOOGLE_GLADIOS
default "marasov" if BOARD_GOOGLE_MARASOV
default "omnigul" if BOARD_GOOGLE_OMNIGUL
default "constitution" if BOARD_GOOGLE_CONSTITUTION
config VBOOT
select VBOOT_EARLY_EC_SYNC if !BOARD_GOOGLE_BASEBOARD_NISSA

View File

@ -332,3 +332,7 @@ config BOARD_GOOGLE_OMNIGUL
select SOC_INTEL_RAPTORLAKE
select USE_UNIFIED_AP_FIRMWARE_FOR_UFS_AND_NON_UFS
select DRIVERS_INTEL_ISH
config BOARD_GOOGLE_CONSTITUTION
bool "-> Constitution"
select BOARD_GOOGLE_BASEBOARD_BRASK

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,6 @@
chip soc/intel/alderlake
device domain 0 on
end
end