Attention is currently required from: Angel Pons, Patrick Rudolph.
Kyösti Mälkki has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/61517 )
Change subject: [WIP]aopen/dxplplusu: Switch to PARALLEL_MP with SMM_ASEG
......................................................................
Patch Set 1:
(1 comment)
Commit Message:
https://review.coreboot.org/c/coreboot/+/61517/comment/18d79f33_bdff081e
PS1, Line 9: TBD: Add SMM
> Is lack of SMM a problem?
No. I will squash this with revert of board removal.
--
To view, visit https://review.coreboot.org/c/coreboot/+/61517
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: If20a7092117612a1a9e25eb6ac480e105acd57d7
Gerrit-Change-Number: 61517
Gerrit-PatchSet: 1
Gerrit-Owner: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Attention: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Comment-Date: Tue, 08 Nov 2022 04:51:06 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-MessageType: comment
Attention is currently required from: Bill XIE, Paul Menzel.
Hello build bot (Jenkins), Paul Menzel, Tim Wawrzynczak, Angel Pons, Arthur Heymans, Lean Sheng Tan,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/69215
to look at the new patch set (#6).
Change subject: cpu/x86/mp_init.c: Handle dummy nodes in cpu bus
......................................................................
cpu/x86/mp_init.c: Handle dummy nodes in cpu bus
commit 48c825ebd1be ("cpu/x86/mp_init.c: Use linked list data
structures") assumes that (g_)cpu_bus->children->sibling represents
the first AP cpu, but this is not true when device tree
(like mb/asus/p8x7x-series/devicetree.cb) contains static dummy lapic
nodes. In such case, Linux kernel can find one cpu unable to wake up,
and an additional working cpu without corresponding ACPI firmware
node:
smpboot: Allowing 5 CPUs, 0 hotplug CPUs
smpboot: CPU0: Intel(R) Xeon(R) CPU E3-1225 V2 @ 3.20GHz (family:
0x6, model: 0x3a, stepping: 0x9)
smpboot: do_boot_cpu failed(-1) to wakeup CPU#2
This could be resolved by skipping disabled cpu nodes.
Signed-off-by: Bill XIE <persmule(a)hardenedlinux.org>
Change-Id: I1075bc52091e619ef79cbeab0a0f6b57cff1d708
---
M src/cpu/x86/mp_init.c
1 file changed, 32 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/15/69215/6
--
To view, visit https://review.coreboot.org/c/coreboot/+/69215
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I1075bc52091e619ef79cbeab0a0f6b57cff1d708
Gerrit-Change-Number: 69215
Gerrit-PatchSet: 6
Gerrit-Owner: Bill XIE <persmule(a)hardenedlinux.org>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Lean Sheng Tan <sheng.tan(a)9elements.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Reviewer: Tim Wawrzynczak <inforichland(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Attention: Bill XIE <persmule(a)hardenedlinux.org>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-MessageType: newpatchset
Attention is currently required from: Arthur Heymans.
Kyösti Mälkki has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/67239 )
Change subject: cpu/x86/lapic.h: Fix CONFIG_X2APIC_RUNTIME
......................................................................
Patch Set 1:
(1 comment)
Commit Message:
https://review.coreboot.org/c/coreboot/+/67239/comment/aab3d4b6_fe90a7ba
PS1, Line 10: the cpu is in x2apic mode.
> > CB:60213 tries to explain the X2APIC_ONLY case. […]
Equivalent of the kernel code segment in coreboot tree is send_ipi_to_aps(), and even after your suggested change there is no similar 10us delay after Startup IPI sent to APs in coreboot tree. The referenced kernel code segment is unrelated to the suggested code change.
Anyways, I would have liked to see a log of the failure and know if the problem appeared with DEBUG_SMI=y or =n.
--
To view, visit https://review.coreboot.org/c/coreboot/+/67239
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I6a71204fcff35e11613fc8363ce061b348e73496
Gerrit-Change-Number: 67239
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Jonathan Zhang <jonzhang(a)fb.com>
Gerrit-Reviewer: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Comment-Date: Tue, 08 Nov 2022 04:04:06 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Arthur Heymans <arthur(a)aheymans.xyz>
Comment-In-Reply-To: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Gerrit-MessageType: comment
Attention is currently required from: Bill XIE, Paul Menzel.
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/69215 )
Change subject: cpu/x86/mp_init.c: Handle dummy nodes in cpu bus
......................................................................
Patch Set 5:
(1 comment)
Commit Message:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-162867):
https://review.coreboot.org/c/coreboot/+/69215/comment/a9d6d4b4_43b84d4a
PS5, Line 8:
Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit 48c825ebd1be ("cpu/x86/mp_init.c: Use linked list data structures")'
--
To view, visit https://review.coreboot.org/c/coreboot/+/69215
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I1075bc52091e619ef79cbeab0a0f6b57cff1d708
Gerrit-Change-Number: 69215
Gerrit-PatchSet: 5
Gerrit-Owner: Bill XIE <persmule(a)hardenedlinux.org>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Lean Sheng Tan <sheng.tan(a)9elements.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Reviewer: Tim Wawrzynczak <inforichland(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Attention: Bill XIE <persmule(a)hardenedlinux.org>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Comment-Date: Tue, 08 Nov 2022 04:00:21 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment