diff options
author | Michael Niewöhner <foss@mniewoehner.de> | 2020-10-15 17:55:20 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2020-11-19 23:31:48 +0000 |
commit | b6717b05be47fc25651405a12839d1ea83cfbd00 (patch) | |
tree | 04b95ef0cf482e9544d6fb8770033fe55a6f22b9 /src/mainboard/google/volteer/mainboard.asl | |
parent | d5befb5792555e8071351fb6ca4c8d4727b4c192 (diff) | |
download | coreboot-b6717b05be47fc25651405a12839d1ea83cfbd00.tar.xz |
soc/intel/common/acpi: rename LPID to PEPD
Rename LPID to PEPD for consistency. PEPD means "Power Engine Plug-In
Device" and is the name Intel and vendors usually use, so let's comply.
Change-Id: I1caa009a3946b1c55da8afbae058cafe98940c6d
Signed-off-by: Michael Niewöhner <foss@mniewoehner.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46470
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/volteer/mainboard.asl')
-rw-r--r-- | src/mainboard/google/volteer/mainboard.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/volteer/mainboard.asl b/src/mainboard/google/volteer/mainboard.asl index e2f6d11aa9..0e9bb8c1c8 100644 --- a/src/mainboard/google/volteer/mainboard.asl +++ b/src/mainboard/google/volteer/mainboard.asl @@ -30,7 +30,7 @@ Method (MWAK, 1, Serialized) /* * S0ix Entry/Exit Notifications - * Called from \_SB.LPID._DSM + * Called from \_SB.PEPD._DSM */ Method (MS0X, 1, Serialized) { |