Attention is currently required from: Filip Lewiński, Michał Kopeć, Michał Żygowski, Paul Menzel.
Krystian Hebel has posted comments on this change by Michał Żygowski. ( https://review.coreboot.org/c/coreboot/+/83727?usp=email )
Change subject: soc/intel/cannonlake: Hook up Intel TXT FSP UPDs
......................................................................
Patch Set 3:
(1 comment)
File src/soc/intel/cannonlake/romstage/fsp_params.c:
https://review.coreboot.org/c/coreboot/+/83727/comment/08664faa_159bd733?usp... :
PS3, Line 152: m_cfg->ApStartupBase = 1; /* Set to non-zero, FSP does NULL check */
Doesn't this cause APs to eventually jump to address 1 and (most likely) hit an exception at some point because there is no valid code at that address? With regard to CB:82697, this may put APs in a state from which they can't be brought back to do other tasks (e.g. shutdown after a triple-fault). Wouldn't it be better to end the execution with something like `stop_this_cpu()` instead?
--
To view, visit
https://review.coreboot.org/c/coreboot/+/83727?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: Ibca1c7c8a5335dab8af4888aee4c60683b72746d
Gerrit-Change-Number: 83727
Gerrit-PatchSet: 3
Gerrit-Owner: Michał Żygowski
michal.zygowski@3mdeb.com
Gerrit-Reviewer: Krystian Hebel
krystian.hebel@3mdeb.com
Gerrit-Reviewer: Michał Kopeć
michal.kopec@3mdeb.com
Gerrit-Reviewer: Paul Menzel
paulepanter@mailbox.org
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-Reviewer: coreboot org
coreboot.org@gmail.com
Gerrit-CC: Filip Lewiński
filip.lewinski@3mdeb.com
Gerrit-Attention: Michał Żygowski
michal.zygowski@3mdeb.com
Gerrit-Attention: Filip Lewiński
filip.lewinski@3mdeb.com
Gerrit-Attention: Michał Kopeć
michal.kopec@3mdeb.com
Gerrit-Attention: Paul Menzel
paulepanter@mailbox.org
Gerrit-Comment-Date: Wed, 12 Feb 2025 14:53:13 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No