aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/hatch/variants
diff options
context:
space:
mode:
authorPaul Fagerburg <pfagerburg@google.com>2020-09-08 10:57:34 -0600
committerPaul Fagerburg <pfagerburg@chromium.org>2020-09-08 22:02:20 +0000
commit40488bdcd199c8021a888fe58ed4339c60ab1a39 (patch)
tree014f2b2e1d934706659e24948552350b85bcfb35 /src/mainboard/google/hatch/variants
parent68aed150b91ae6a35c7a8ed008f6d2c04a2e08b4 (diff)
src/mb/google/hatch: remove "sushi" variant.
Sushi is not a real product, just a test of the new_variant program. The effort to keep it up-to-date with the rest of Hatch is no longer worth it. Remove the variant. BUG=b:168030592 TEST=build bot is successful, hatch-cq builds successfully Signed-off-by: Paul Fagerburg <pfagerburg@chromium.org> Change-Id: I2b0036f3cbdea4bfaed1274ab87a20d24c75de57 Reviewed-on: https://review.coreboot.org/c/coreboot/+/45175 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/mainboard/google/hatch/variants')
-rw-r--r--src/mainboard/google/hatch/variants/sushi/Makefile.inc3
-rw-r--r--src/mainboard/google/hatch/variants/sushi/include/variant/acpi/dptf.asl3
-rw-r--r--src/mainboard/google/hatch/variants/sushi/include/variant/ec.h8
-rw-r--r--src/mainboard/google/hatch/variants/sushi/include/variant/gpio.h15
-rw-r--r--src/mainboard/google/hatch/variants/sushi/overridetree.cb6
5 files changed, 0 insertions, 35 deletions
diff --git a/src/mainboard/google/hatch/variants/sushi/Makefile.inc b/src/mainboard/google/hatch/variants/sushi/Makefile.inc
deleted file mode 100644
index a115aa9c89..0000000000
--- a/src/mainboard/google/hatch/variants/sushi/Makefile.inc
+++ /dev/null
@@ -1,3 +0,0 @@
-## SPDX-License-Identifier: GPL-2.0-only
-
-SPD_SOURCES =
diff --git a/src/mainboard/google/hatch/variants/sushi/include/variant/acpi/dptf.asl b/src/mainboard/google/hatch/variants/sushi/include/variant/acpi/dptf.asl
deleted file mode 100644
index fd3b5cfb4e..0000000000
--- a/src/mainboard/google/hatch/variants/sushi/include/variant/acpi/dptf.asl
+++ /dev/null
@@ -1,3 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-
-#include <baseboard/acpi/dptf.asl>
diff --git a/src/mainboard/google/hatch/variants/sushi/include/variant/ec.h b/src/mainboard/google/hatch/variants/sushi/include/variant/ec.h
deleted file mode 100644
index ce6fbfe1a4..0000000000
--- a/src/mainboard/google/hatch/variants/sushi/include/variant/ec.h
+++ /dev/null
@@ -1,8 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-
-#ifndef VARIANT_EC_H
-#define VARIANT_EC_H
-
-#include <baseboard/ec.h>
-
-#endif
diff --git a/src/mainboard/google/hatch/variants/sushi/include/variant/gpio.h b/src/mainboard/google/hatch/variants/sushi/include/variant/gpio.h
deleted file mode 100644
index d08b33bca2..0000000000
--- a/src/mainboard/google/hatch/variants/sushi/include/variant/gpio.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-
-#ifndef VARIANT_GPIO_H
-#define VARIANT_GPIO_H
-
-#include <baseboard/gpio.h>
-
-/* Memory configuration board straps */
-/* Copied from baseboard and may need to change for the new variant. */
-#define GPIO_MEM_CONFIG_0 GPP_F20
-#define GPIO_MEM_CONFIG_1 GPP_F21
-#define GPIO_MEM_CONFIG_2 GPP_F11
-#define GPIO_MEM_CONFIG_3 GPP_F22
-
-#endif
diff --git a/src/mainboard/google/hatch/variants/sushi/overridetree.cb b/src/mainboard/google/hatch/variants/sushi/overridetree.cb
deleted file mode 100644
index abbcaaa08c..0000000000
--- a/src/mainboard/google/hatch/variants/sushi/overridetree.cb
+++ /dev/null
@@ -1,6 +0,0 @@
-chip soc/intel/cannonlake
-
- device domain 0 on
- end
-
-end