Hello build bot (Jenkins), Patrick Georgi, Martin Roth, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/49021
to look at the new patch set (#2).
Change subject: soc/intel/alderlake: Determine PCIe RP enable mask using device on/off status ......................................................................
soc/intel/alderlake: Determine PCIe RP enable mask using device on/off status
This change uses the newly added helper function `pcie_rp_enable_mask()` to determine the mask of PCH and CPU PCIe root ports that are enabled by the mainboard instead of relying on PcieRpEnable[] config.
Since pch_lp_rp_groups are used by more than just chip.c, this change also adds pcie_rp.c that provides a helper function to get the PCIe RP group table for the PCH.
Signed-off-by: Eric Lai ericr_lai@compal.corp-partner.google.com Change-Id: Idcc21d8028f51a221d639440db4cf5a4e095c632 --- M src/soc/intel/alderlake/Makefile.inc M src/soc/intel/alderlake/chip.c A src/soc/intel/alderlake/include/soc/pcie.h A src/soc/intel/alderlake/pcie_rp.c 4 files changed, 42 insertions(+), 7 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/21/49021/2