mb/intel/kunimitsu: Clean up dsdt.asl

Move includes using library paths to the top and remove unnecessary
comments.

Change-Id: I42458f16a323d3e37d0ee1bd8335e1f8d0e1fadc
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57851
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Felix Singer 2021-09-22 22:29:43 +02:00 committed by Felix Held
parent 35d94009fb
commit 80f3cbe787
1 changed files with 3 additions and 8 deletions

View File

@ -11,13 +11,10 @@ DefinitionBlock(
)
{
#include <acpi/dsdt_top.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 <soc/intel/common/block/acpi/acpi/platform.asl>
#include <soc/intel/skylake/acpi/globalnvs.asl>
#include <southbridge/intel/common/acpi/sleepstates.asl>
Scope (\_SB) {
Device (PCI0)
@ -29,6 +26,4 @@ DefinitionBlock(
// Dynamic Platform Thermal Framework
#include "acpi/dptf.asl"
}
#include <southbridge/intel/common/acpi/sleepstates.asl>
}