From 0013623b7c976b8f79778cecf3f146dc7aeab6e9 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Wed, 27 May 2020 08:31:26 -0600 Subject: mb/google/dragonegg: remove abandoned project Dragonegg is no longer in development nor used. Remove it. Change-Id: Ida30dba662bc517671824f8b70b73b4856836e97 Signed-off-by: Aaron Durbin Reviewed-on: https://review.coreboot.org/c/coreboot/+/41783 Reviewed-by: Angel Pons Reviewed-by: Paul Menzel Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- src/mainboard/google/dragonegg/mainboard.c | 31 ------------------------------ 1 file changed, 31 deletions(-) delete mode 100644 src/mainboard/google/dragonegg/mainboard.c (limited to 'src/mainboard/google/dragonegg/mainboard.c') diff --git a/src/mainboard/google/dragonegg/mainboard.c b/src/mainboard/google/dragonegg/mainboard.c deleted file mode 100644 index 90889ae81d..0000000000 --- a/src/mainboard/google/dragonegg/mainboard.c +++ /dev/null @@ -1,31 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ - -#include -#include -#include -#include -#include -#include -#include - -static void mainboard_init(void *chip_info) -{ - size_t num; - const struct pad_config *gpio_table; - - gpio_table = variant_gpio_table(&num); - gpio_configure_pads(gpio_table, num); - - mainboard_ec_init(); -} - -static void mainboard_enable(struct device *dev) -{ - dev->ops->write_acpi_tables = NULL; - dev->ops->acpi_inject_dsdt = chromeos_dsdt_generator; -} - -struct chip_operations mainboard_ops = { - .init = mainboard_init, - .enable_dev = mainboard_enable, -}; -- cgit v1.2.3