diff options
author | Sean Rhodes <sean@starlabs.systems> | 2023-08-25 13:53:10 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-09-13 13:14:35 +0000 |
commit | c7cd4a63344220d5c92b3b3fe8fccd9a023318e8 (patch) | |
tree | 3d54fa7eab987652ebba7267465c22d448179c43 /src/soc/intel/tigerlake | |
parent | 2e10a6d6f3ec46bcaf75bd066319d51f001be764 (diff) |
soc/intel/{alderlake,meteorlake}: Remove the dummy PS0 and PS3 methods
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: I8515407eb10e1a74f37ea5a80fa31533c38badec
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77455
Reviewed-by: Kapil Porwal <kapilporwal@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/tigerlake')
-rw-r--r-- | src/soc/intel/tigerlake/acpi/tcss_dma.asl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/soc/intel/tigerlake/acpi/tcss_dma.asl b/src/soc/intel/tigerlake/acpi/tcss_dma.asl index dd6d1bb3ac..951d83d2e3 100644 --- a/src/soc/intel/tigerlake/acpi/tcss_dma.asl +++ b/src/soc/intel/tigerlake/acpi/tcss_dma.asl @@ -96,13 +96,6 @@ Method (D3CE, 0, Serialized) * TCSS D3 Cold and TBT RTD3 is only available when system power state is in S0. */ Name (SD3C, 0) -Method (_PS0, 0, Serialized) -{ -} - -Method (_PS3, 0, Serialized) -{ -} Method (_DSW, 3) { |