Hello build bot (Jenkins), caveh jalali, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/39232
to look at the new patch set (#7).
Change subject: soc/intel/tigerlake: Enable Hybride storage mode ......................................................................
soc/intel/tigerlake: Enable Hybride storage mode
For using hybrid storage(optane), we need to use 2x2 PCIe configuration while we need to use 1x4 PCIe configuration for NVMe. And this can be configured by fit configuration which is built time. By enabling Hybrid Storage mode in FSP, FSP will configure 2x2 PCIe configuration if hybrid storage is detected and configure 1x4 PCIe configuration if hybrid storage is not detected during boot up.
BUG=b:148604250 BRANCH=none TEST=Build and test booting TGLRVP from NVMe and Optane Check PCIe lane configuration.
Show all the NVMe devices lspci -d ::0108 Show all the NVMe devices and be really verbose lspci -vvvd ::0108 Print PCIe lane capabilities and configurations for all the NVMe devices. lspci -vvvd ::0108 | grep -e x[124] Print all the PCIe information of the device ae:00.0 lspci -vvvs ae:
Signed-off-by: Wonkyu Kim wonkyu.kim@intel.com Change-Id: I25bc380697b0774cc30ad1b31ad785ee18822619 --- M src/soc/intel/tigerlake/chip.h M src/soc/intel/tigerlake/fsp_params_tgl.c 2 files changed, 6 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/32/39232/7