From 8e3610486ed2f37eb6a5450addad8f6ea91eebc1 Mon Sep 17 00:00:00 2001 From: Stanley Wu Date: Wed, 8 Jun 2022 15:56:23 +0800 Subject: mb/google/nissa: Create pujjo variant Create the pujjo variant of the nissa reference board by copying the template files to a new directory named for the variant. (Follow other ADLN variant to generate by manual) BUG=b:235182560 BRANCH=None TEST=util/abuild/abuild -p none -t google/brya -x -a make sure the build includes GOOGLE_PUJJO Signed-off-by: Stanley Wu Change-Id: I73ec985bc19320260d0c3132c1ca23a3648df9e0 Reviewed-on: https://review.coreboot.org/c/coreboot/+/65016 Tested-by: build bot (Jenkins) Reviewed-by: Reka Norman --- src/mainboard/google/brya/variants/pujjo/include/variant/ec.h | 8 ++++++++ src/mainboard/google/brya/variants/pujjo/include/variant/gpio.h | 8 ++++++++ src/mainboard/google/brya/variants/pujjo/overridetree.cb | 6 ++++++ 3 files changed, 22 insertions(+) create mode 100644 src/mainboard/google/brya/variants/pujjo/include/variant/ec.h create mode 100644 src/mainboard/google/brya/variants/pujjo/include/variant/gpio.h create mode 100644 src/mainboard/google/brya/variants/pujjo/overridetree.cb (limited to 'src/mainboard/google/brya/variants/pujjo') diff --git a/src/mainboard/google/brya/variants/pujjo/include/variant/ec.h b/src/mainboard/google/brya/variants/pujjo/include/variant/ec.h new file mode 100644 index 0000000000..7a2a6ff8b7 --- /dev/null +++ b/src/mainboard/google/brya/variants/pujjo/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/pujjo/include/variant/gpio.h b/src/mainboard/google/brya/variants/pujjo/include/variant/gpio.h new file mode 100644 index 0000000000..c4fe342621 --- /dev/null +++ b/src/mainboard/google/brya/variants/pujjo/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/pujjo/overridetree.cb b/src/mainboard/google/brya/variants/pujjo/overridetree.cb new file mode 100644 index 0000000000..4f2c04a57a --- /dev/null +++ b/src/mainboard/google/brya/variants/pujjo/overridetree.cb @@ -0,0 +1,6 @@ +chip soc/intel/alderlake + + device domain 0 on + end + +end -- cgit v1.2.3