summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2021-02-16 13:19:18 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-04-19 06:36:05 +0000
commite6c3523b1b4691940312c083446fcaa59c5d55a4 (patch)
treec658eab9f9a0af5ae3455815802955cce9aa74fd /configs
parent110c47699a53a283526dc306279f3e5b9fa87297 (diff)
downloadcoreboot-e6c3523b1b4691940312c083446fcaa59c5d55a4.tar.xz
cpu/x86/smm_loaderv2: Use the permanent stack top during relocation
Use the same stack location during relocation as for the permanent handler. When the number of CPUs is too large the stacks during relocation don't fit inside the default SMRAM segment at 0x30000. Currently the code would just let the CPU stack base grow downwards outside of the default SMM segment which would corrupt lower memory if S3 is implemented. Also update the comment on smm_module_setup_stub(). Change-Id: I6a0a890e8b1c2408301564c22772032cfee4d296 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/51186 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'configs')
0 files changed, 0 insertions, 0 deletions