Attention is currently required from: Dinesh Gehlot, Jayvik Desai, Kapil Porwal, Nick Vaccaro, Rishika Raj, Ronak Kanabar, Subrata Banik.
Nico Huber has posted comments on this change by Nico Huber. ( https://review.coreboot.org/c/coreboot/+/83826?usp=email )
Change subject: intel/alderlake: Drop redundant Client/AlderLake* FSP paths ......................................................................
Patch Set 1:
(1 comment)
File src/soc/intel/alderlake/Kconfig:
https://review.coreboot.org/c/coreboot/+/83826/comment/952a5687_7c6474cf?usp... : PS1, Line 413: default "3rdparty/fsp/AlderLakeFspBinPkg/Client/AlderLakeP/Include/" if SOC_INTEL_ALDERLAKE_PCH_P && !SOC_INTEL_RAPTORLAKE
I believe these changes were originally added for platforms that do not want to switch to converged […]
As the commit message suggest, both paths are the same (with the current submodule pointer). So what you describe would already be broken since the submodule update, wouldn't it? ``` $ ls -l 3rdparty/fsp/AlderLakeFspBinPkg/Client/ insgesamt 4 lrwxrwxrwx 1 icon users 44 8. Aug 12:19 AlderLakeP -> ../../RaptorLakeFspBinPkg/Client/RaptorLakeP/ lrwxrwxrwx 1 icon users 44 8. Aug 12:19 AlderLakeS -> ../../RaptorLakeFspBinPkg/Client/RaptorLakeS/ -rw-r--r-- 1 icon users 759 8. Aug 12:19 README.md ```