Attention is currently required from: Christian Walter, Lean Sheng Tan, David.Milosevic@9elements.com.
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/68137 )
Change subject: [WIP] mb/prodrive/atlas: Populate smbios table with VPD from ECs EMI
......................................................................
Patch Set 1:
(2 comments)
Patchset:
PS1:
Would be nice to make the build bot happy
File src/mainboard/prodrive/atlas/emi.c:
https://review.coreboot.org/c/coreboot/+/68137/comment/208566cc_a458907c
PS1, Line 15: #define EMI_1_BASE EMI_0_BASE + APPLICATION_ID + 0x1
Macros with complex values should be enclosed in parentheses
Otherwise, the expansion can cause operation order problems.
#define EMI_1_BASE (EMI_0_BASE + APPLICATION_ID + 0x1)
Also, what is APPLICATION_ID?
--
To view, visit
https://review.coreboot.org/c/coreboot/+/68137
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I47bb4883c43ff344a9bda92c3106dd025533b391
Gerrit-Change-Number: 68137
Gerrit-PatchSet: 1
Gerrit-Owner: David.Milosevic@9elements.com
Gerrit-Reviewer: Angel Pons
th3fanbus@gmail.com
Gerrit-Reviewer: Christian Walter
christian.walter@9elements.com
Gerrit-Reviewer: Lean Sheng Tan
sheng.tan@9elements.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-Attention: Christian Walter
christian.walter@9elements.com
Gerrit-Attention: Lean Sheng Tan
sheng.tan@9elements.com
Gerrit-Attention: David.Milosevic@9elements.com
Gerrit-Comment-Date: Wed, 05 Oct 2022 17:04:29 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment