Arthur Heymans has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/55071 )
Change subject: cpu/x86/mp_init: Fix false error message on parking APs twice ......................................................................
cpu/x86/mp_init: Fix false error message on parking APs twice
With Intel TXT APs are parked before LockConfig is called. With CONFIG_PARALLEL_MP_AP_WORK mp_park_aps() will be called again before launching the payload, however if APs are already parked this results in a spurious error message.
Change-Id: I60095cffcb9b31d965b0525ddc3018b592a3e52e Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/cpu/x86/mp_init.c 1 file changed, 10 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/71/55071/2