From 4ccea758e95130cfa66a2d4d420906660b3ead94 Mon Sep 17 00:00:00 2001 From: Karthikeyan Ramasubramanian Date: Thu, 19 Dec 2019 14:14:04 -0700 Subject: src: Remove blank acpi_tables source files Due to build rules, dummy acpi_tables source files were added in many mainboards. With commit 1e83e5c61a3aa98f58f7d8cbf8d1eb9532896cc3 ("src/arch/x86: Build mainboard acpi_tables source if present"), the build system will build mainboard acpi_tables only if present. Remove the dummy/empty/blank acpi_tables source files. BUG=None TEST=Build test with some google mainboards. Signed-off-by: Karthikeyan Ramasubramanian Change-Id: I0cef34368e2e5f5e3b946b22658ca10c7caad90a Reviewed-on: https://review.coreboot.org/c/coreboot/+/37854 Tested-by: build bot (Jenkins) Reviewed-by: Wim Vervoorn Reviewed-by: Patrick Rudolph Reviewed-by: Paul Menzel Reviewed-by: Frans Hendriks Reviewed-by: Furquan Shaikh Reviewed-by: HAOUAS Elyes --- src/mainboard/google/dragonegg/acpi_tables.c | 3 --- src/mainboard/google/drallion/acpi_tables.c | 0 src/mainboard/google/eve/acpi_tables.c | 0 src/mainboard/google/fizz/acpi_tables.c | 0 src/mainboard/google/glados/acpi_tables.c | 0 src/mainboard/google/hatch/acpi_tables.c | 0 src/mainboard/google/kahlee/acpi_tables.c | 14 -------------- src/mainboard/google/octopus/acpi_tables.c | 3 --- src/mainboard/google/poppy/acpi_tables.c | 0 src/mainboard/google/reef/acpi_tables.c | 14 -------------- src/mainboard/google/sarien/acpi_tables.c | 0 11 files changed, 34 deletions(-) delete mode 100644 src/mainboard/google/dragonegg/acpi_tables.c delete mode 100644 src/mainboard/google/drallion/acpi_tables.c delete mode 100644 src/mainboard/google/eve/acpi_tables.c delete mode 100644 src/mainboard/google/fizz/acpi_tables.c delete mode 100644 src/mainboard/google/glados/acpi_tables.c delete mode 100644 src/mainboard/google/hatch/acpi_tables.c delete mode 100644 src/mainboard/google/kahlee/acpi_tables.c delete mode 100644 src/mainboard/google/octopus/acpi_tables.c delete mode 100644 src/mainboard/google/poppy/acpi_tables.c delete mode 100644 src/mainboard/google/reef/acpi_tables.c delete mode 100644 src/mainboard/google/sarien/acpi_tables.c (limited to 'src/mainboard/google') diff --git a/src/mainboard/google/dragonegg/acpi_tables.c b/src/mainboard/google/dragonegg/acpi_tables.c deleted file mode 100644 index e06f6a648d..0000000000 --- a/src/mainboard/google/dragonegg/acpi_tables.c +++ /dev/null @@ -1,3 +0,0 @@ -/* - * Blank file required by build system assumptions of this file being present. - */ diff --git a/src/mainboard/google/drallion/acpi_tables.c b/src/mainboard/google/drallion/acpi_tables.c deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/src/mainboard/google/eve/acpi_tables.c b/src/mainboard/google/eve/acpi_tables.c deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/src/mainboard/google/fizz/acpi_tables.c b/src/mainboard/google/fizz/acpi_tables.c deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/src/mainboard/google/glados/acpi_tables.c b/src/mainboard/google/glados/acpi_tables.c deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/src/mainboard/google/hatch/acpi_tables.c b/src/mainboard/google/hatch/acpi_tables.c deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/src/mainboard/google/kahlee/acpi_tables.c b/src/mainboard/google/kahlee/acpi_tables.c deleted file mode 100644 index 8d4d1cf7e7..0000000000 --- a/src/mainboard/google/kahlee/acpi_tables.c +++ /dev/null @@ -1,14 +0,0 @@ -/* - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ - -/* - * Blank file required by build system assumptions of this file being present. - */ diff --git a/src/mainboard/google/octopus/acpi_tables.c b/src/mainboard/google/octopus/acpi_tables.c deleted file mode 100644 index e06f6a648d..0000000000 --- a/src/mainboard/google/octopus/acpi_tables.c +++ /dev/null @@ -1,3 +0,0 @@ -/* - * Blank file required by build system assumptions of this file being present. - */ diff --git a/src/mainboard/google/poppy/acpi_tables.c b/src/mainboard/google/poppy/acpi_tables.c deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/src/mainboard/google/reef/acpi_tables.c b/src/mainboard/google/reef/acpi_tables.c deleted file mode 100644 index 8d4d1cf7e7..0000000000 --- a/src/mainboard/google/reef/acpi_tables.c +++ /dev/null @@ -1,14 +0,0 @@ -/* - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ - -/* - * Blank file required by build system assumptions of this file being present. - */ diff --git a/src/mainboard/google/sarien/acpi_tables.c b/src/mainboard/google/sarien/acpi_tables.c deleted file mode 100644 index e69de29bb2..0000000000 -- cgit v1.2.3