Attention is currently required from: Arthur Heymans.

Arthur Heymans uploaded patch set #7 to this change.

View Change

cpu/x86: Set up a separate stack for APs

APs use a lot less stack, so set up a separate stack for those in .bss.

Now that CPU_INFO_V2 is the only code path that is used, there is no
need to align stacks in c_start.S.

Change-Id: I7a681a2e3003da0400843daa5d6d6180d952abf5
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
---
M src/arch/x86/c_start.S
M src/cpu/x86/Kconfig
M src/cpu/x86/mp_init.c
3 files changed, 29 insertions(+), 7 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/23/69123/7

To view, visit change 69123. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I7a681a2e3003da0400843daa5d6d6180d952abf5
Gerrit-Change-Number: 69123
Gerrit-PatchSet: 7
Gerrit-Owner: Arthur Heymans <arthur@aheymans.xyz>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-Attention: Arthur Heymans <arthur@aheymans.xyz>
Gerrit-MessageType: newpatchset