Attention is currently required from: Bora Guvendik, Cliff Huang, Jamie Ryu, Wonkyu Kim.
Hello Bora Guvendik, Cliff Huang, Jamie Ryu, Jérémy Compostella, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/87247?usp=email
to look at the new patch set (#4).
Change subject: ec/intel: read board ID one time from EC per stage ......................................................................
ec/intel: read board ID one time from EC per stage
Using static variables to store the board ID optimizes boot time by reading the ID once per stage and retaining it for subsequent use. This approach reduces redundant hardware access, ensuring efficient and consistent retrieval of the board ID throughout the boot process. Static variables help streamline operations, minimize overhead, and improve performance by maintaining the board ID in a fixed memory location, enhancing the efficiency of each boot stage.
Signed-off-by: Wonkyu Kim wonkyu.kim@intel.com Change-Id: I166ca1abdf7838f91319d0bcf11354055ed93eef --- M src/ec/intel/board_id.c 1 file changed, 12 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/47/87247/4