Hello Patrick Rudolph, Angel Pons, build bot (Jenkins), Nico Huber, Patrick Georgi,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/35763
to look at the new patch set (#5).
Change subject: soc/intel/skylake: Fix platform reporting in console ......................................................................
soc/intel/skylake: Fix platform reporting in console
The 100 series PCH is reported as "SKL" platform which does support SKL and KBL and thus leads to confusion. Fix the platforms reported in the console to be reported as "KBL/SKL <pch name>".
While SPT was chosen as abbriviation for Sunrise Point, Union Point was shortened to KBL (KabyLake). To make this consistent, I replaced this by UNP.
Also this reorders platform detection to SPT-LP -> SPT-H -> UNP-H.
Signed-off-by: Michael Niewöhner foss@mniewoehner.de Change-Id: Ida60f619308388adc180a5652908e5a947c17c0f --- M src/soc/intel/skylake/chip_fsp20.c 1 file changed, 16 insertions(+), 16 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/63/35763/5