summaryrefslogtreecommitdiffstats
path: root/src/mainboard
diff options
context:
space:
mode:
authorKarthikeyan Ramasubramanian <kramasub@google.com>2019-12-19 14:14:04 -0700
committerNico Huber <nico.h@gmx.de>2020-01-10 15:15:27 +0000
commit4ccea758e95130cfa66a2d4d420906660b3ead94 (patch)
tree883f8130bf03010b958709bd7b9e6ac576464d42 /src/mainboard
parent4ddbbd84d971e68a1e51d1518a436f439cf6ef24 (diff)
downloadcoreboot-4ccea758e95130cfa66a2d4d420906660b3ead94.tar.gz
coreboot-4ccea758e95130cfa66a2d4d420906660b3ead94.tar.bz2
coreboot-4ccea758e95130cfa66a2d4d420906660b3ead94.zip
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 <kramasub@google.com> Change-Id: I0cef34368e2e5f5e3b946b22658ca10c7caad90a Reviewed-on: https://review.coreboot.org/c/coreboot/+/37854 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Wim Vervoorn <wvervoorn@eltan.com> Reviewed-by: Patrick Rudolph <siro@das-labor.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Frans Hendriks <fhendriks@eltan.com> Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/amd/gardenia/acpi_tables.c14
-rw-r--r--src/mainboard/amd/padmelon/acpi_tables.c3
-rw-r--r--src/mainboard/apple/macbookair4_2/acpi_tables.c2
-rw-r--r--src/mainboard/asrock/h110m/acpi_tables.c0
-rw-r--r--src/mainboard/facebook/monolith/acpi_tables.c0
-rw-r--r--src/mainboard/google/dragonegg/acpi_tables.c3
-rw-r--r--src/mainboard/google/drallion/acpi_tables.c0
-rw-r--r--src/mainboard/google/eve/acpi_tables.c0
-rw-r--r--src/mainboard/google/fizz/acpi_tables.c0
-rw-r--r--src/mainboard/google/glados/acpi_tables.c0
-rw-r--r--src/mainboard/google/hatch/acpi_tables.c0
-rw-r--r--src/mainboard/google/kahlee/acpi_tables.c14
-rw-r--r--src/mainboard/google/octopus/acpi_tables.c3
-rw-r--r--src/mainboard/google/poppy/acpi_tables.c0
-rw-r--r--src/mainboard/google/reef/acpi_tables.c14
-rw-r--r--src/mainboard/google/sarien/acpi_tables.c0
-rw-r--r--src/mainboard/intel/apollolake_rvp/acpi_tables.c14
-rw-r--r--src/mainboard/intel/cannonlake_rvp/acpi_tables.c1
-rw-r--r--src/mainboard/intel/coffeelake_rvp/acpi_tables.c1
-rw-r--r--src/mainboard/intel/glkrvp/acpi_tables.c3
-rw-r--r--src/mainboard/intel/icelake_rvp/acpi_tables.c1
-rw-r--r--src/mainboard/intel/kblrvp/acpi_tables.c0
-rw-r--r--src/mainboard/intel/kunimitsu/acpi_tables.c0
-rw-r--r--src/mainboard/intel/leafhill/acpi_tables.c14
-rw-r--r--src/mainboard/intel/minnow3/acpi_tables.c3
-rw-r--r--src/mainboard/intel/saddlebrook/acpi_tables.c0
-rw-r--r--src/mainboard/purism/librem_skl/acpi_tables.c0
-rw-r--r--src/mainboard/razer/blade_stealth_kbl/acpi_tables.c0
-rw-r--r--src/mainboard/siemens/mc_apl1/acpi_tables.c3
-rw-r--r--src/mainboard/supermicro/x11-lga1151-series/acpi_tables.c0
-rw-r--r--src/mainboard/up/squared/acpi_tables.c0
31 files changed, 0 insertions, 93 deletions
diff --git a/src/mainboard/amd/gardenia/acpi_tables.c b/src/mainboard/amd/gardenia/acpi_tables.c
deleted file mode 100644
index 8d4d1cf7e77d..000000000000
--- a/src/mainboard/amd/gardenia/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/amd/padmelon/acpi_tables.c b/src/mainboard/amd/padmelon/acpi_tables.c
deleted file mode 100644
index e06f6a648d29..000000000000
--- a/src/mainboard/amd/padmelon/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/apple/macbookair4_2/acpi_tables.c b/src/mainboard/apple/macbookair4_2/acpi_tables.c
deleted file mode 100644
index 49a12e524045..000000000000
--- a/src/mainboard/apple/macbookair4_2/acpi_tables.c
+++ /dev/null
@@ -1,2 +0,0 @@
-/* No license required */
-/* dummy */
diff --git a/src/mainboard/asrock/h110m/acpi_tables.c b/src/mainboard/asrock/h110m/acpi_tables.c
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/src/mainboard/asrock/h110m/acpi_tables.c
+++ /dev/null
diff --git a/src/mainboard/facebook/monolith/acpi_tables.c b/src/mainboard/facebook/monolith/acpi_tables.c
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/src/mainboard/facebook/monolith/acpi_tables.c
+++ /dev/null
diff --git a/src/mainboard/google/dragonegg/acpi_tables.c b/src/mainboard/google/dragonegg/acpi_tables.c
deleted file mode 100644
index e06f6a648d29..000000000000
--- 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 e69de29bb2d1..000000000000
--- a/src/mainboard/google/drallion/acpi_tables.c
+++ /dev/null
diff --git a/src/mainboard/google/eve/acpi_tables.c b/src/mainboard/google/eve/acpi_tables.c
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/src/mainboard/google/eve/acpi_tables.c
+++ /dev/null
diff --git a/src/mainboard/google/fizz/acpi_tables.c b/src/mainboard/google/fizz/acpi_tables.c
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/src/mainboard/google/fizz/acpi_tables.c
+++ /dev/null
diff --git a/src/mainboard/google/glados/acpi_tables.c b/src/mainboard/google/glados/acpi_tables.c
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/src/mainboard/google/glados/acpi_tables.c
+++ /dev/null
diff --git a/src/mainboard/google/hatch/acpi_tables.c b/src/mainboard/google/hatch/acpi_tables.c
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/src/mainboard/google/hatch/acpi_tables.c
+++ /dev/null
diff --git a/src/mainboard/google/kahlee/acpi_tables.c b/src/mainboard/google/kahlee/acpi_tables.c
deleted file mode 100644
index 8d4d1cf7e77d..000000000000
--- 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 e06f6a648d29..000000000000
--- 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 e69de29bb2d1..000000000000
--- a/src/mainboard/google/poppy/acpi_tables.c
+++ /dev/null
diff --git a/src/mainboard/google/reef/acpi_tables.c b/src/mainboard/google/reef/acpi_tables.c
deleted file mode 100644
index 8d4d1cf7e77d..000000000000
--- 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 e69de29bb2d1..000000000000
--- a/src/mainboard/google/sarien/acpi_tables.c
+++ /dev/null
diff --git a/src/mainboard/intel/apollolake_rvp/acpi_tables.c b/src/mainboard/intel/apollolake_rvp/acpi_tables.c
deleted file mode 100644
index 8d4d1cf7e77d..000000000000
--- a/src/mainboard/intel/apollolake_rvp/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/intel/cannonlake_rvp/acpi_tables.c b/src/mainboard/intel/cannonlake_rvp/acpi_tables.c
deleted file mode 100644
index 3b44754e301d..000000000000
--- a/src/mainboard/intel/cannonlake_rvp/acpi_tables.c
+++ /dev/null
@@ -1 +0,0 @@
-/* Nothing here */
diff --git a/src/mainboard/intel/coffeelake_rvp/acpi_tables.c b/src/mainboard/intel/coffeelake_rvp/acpi_tables.c
deleted file mode 100644
index 3b44754e301d..000000000000
--- a/src/mainboard/intel/coffeelake_rvp/acpi_tables.c
+++ /dev/null
@@ -1 +0,0 @@
-/* Nothing here */
diff --git a/src/mainboard/intel/glkrvp/acpi_tables.c b/src/mainboard/intel/glkrvp/acpi_tables.c
deleted file mode 100644
index e06f6a648d29..000000000000
--- a/src/mainboard/intel/glkrvp/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/intel/icelake_rvp/acpi_tables.c b/src/mainboard/intel/icelake_rvp/acpi_tables.c
deleted file mode 100644
index 3b44754e301d..000000000000
--- a/src/mainboard/intel/icelake_rvp/acpi_tables.c
+++ /dev/null
@@ -1 +0,0 @@
-/* Nothing here */
diff --git a/src/mainboard/intel/kblrvp/acpi_tables.c b/src/mainboard/intel/kblrvp/acpi_tables.c
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/src/mainboard/intel/kblrvp/acpi_tables.c
+++ /dev/null
diff --git a/src/mainboard/intel/kunimitsu/acpi_tables.c b/src/mainboard/intel/kunimitsu/acpi_tables.c
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/src/mainboard/intel/kunimitsu/acpi_tables.c
+++ /dev/null
diff --git a/src/mainboard/intel/leafhill/acpi_tables.c b/src/mainboard/intel/leafhill/acpi_tables.c
deleted file mode 100644
index 8d4d1cf7e77d..000000000000
--- a/src/mainboard/intel/leafhill/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/intel/minnow3/acpi_tables.c b/src/mainboard/intel/minnow3/acpi_tables.c
deleted file mode 100644
index e06f6a648d29..000000000000
--- a/src/mainboard/intel/minnow3/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/intel/saddlebrook/acpi_tables.c b/src/mainboard/intel/saddlebrook/acpi_tables.c
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/src/mainboard/intel/saddlebrook/acpi_tables.c
+++ /dev/null
diff --git a/src/mainboard/purism/librem_skl/acpi_tables.c b/src/mainboard/purism/librem_skl/acpi_tables.c
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/src/mainboard/purism/librem_skl/acpi_tables.c
+++ /dev/null
diff --git a/src/mainboard/razer/blade_stealth_kbl/acpi_tables.c b/src/mainboard/razer/blade_stealth_kbl/acpi_tables.c
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/src/mainboard/razer/blade_stealth_kbl/acpi_tables.c
+++ /dev/null
diff --git a/src/mainboard/siemens/mc_apl1/acpi_tables.c b/src/mainboard/siemens/mc_apl1/acpi_tables.c
deleted file mode 100644
index e06f6a648d29..000000000000
--- a/src/mainboard/siemens/mc_apl1/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/supermicro/x11-lga1151-series/acpi_tables.c b/src/mainboard/supermicro/x11-lga1151-series/acpi_tables.c
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/src/mainboard/supermicro/x11-lga1151-series/acpi_tables.c
+++ /dev/null
diff --git a/src/mainboard/up/squared/acpi_tables.c b/src/mainboard/up/squared/acpi_tables.c
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/src/mainboard/up/squared/acpi_tables.c
+++ /dev/null