soc/amd/stoneyridge/acpi: rename cpu.asl to pnot.asl

After the patch that moved the generation of the PPKG object to
Stoneyridge's acpi.c, only the PNOT object remained in its cpu.asl, so
rename it to pnot.asl.

Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I0deb2d75cae98b8fcd31297d7fac5f27525efe65
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62540
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
This commit is contained in:
Felix Held 2022-03-02 15:21:24 +01:00
parent 91d006c003
commit 114d650fce
4 changed files with 6 additions and 6 deletions

View File

@ -24,8 +24,8 @@ DefinitionBlock (
/* PCI IRQ mapping for the Southbridge */ /* PCI IRQ mapping for the Southbridge */
#include <pcie.asl> #include <pcie.asl>
/* Describe the processor tree (\_SB) */ /* Power state notification */
#include <cpu.asl> #include <pnot.asl>
/* Contains the supported sleep states for this chipset */ /* Contains the supported sleep states for this chipset */
#include <soc/amd/common/acpi/sleepstates.asl> #include <soc/amd/common/acpi/sleepstates.asl>

View File

@ -22,8 +22,8 @@ DefinitionBlock (
/* PCI IRQ mapping for the Southbridge */ /* PCI IRQ mapping for the Southbridge */
#include <pcie.asl> #include <pcie.asl>
/* Describe the processor tree (\_SB) */ /* Power state notification */
#include <cpu.asl> #include <pnot.asl>
/* Contains the supported sleep states for this chipset */ /* Contains the supported sleep states for this chipset */
#include <soc/amd/common/acpi/sleepstates.asl> #include <soc/amd/common/acpi/sleepstates.asl>

View File

@ -24,8 +24,8 @@ DefinitionBlock (
/* PCI IRQ mapping for the Southbridge */ /* PCI IRQ mapping for the Southbridge */
#include <pcie.asl> #include <pcie.asl>
/* Describe the processor tree (\_SB) */ /* Power state notification */
#include <cpu.asl> #include <pnot.asl>
/* Contains the supported sleep states for this chipset */ /* Contains the supported sleep states for this chipset */
#include <soc/amd/common/acpi/sleepstates.asl> #include <soc/amd/common/acpi/sleepstates.asl>