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/soc/amd/stoneyridge/acpi/cpu.asl | 6 ------ src/soc/amd/stoneyridge/acpi/pnot.asl | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 src/soc/amd/stoneyridge/acpi/cpu.asl create mode 100644 src/soc/amd/stoneyridge/acpi/pnot.asl (limited to 'src/soc/amd') diff --git a/src/soc/amd/stoneyridge/acpi/cpu.asl b/src/soc/amd/stoneyridge/acpi/cpu.asl deleted file mode 100644 index 818bcdb4d2..0000000000 --- a/src/soc/amd/stoneyridge/acpi/cpu.asl +++ /dev/null @@ -1,6 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ - -/* Required function by EC, Notify OS to re-read CPU tables */ -Method (PNOT) -{ -} diff --git a/src/soc/amd/stoneyridge/acpi/pnot.asl b/src/soc/amd/stoneyridge/acpi/pnot.asl new file mode 100644 index 0000000000..818bcdb4d2 --- /dev/null +++ b/src/soc/amd/stoneyridge/acpi/pnot.asl @@ -0,0 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + +/* Required function by EC, Notify OS to re-read CPU tables */ +Method (PNOT) +{ +} -- cgit v1.2.3