John Zhao has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/40616 )
Change subject: mb/google/volteer: Include TCSS power management ......................................................................
mb/google/volteer: Include TCSS power management
Include TCSS RTD3 into ACPI DSDT table.
BUG=b:140290596 TEST=Booted to kernel and verified tcss xhci/pcierp/dma power state D3 entry/exit.
Change-Id: Iae31a29eb23f7370737d097dd401f4056b8b7052 Signed-off-by: John Zhao john.zhao@intel.com --- M src/mainboard/google/volteer/dsdt.asl 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/16/40616/1
diff --git a/src/mainboard/google/volteer/dsdt.asl b/src/mainboard/google/volteer/dsdt.asl index 640f7cd..3cb10af 100644 --- a/src/mainboard/google/volteer/dsdt.asl +++ b/src/mainboard/google/volteer/dsdt.asl @@ -31,6 +31,7 @@ { #include <soc/intel/common/block/acpi/acpi/northbridge.asl> #include <soc/intel/tigerlake/acpi/southbridge.asl> + #include <soc/intel/tigerlake/acpi/tcss.asl> } }