soc/intel/broadwell/acpi: Rename `systemagent.asl`

Rename it to `hostbridge.asl`, which is what Haswell uses.

Change-Id: I6f97fc5c9459fe6b66dcfcf51900c751beda0ebe
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46786
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Angel Pons 2020-10-25 23:13:54 +01:00 committed by Michael Niewöhner
parent 2f2ac4d814
commit f11e2d0616
5 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@ DefinitionBlock(
Scope (\_SB) {
Device (PCI0)
{
#include <soc/intel/broadwell/acpi/systemagent.asl>
#include <soc/intel/broadwell/acpi/hostbridge.asl>
#include <soc/intel/broadwell/pch/acpi/pch.asl>
#include <drivers/intel/gma/acpi/default_brightness_levels.asl>
}

View File

@ -25,7 +25,7 @@ DefinitionBlock(
Scope (\_SB) {
Device (PCI0)
{
#include <soc/intel/broadwell/acpi/systemagent.asl>
#include <soc/intel/broadwell/acpi/hostbridge.asl>
#include <soc/intel/broadwell/pch/acpi/pch.asl>
}
}

View File

@ -25,7 +25,7 @@ DefinitionBlock(
Scope (\_SB) {
Device (PCI0)
{
#include <soc/intel/broadwell/acpi/systemagent.asl>
#include <soc/intel/broadwell/acpi/hostbridge.asl>
#include <soc/intel/broadwell/pch/acpi/pch.asl>
}
}

View File

@ -21,7 +21,7 @@ DefinitionBlock(
Scope (\_SB) {
Device (PCI0)
{
#include <soc/intel/broadwell/acpi/systemagent.asl>
#include <soc/intel/broadwell/acpi/hostbridge.asl>
#include <soc/intel/broadwell/pch/acpi/pch.asl>
}
}