Hello Stefan Reinauer, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/35918
to look at the new patch set (#2).
Change subject: util/inteltool: set num of cores depends on CPUID ......................................................................
util/inteltool: set num of cores depends on CPUID
The cores number for some processors exceeds the limit of 8 cores, which is hardcoded in cpu.c. For example, the Intel Cooper Lake CPU contains up to 56 cores in the package. The patch adds a new variable to the cpu_t structure - max_core_limit contains the maximum number of cores for the corresponding processor.
Change-Id: I4a4408f286f245d1d109adf98f430ad7a6b1b2fa Signed-off-by: Maxim Polyakov max.senia.poliak@gmail.com --- M util/inteltool/cpu.c 1 file changed, 16 insertions(+), 13 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/18/35918/2