From 114d650fced9ef632aadde90bd7c8e7d1214426a Mon Sep 17 00:00:00 2001 From: Felix Held Date: Wed, 2 Mar 2022 15:21:24 +0100 Subject: 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 Change-Id: I0deb2d75cae98b8fcd31297d7fac5f27525efe65 Reviewed-on: https://review.coreboot.org/c/coreboot/+/62540 Tested-by: build bot (Jenkins) Reviewed-by: Raul Rangel --- src/mainboard/amd/gardenia/dsdt.asl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard/amd/gardenia') diff --git a/src/mainboard/amd/gardenia/dsdt.asl b/src/mainboard/amd/gardenia/dsdt.asl index 6c275a0632..3759384db6 100644 --- a/src/mainboard/amd/gardenia/dsdt.asl +++ b/src/mainboard/amd/gardenia/dsdt.asl @@ -24,8 +24,8 @@ DefinitionBlock ( /* PCI IRQ mapping for the Southbridge */ #include - /* Describe the processor tree (\_SB) */ - #include + /* Power state notification */ + #include /* Contains the supported sleep states for this chipset */ #include -- cgit v1.2.3