Attention is currently required from: Nico Huber, Johnny Lin, Stefan Reinauer, Arthur Heymans.
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/55071 )
Change subject: cpu/x86/mp_init: Fix false error message on parking APs twice
......................................................................
Patch Set 2:
(2 comments)
Commit Message:
https://review.coreboot.org/c/coreboot/+/55071/comment/d309362e_a4a9546c
PS2, Line 9: With Intel TXT APs are parked before LockConfig is called.
OK, the ACM requires this:
Other threads of the same physical processor [...] must be in wait-for-SIPI state when BSP launches the ACM.
File src/cpu/x86/mp_init.c:
https://review.coreboot.org/c/coreboot/+/55071/comment/3b8611c4_741002ed
PS2, Line 1056: printk(BIOS_DEBUG, "%s: CPUs already parked\n", __func__);
We know they had been, but what if they aren't anymore?
What do you mean? There is no code in coreboot to wake APs twice to get them in a ap_wait_for_instruction() state.
Maybe this code will appear in the future, or maybe a blob wakes up the APs again.
--
To view, visit
https://review.coreboot.org/c/coreboot/+/55071
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I60095cffcb9b31d965b0525ddc3018b592a3e52e
Gerrit-Change-Number: 55071
Gerrit-PatchSet: 2
Gerrit-Owner: Arthur Heymans
arthur@aheymans.xyz
Gerrit-Reviewer: Johnny Lin
Johnny_Lin@wiwynn.com
Gerrit-Reviewer: Jonathan Zhang
jonzhang@fb.com
Gerrit-Reviewer: Stefan Reinauer
stefan.reinauer@coreboot.org
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Angel Pons
th3fanbus@gmail.com
Gerrit-CC: Nico Huber
nico.h@gmx.de
Gerrit-CC: Paul Menzel
paulepanter@mailbox.org
Gerrit-Attention: Nico Huber
nico.h@gmx.de
Gerrit-Attention: Johnny Lin
Johnny_Lin@wiwynn.com
Gerrit-Attention: Stefan Reinauer
stefan.reinauer@coreboot.org
Gerrit-Attention: Arthur Heymans
arthur@aheymans.xyz
Gerrit-Comment-Date: Tue, 07 Sep 2021 08:51:40 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Nico Huber
nico.h@gmx.de
Comment-In-Reply-To: Arthur Heymans
arthur@aheymans.xyz
Gerrit-MessageType: comment