Subrata Banik uploaded patch set #5 to this change.

View Change

soc/intel/common: Call pci_dev_request_bus_master() from .final ops

Enable PCI_COMMAND_MASTER for graphics, storage and host bridge PCI
controller to ensure device can behave as a bus master.
Otherwise, the device can not generate PCI accesses.

This patch ensures that coreboot would set PCI_COMMAND_MASTER at end of
POST to be independent of FSP supported IA-platform where FSP might
clear PCI_COMMAND_MASTER accidentally and payload won't be able to
access the PCI device resources hence leads to unnecessary delay or
even timeout.

BUG=b:154900210
TEST=Able to build and boot CML and TGL platform.

Change-Id: Ife65f6029d2f966e321f616e85f59f4c37c42145
Signed-off-by: Subrata Banik <subrata.banik@intel.com>
---
M src/soc/intel/common/block/graphics/graphics.c
M src/soc/intel/common/block/pcie/pcie.c
M src/soc/intel/common/block/sata/sata.c
M src/soc/intel/common/block/scs/mmc.c
M src/soc/intel/common/block/scs/sd.c
M src/soc/intel/common/block/systemagent/systemagent.c
M src/soc/intel/common/block/xhci/xhci.c
7 files changed, 7 insertions(+), 7 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/12/44512/5

To view, visit change 44512. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ife65f6029d2f966e321f616e85f59f4c37c42145
Gerrit-Change-Number: 44512
Gerrit-PatchSet: 5
Gerrit-Owner: Subrata Banik <subrata.banik@intel.com>
Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Arthur Heymans <arthur@aheymans.xyz>
Gerrit-Reviewer: Furquan Shaikh <furquan@google.com>
Gerrit-Reviewer: Patrick Rudolph <siro@das-labor.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Felix Singer <felixsinger@posteo.net>
Gerrit-CC: Patrick Rudolph <patrick.rudolph@9elements.com>
Gerrit-CC: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-CC: Subrata Banik <subi.banik@gmail.com>
Gerrit-MessageType: newpatchset