Arthur Heymans has uploaded a new patch set (#4). ( https://review.coreboot.org/c/coreboot/+/69224 )
Change subject: cpu/x86/smm_module_loader: Use struct device instead of cpu index ......................................................................
cpu/x86/smm_module_loader: Use struct device instead of cpu index
The initial lapicid is now present inside struct device so simply loop over those to fill smm_stub params
Change-Id: Ia1c2a889efe54589cf036cd1c3afb36e48d15720 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/arch/x86/cpu.c M src/cpu/x86/smm/smm_module_loader.c M src/include/cpu/cpu.h 3 files changed, 20 insertions(+), 21 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/24/69224/4