Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/73716
to look at the new patch set (#2).
Change subject: soc/qualcomm/sc7280: Check domain enabled before assigning pci ops ......................................................................
soc/qualcomm/sc7280: Check domain enabled before assigning pci ops
Make sure that DOMAIN is enabled before checking if pcie device should be enabled. This removes the call to the EC for the SKU id from the mainboard_needs_pcie_init() call.
BUG=b:262586570 BRANCH=None TEST=Make sure that pcie is not being initialized for eMMC skus through cbmem output when DOMAIN and pci devices are disabled in the device tree.
Signed-off-by: Shelley Chen shchen@google.com Change-Id: I772c426ac2dd3f296590b1bc40f8649eb3db3d5f --- M src/soc/qualcomm/sc7280/soc.c 1 file changed, 21 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/16/73716/2