Attention is currently required from: Paul Menzel, Angel Pons, Tim Chu.
Shuming Chu (Shuming) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/68902 )
Change subject: src/include/smbios: Add definition for smbios type 4 and type 9
......................................................................
Patch Set 3:
(2 comments)
File src/include/smbios.h:
https://review.coreboot.org/c/coreboot/+/68902/comment/cfa287e0_e7131fa0
PS1, Line 487: #define SMBIOS_PROCESSOR_FAMILY_XEON 0xb3
Where is this define used? Does it really belong in here?
These defines are used for smbios type 4 processor family field.
https://review.coreboot.org/c/coreboot/+/68902/comment/89637a94_e2d62845
PS1, Line 488: #define PROCESSOR_64BIT_CAPABLE BIT(2)
: #define PROCESSOR_MULTI_CORE BIT(3)
: #define PROCESSOR_POWER_PERFORMANCE_CONTROL BIT(7)
Hmmm, let's not use `BIT()` for consistency with existing macros
Done
--
To view, visit
https://review.coreboot.org/c/coreboot/+/68902
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I559995b0204f8e5bdeef2c0f8b394f9011d72240
Gerrit-Change-Number: 68902
Gerrit-PatchSet: 3
Gerrit-Owner: Shuming Chu (Shuming)
s1218944@gmail.com
Gerrit-Reviewer: Angel Pons
angel.pons@9elements.com
Gerrit-Reviewer: Angel Pons
th3fanbus@gmail.com
Gerrit-Reviewer: Jonathan Zhang
jonzhang@fb.com
Gerrit-Reviewer: Paul Menzel
paulepanter@mailbox.org
Gerrit-Reviewer: Tim Chu
Tim.Chu@quantatw.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-Attention: Paul Menzel
paulepanter@mailbox.org
Gerrit-Attention: Angel Pons
th3fanbus@gmail.com
Gerrit-Attention: Angel Pons
angel.pons@9elements.com
Gerrit-Attention: Tim Chu
Tim.Chu@quantatw.com
Gerrit-Comment-Date: Mon, 07 Nov 2022 09:48:29 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Angel Pons
th3fanbus@gmail.com
Gerrit-MessageType: comment