From fc84a555dacf490eaa57a457d8823db1f99e9e0c Mon Sep 17 00:00:00 2001 From: Morris Hsu Date: Thu, 2 Feb 2023 19:46:12 +0800 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/72730 Reviewed-by: Eric Lai Tested-by: build bot (Jenkins) --- .../google/brya/variants/constitution/include/variant/ec.h | 8 ++++++++ .../google/brya/variants/constitution/include/variant/gpio.h | 8 ++++++++ src/mainboard/google/brya/variants/constitution/overridetree.cb | 6 ++++++ 3 files changed, 22 insertions(+) create mode 100644 src/mainboard/google/brya/variants/constitution/include/variant/ec.h create mode 100644 src/mainboard/google/brya/variants/constitution/include/variant/gpio.h create mode 100644 src/mainboard/google/brya/variants/constitution/overridetree.cb (limited to 'src/mainboard/google/brya/variants') diff --git a/src/mainboard/google/brya/variants/constitution/include/variant/ec.h b/src/mainboard/google/brya/variants/constitution/include/variant/ec.h new file mode 100644 index 0000000000..7a2a6ff8b7 --- /dev/null +++ b/src/mainboard/google/brya/variants/constitution/include/variant/ec.h @@ -0,0 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ + +#ifndef __VARIANT_EC_H__ +#define __VARIANT_EC_H__ + +#include + +#endif diff --git a/src/mainboard/google/brya/variants/constitution/include/variant/gpio.h b/src/mainboard/google/brya/variants/constitution/include/variant/gpio.h new file mode 100644 index 0000000000..c4fe342621 --- /dev/null +++ b/src/mainboard/google/brya/variants/constitution/include/variant/gpio.h @@ -0,0 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ + +#ifndef VARIANT_GPIO_H +#define VARIANT_GPIO_H + +#include + +#endif diff --git a/src/mainboard/google/brya/variants/constitution/overridetree.cb b/src/mainboard/google/brya/variants/constitution/overridetree.cb new file mode 100644 index 0000000000..4f2c04a57a --- /dev/null +++ b/src/mainboard/google/brya/variants/constitution/overridetree.cb @@ -0,0 +1,6 @@ +chip soc/intel/alderlake + + device domain 0 on + end + +end -- cgit v1.2.3