tianocore / edk2

EDK II
https://github.com/tianocore/tianocore.github.io/wiki/EDK-II
Other
4.52k stars 2.44k forks source link

ArmPkg/ProcessorSubClassDxe: Limit values to 0xFF #5776

Closed jbrasen closed 2 months ago

jbrasen commented 2 months ago

Description

The CoreCount, EnabledCore and ThreadCount counts should be set to 0xFF if value is greater than 255 per the SMBIOS specification.

How This Was Tested

Validated SMBIOS table was correct with CoreCounts > 255

Integration Instructions

N/A