Karthik Ramasubramanian has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47183 )
Change subject: soc/intel/jasperlake: Add PCH PCIe RPs wake up events to event log ......................................................................
Patch Set 1: Code-Review+2
(1 comment)
https://review.coreboot.org/c/coreboot/+/47183/1/src/soc/intel/jasperlake/el... File src/soc/intel/jasperlake/elog.c:
https://review.coreboot.org/c/coreboot/+/47183/1/src/soc/intel/jasperlake/el... PS1, Line 43: { PCH_DEVFN_PCIE9, ELOG_WAKE_SOURCE_PME_PCIE9 }, : { PCH_DEVFN_PCIE10, ELOG_WAKE_SOURCE_PME_PCIE10 }, : { PCH_DEVFN_PCIE11, ELOG_WAKE_SOURCE_PME_PCIE11 }, : { PCH_DEVFN_PCIE12, ELOG_WAKE_SOURCE_PME_PCIE12 },
They're defined in soc/pci_devs. […]
If I am not wrong, it was a copy-paste error while copying from TGL. Anyways we can deal with that in a separate CL.