Attention is currently required from: Angel Pons, Felix Singer, Jérémy Compostella, Martin L Roth, Patrick Rudolph, Paul Menzel, Tim Wawrzynczak.
Benjamin Doron has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/59874?usp=email )
Change subject: src/arch/x86/c_start.S: Add proper x86_64 code
......................................................................
Patch Set 5:
(1 comment)
File src/arch/x86/c_start.S:
https://review.coreboot.org/c/coreboot/+/59874/comment/0b8427da_07312871 :
PS2, Line 99: push_cpu_info
:
: #if CONFIG(CPU_INFO_V2)
: /* Allocate the per_cpu_segment_data on the stack */
: push_per_cpu_segment_data
:
: #if ENV_X86_64
: /*
: * Update the BSP's per_cpu_segment_descriptor to point to the
: * per_cpu_segment_data that was allocated on the stack.
: */
: set_segment_descriptor_base $per_cpu_segment_descriptors, %esp
:
: movabs per_cpu_segment_selector, %rax
: mov %eax, %gs
: #else
: /*
: * Update the BSP's per_cpu_segment_descriptor to point to the
: * per_cpu_segment_data that was allocated on the stack.
: */
: set_segment_descriptor_base $per_cpu_segment_descriptors, %esp
:
: mov per_cpu_segment_selector, %eax
: mov %eax, %gs
: #endif
Add a comment about removing all of this in the commit message?
It's only removed compared to a previous version of this patch? It was dropped in the rebase.
--
To view, visit
https://review.coreboot.org/c/coreboot/+/59874?usp=email
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ifc9b45f69d0b7534b2faacaad0d099cef2667478
Gerrit-Change-Number: 59874
Gerrit-PatchSet: 5
Gerrit-Owner: Patrick Rudolph
patrick.rudolph@9elements.com
Gerrit-Reviewer: Angel Pons
th3fanbus@gmail.com
Gerrit-Reviewer: Arthur Heymans
arthur@aheymans.xyz
Gerrit-Reviewer: Jérémy Compostella
jeremy.compostella@intel.com
Gerrit-Reviewer: Martin L Roth
gaumless@gmail.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Benjamin Doron
benjamin.doron00@gmail.com
Gerrit-CC: Felix Singer
service+coreboot-gerrit@felixsinger.de
Gerrit-CC: Paul Menzel
paulepanter@mailbox.org
Gerrit-CC: Stefan Reinauer
stefan.reinauer@coreboot.org
Gerrit-CC: Tim Wawrzynczak
inforichland@gmail.com
Gerrit-Attention: Felix Singer
service+coreboot-gerrit@felixsinger.de
Gerrit-Attention: Martin L Roth
gaumless@gmail.com
Gerrit-Attention: Patrick Rudolph
patrick.rudolph@9elements.com
Gerrit-Attention: Jérémy Compostella
jeremy.compostella@intel.com
Gerrit-Attention: Paul Menzel
paulepanter@mailbox.org
Gerrit-Attention: Tim Wawrzynczak
inforichland@gmail.com
Gerrit-Attention: Angel Pons
th3fanbus@gmail.com
Gerrit-Comment-Date: Tue, 09 Jan 2024 16:47:07 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Martin L Roth
gaumless@gmail.com
Gerrit-MessageType: comment