summaryrefslogtreecommitdiffstats
path: root/src/mainboard/facebook/monolith
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2021-09-22 22:38:13 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-09-27 13:24:31 +0000
commit75ff7859cb31035f1017317998464215efa27682 (patch)
tree5c06d5e8106972d5a7afb230dc7f457bd8eeab58 /src/mainboard/facebook/monolith
parenta29e75482c9456ea1e8c79c9fcf6cdc168c38528 (diff)
downloadcoreboot-75ff7859cb31035f1017317998464215efa27682.tar.gz
coreboot-75ff7859cb31035f1017317998464215efa27682.tar.bz2
coreboot-75ff7859cb31035f1017317998464215efa27682.zip
mb/facebook/monolith: Clean up dsdt.asl
Move includes using library paths to the top and remove unnecessary comments. Change-Id: I4e5be60d2784d003a388c52254514d0ab4d002b0 Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/57853 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Diffstat (limited to 'src/mainboard/facebook/monolith')
-rw-r--r--src/mainboard/facebook/monolith/dsdt.asl10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/mainboard/facebook/monolith/dsdt.asl b/src/mainboard/facebook/monolith/dsdt.asl
index 147c82645260..79de62240089 100644
--- a/src/mainboard/facebook/monolith/dsdt.asl
+++ b/src/mainboard/facebook/monolith/dsdt.asl
@@ -11,13 +11,10 @@ DefinitionBlock(
)
{
#include <acpi/dsdt_top.asl>
+ #include <cpu/intel/common/acpi/cpu.asl>
#include <soc/intel/common/block/acpi/acpi/platform.asl>
-
- // global NVS and variables
#include <soc/intel/skylake/acpi/globalnvs.asl>
-
- // CPU
- #include <cpu/intel/common/acpi/cpu.asl>
+ #include <southbridge/intel/common/acpi/sleepstates.asl>
Scope (\_SB) {
Device (PCI0)
@@ -30,8 +27,5 @@ DefinitionBlock(
#include "acpi/dptf.asl"
}
- #include <southbridge/intel/common/acpi/sleepstates.asl>
-
- // Mainboard specific
#include "acpi/mainboard.asl"
}