Attention is currently required from: Nico Huber, Johnny Lin, Stefan Reinauer.
Arthur Heymans 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)
Patchset:
PS2:
Why not fix the spurious call instead?
So mp_park_aps() is conditionally called in intel_txt_prepare_txt_env(). Guarding the call in arch_bootstate_coreboot_exit() would be more messy and boil down to the same.
File src/cpu/x86/mp_init.c:
https://review.coreboot.org/c/coreboot/+/55071/comment/dcb6ab66_e196a58e
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.
--
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: 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-Comment-Date: Tue, 07 Sep 2021 08:34:17 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Nico Huber
nico.h@gmx.de
Gerrit-MessageType: comment