commit | b5f9aef398bcc65ff4f26e95086f811fbb0fe7f4 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Thu Dec 28 08:30:23 2023 +0100 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Tue Jan 09 10:09:15 2024 +0100 |
tree | 2c977e97d2ca77942acd5f16df9cd9235cc64dfb | |
parent | 70abd0429430f010e469a9ef0f5fb6f5f5d90336 [diff] |
smbios: enable setting processor family > 0xff Many value of processor type exceed 0xff and have to be stored as u16 value. In the type 4 table set processor_family = 0xfe signaling that field processor_family2 is used and write the actual value into the processor_family2 field. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>