1caa279325
There are two types of Haswell/Broadwell platforms: Trad(itional) with separate CPU and PCH packages, and ULT/ULX where the CPU and PCH share one package. Mainboards can specify which platform type they are using the `INTEL_LYNXPOINT_LP` Kconfig option. There are so many differences between Trad and ULT/ULX that it's not worth doing runtime detection. The CPUIDs are different for Trad and ULT/ULX platforms, and so are the µcode updates. So, including Trad µcode updates in a coreboot image for an ULT/ULX mainboard makes no sense, and vice versa. Adapt the Makefile so that only relevant µcode updates are added. Also, add a few comments to indicate which updates correspond to which CPUs. TEST=Run binwalk on coreboot.rom to verify included µcode updates for: - Asrock B85M Pro4 (Haswell Trad) - HP Folio 9480M (Haswell ULT/ULX) - Purism Librem BDW (Broadwell ULT/ULX) Change-Id: I6dc9e94ce9fede15cbcbe6be577c48c197a9212a Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/67524 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> |
||
---|---|---|
.. | ||
car | ||
common | ||
fit | ||
haswell | ||
hyperthreading | ||
microcode | ||
model_6bx | ||
model_6ex | ||
model_6fx | ||
model_6xx | ||
model_65x | ||
model_67x | ||
model_68x | ||
model_106cx | ||
model_206ax | ||
model_1067x | ||
model_2065x | ||
model_f2x | ||
model_f3x | ||
model_f4x | ||
slot_1 | ||
smm | ||
socket_441 | ||
socket_BGA956 | ||
socket_FCBGA559 | ||
socket_LGA775 | ||
socket_m | ||
socket_mPGA604 | ||
socket_p | ||
speedstep | ||
turbo | ||
Kconfig | ||
Makefile.inc |