From 45b1da33c80a4b1328794a5a59c93d1988cee4f1 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Wed, 7 Sep 2022 17:21:01 -0500 Subject: mb/google/hatch: split up hatch and puff baseboards The hatch and puff baseboards have diverged enough to where it makes more sense to split them into separate boards. Copy the mb/google/hatch directory into a new dir 'puff' and strip out all boards and items related to the hatch baseboard. Remove all puff-related items from the original hatch directory. Clean up and alphabetize Kconfig selections. Test: build and boot akemi hatch variant and wyvern puff variant. Change-Id: I8c7350f3afcff3ddefc6fa14054a3f9257568cd3 Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/c/coreboot/+/62970 Reviewed-by: Angel Pons Reviewed-by: Tim Wawrzynczak Tested-by: build bot (Jenkins) --- src/mainboard/google/puff/variants/scout/include/variant/ec.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/mainboard/google/puff/variants/scout/include/variant/ec.h (limited to 'src/mainboard/google/puff/variants/scout/include/variant/ec.h') diff --git a/src/mainboard/google/puff/variants/scout/include/variant/ec.h b/src/mainboard/google/puff/variants/scout/include/variant/ec.h new file mode 100644 index 000000000000..59fb3783c520 --- /dev/null +++ b/src/mainboard/google/puff/variants/scout/include/variant/ec.h @@ -0,0 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + +#ifndef VARIANT_EC_H +#define VARIANT_EC_H + +#include + +#endif -- cgit v1.2.3