Attention is currently required from: Tarun Tuli, Eran Mitrani, Subrata Banik.
Kapil Porwal has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/71644 )
Change subject: soc/intel/meteorlake: provide a list of D-states to enter LPM ......................................................................
Patch Set 7:
(1 comment)
File src/soc/intel/meteorlake/acpi.c:
https://review.coreboot.org/c/coreboot/+/71644/comment/6b45fafa_88b42063 PS7, Line 212: { PCI_DEVFN_PCIE1, ACPI_DEVICE_SLEEP_D0 }, : { PCI_DEVFN_PCIE2, ACPI_DEVICE_SLEEP_D0 }, : { PCI_DEVFN_PCIE3, ACPI_DEVICE_SLEEP_D0 }, : { PCI_DEVFN_PCIE4, ACPI_DEVICE_SLEEP_D0 }, : { PCI_DEVFN_PCIE5, ACPI_DEVICE_SLEEP_D0 }, : { PCI_DEVFN_PCIE6, ACPI_DEVICE_SLEEP_D0 }, : { PCI_DEVFN_PCIE7, ACPI_DEVICE_SLEEP_D0 }, : { PCI_DEVFN_PCIE8, ACPI_DEVICE_SLEEP_D0 }, : { PCI_DEVFN_PCIE9, ACPI_DEVICE_SLEEP_D0 }, : { PCI_DEVFN_PCIE10, ACPI_DEVICE_SLEEP_D0 }, : { PCI_DEVFN_PCIE11, ACPI_DEVICE_SLEEP_D0 }, : { PCI_DEVFN_PCIE12, ACPI_DEVICE_SLEEP_D0 }, Duplicates with different device sleep state (D3 vs D0).