summaryrefslogtreecommitdiff
path: root/src/mainboard/gigabyte
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2019-12-19 23:22:21 +0100
committerNico Huber <nico.h@gmx.de>2019-12-31 18:57:16 +0000
commit6ad0ab1a693726c3fd5e9f68d1a8fc5b7535bd5e (patch)
tree1b38668bf0feeadfb64e13a7855e7821e1b1a4cc /src/mainboard/gigabyte
parente3d9d67e9977ac5387eae057bc709b29ec6fe03f (diff)
downloadcoreboot-6ad0ab1a693726c3fd5e9f68d1a8fc5b7535bd5e.tar.xz
mb/**/acpi: Remove unused files
Remove commented-out entries in dsdt.asl, and then remove files that do not get built. Change-Id: I579e7ffbc2d6596fd7ffe6863ff3b3fb14b0ade6 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37857 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard/gigabyte')
-rw-r--r--src/mainboard/gigabyte/ga-945gcm-s2l/acpi/thermal.asl1
-rw-r--r--src/mainboard/gigabyte/ga-945gcm-s2l/dsdt.asl6
2 files changed, 0 insertions, 7 deletions
diff --git a/src/mainboard/gigabyte/ga-945gcm-s2l/acpi/thermal.asl b/src/mainboard/gigabyte/ga-945gcm-s2l/acpi/thermal.asl
deleted file mode 100644
index 2997587d82..0000000000
--- a/src/mainboard/gigabyte/ga-945gcm-s2l/acpi/thermal.asl
+++ /dev/null
@@ -1 +0,0 @@
-/* dummy */
diff --git a/src/mainboard/gigabyte/ga-945gcm-s2l/dsdt.asl b/src/mainboard/gigabyte/ga-945gcm-s2l/dsdt.asl
index be640c505e..b94f5bd460 100644
--- a/src/mainboard/gigabyte/ga-945gcm-s2l/dsdt.asl
+++ b/src/mainboard/gigabyte/ga-945gcm-s2l/dsdt.asl
@@ -29,15 +29,9 @@ DefinitionBlock(
#include <southbridge/intel/i82801gx/acpi/globalnvs.asl>
#include <southbridge/intel/common/acpi/platform.asl>
- // General Purpose Events
- //#include "acpi/gpe.asl"
-
// mainboard specific devices
#include "acpi/mainboard.asl"
- // Thermal Zone
- //#include "acpi/thermal.asl"
-
#include <cpu/intel/speedstep/acpi/cpu.asl>
Scope (\_SB) {