Hello Kyösti Mälkki, Aaron Durbin, Patrick Rudolph, Duncan Laurie, Philipp Deppenwiese, build bot (Jenkins), Lijian Zhao, Furquan Shaikh,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/31951
to look at the new patch set (#6).
Change subject: device/pciexp_device: Add set_L1_ss_latency() for pciexp device ......................................................................
device/pciexp_device: Add set_L1_ss_latency() for pciexp device
This patch performs below operations
1. Add new function to perform L1 latency programming for PCIE devices.
2. Remove duplicate implementaion of PCIE L1 latency programming and refer the same from common pciexp_device.c.
Change-Id: I3d14a40b4ed0dcc216dcac883e33749b7808f00d Signed-off-by: Subrata Banik subrata.banik@intel.com --- M src/device/pciexp_device.c M src/include/device/pci.h M src/include/device/pciexp.h M src/soc/intel/broadwell/pcie.c M src/soc/intel/common/block/pcie/pcie.c 5 files changed, 51 insertions(+), 15 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/51/31951/6