coreboot/src/cpu/x86
Marc Jones 93a4e0135c cpu/x86/smm: Fix SMM start address passing
This fixes an issue introduced in
    commit ad0116c032
    cpu/x86/smm_loaderv2: Remove unused variables

It removed one variable that was needed to set the SMM start address
that is used to set the SMM stack location.

Change-Id: Iddf9f204db54f0d97a90bb423b65db2f7625217f
Signed-off-by: Marc Jones <marcjones@sysproconsulting.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/51721
Reviewed-by: Jay Talbott <JayTalbott@sysproconsulting.com>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2021-03-24 15:36:36 +00:00
..
64bit cpu/x86/64bit/exit32.inc: Don't invalidate cache in CAR 2020-12-10 07:30:56 +00:00
cache treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
lapic cpu/x86/lapic/secondary.S: Adapt for x86_64 2020-12-04 11:11:26 +00:00
mtrr program_loading: Replace prog_rdev() with raw start pointer and size 2021-03-17 08:05:51 +00:00
name cpu/x86/name/name.c: Clean up includes 2021-02-01 09:02:35 +00:00
pae cbfs: Replace more instances of cbfs_boot_locate() with newer APIs 2021-03-17 08:10:20 +00:00
smm cpu/x86/smm: Fix SMM start address passing 2021-03-24 15:36:36 +00:00
tsc arch/x86: Move cpu_relax() 2020-07-26 21:00:13 +00:00
backup_default_smm.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
early_reset.S cpu/x86/early_reset: Mark assemblycode as 32bit 2020-12-01 16:00:40 +00:00
entry16.S arch/x86: Top-align .init in bootblock 2021-01-28 08:54:21 +00:00
entry32.S cpu/x86: Rename __protected_start symbol 2021-01-28 08:53:30 +00:00
fpu_enable.inc treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
Kconfig cpu/x86/smm: Introduce SMM module loader version 2 2020-08-15 02:16:32 +00:00
Kconfig.debug_cpu Kconfig: Organize debugging options per file extensions 2019-11-06 14:01:30 +00:00
Makefile.inc cpu/x86: Link entry32.inc 2021-01-28 08:53:07 +00:00
mp_init.c cpu/x86/mp_init.c: Drop unnecessary preprocessor usage 2021-03-19 11:33:51 +00:00
reset16.S cpu/x86: Link reset16.inc 2021-01-28 08:52:35 +00:00
sipi_vector.S cpu/x86/sipi_vector.S: Fix reading MCU revision 2021-01-19 09:03:42 +00:00
sse_enable.inc treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00