Attention is currently required from: Cliff Huang, Jamie Ryu, Wonkyu Kim.
Jérémy Compostella has posted comments on this change by Wonkyu Kim. ( https://review.coreboot.org/c/coreboot/+/87247?usp=email )
Change subject: src/ec/intel: read board id one time from EC per stage
......................................................................
Patch Set 2:
(3 comments)
Commit Message:
https://review.coreboot.org/c/coreboot/+/87247/comment/ca874514_912df7c7?usp... :
PS2, Line 7: src/
remove src/
https://review.coreboot.org/c/coreboot/+/87247/comment/5a816fac_d48a2f57?usp... :
PS2, Line 7: id
ID
File src/ec/intel/board_id.c:
https://review.coreboot.org/c/coreboot/+/87247/comment/7f12debe_b59ced7a?usp... :
PS2, Line 26: if (id == BOARD_ID_UNKNOWN) {
```
if (id != BOARD_ID_UNKNOWN)
return id;
```
--
To view, visit
https://review.coreboot.org/c/coreboot/+/87247?usp=email
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I166ca1abdf7838f91319d0bcf11354055ed93eef
Gerrit-Change-Number: 87247
Gerrit-PatchSet: 2
Gerrit-Owner: Wonkyu Kim
wonkyu.kim@intel.com
Gerrit-Reviewer: Bora Guvendik
bora.guvendik@intel.com
Gerrit-Reviewer: Cliff Huang
cliff.huang@intel.com
Gerrit-Reviewer: Jamie Ryu
jamie.m.ryu@intel.com
Gerrit-Reviewer: Jérémy Compostella
jeremy.compostella@intel.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-Attention: Cliff Huang
cliff.huang@intel.com
Gerrit-Attention: Jamie Ryu
jamie.m.ryu@intel.com
Gerrit-Attention: Wonkyu Kim
wonkyu.kim@intel.com
Gerrit-Comment-Date: Wed, 09 Apr 2025 22:47:32 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No