Hello build bot (Jenkins), Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/46261
to look at the new patch set (#4).
Change subject: soc/intel/tigerlake: Enable RTD3 driver and IPC mailbox ......................................................................
soc/intel/tigerlake: Enable RTD3 driver and IPC mailbox
This SOC overrides the common PMC device and instantiates the PMC device in the SSDT. It needs to call the common PMC function to provide the IPC mailbox method.
The common PCIe RTD3 driver can also be enabled which will allow mainboards to enable Runtime D3 power control for PCIe devices.
BUG=b:160996445 TEST=boot on volteer with this driver enabled for the NVMe device in the devicetree and disassemble the SSDT to ensure that the RTD3 code is present.
Signed-off-by: Duncan Laurie dlaurie@google.com Change-Id: Ifa54ec3b8cebcc2752916cc4f8616fcb6fd2fecc --- M src/soc/intel/tigerlake/Kconfig M src/soc/intel/tigerlake/pmc.c 2 files changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/61/46261/4