coreboot/src/cpu/x86
Arthur Heymans 1efca4d570 cpu/x86/smm: Drop fxsave/fxrstor logic
Since we now explicitly compile both ramstage and smihandler code
without floating point operations and associated registers we don't need
to save/restore floating point registers.

Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Change-Id: I180b9781bf5849111501ae8e9806554a7851c0da
Reviewed-on: https://review.coreboot.org/c/coreboot/+/75317
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
2023-06-04 19:22:08 +00:00
..
64bit cpu/x86/64bit/Makefile: use all_x86 make target 2023-04-04 19:22:33 +00:00
cache cpu/x86/mp_init: Use clflush to write SIPI data back to RAM 2023-05-31 14:22:31 +00:00
lapic cpu/x86/lapic,pae,tsc/Makefile: use all_x86 target 2023-04-04 19:19:58 +00:00
mtrr cpu/x86/mtrr: rename local cpu_idx variable and make it const 2022-12-16 00:30:12 +00:00
name cpu: Include <cpu/cpu.h> instead of <arch/cpu.h> 2022-11-08 14:38:28 +00:00
pae cpu/x86/lapic,pae,tsc/Makefile: use all_x86 target 2023-04-04 19:19:58 +00:00
smm cpu/x86/smm: Drop fxsave/fxrstor logic 2023-06-04 19:22:08 +00:00
tsc cpu/x86/lapic,pae,tsc/Makefile: use all_x86 target 2023-04-04 19:19:58 +00:00
backup_default_smm.c cpu/x86: Clean up includes 2022-10-26 16:37:34 +00:00
early_reset.S
entry16.S
entry32.S libpayload;arch,cpu/x86: drop USE_MARCH_586 Kconfig option 2023-05-27 00:29:02 +00:00
Kconfig Kconfig: Get rid of named choice LAPIC_ACCESS_MODE 2023-05-21 21:19:16 +00:00
Kconfig.debug_cpu cpu/x86/Kconfig.debug_cpu: Drop unused symbol 2022-11-10 00:20:38 +00:00
Makefile.inc cpu/x86/topology: Add code to fill in topology on struct path 2023-04-06 15:27:23 +00:00
mp_init.c cpu/x86/mp_init: Use clflush to write SIPI data back to RAM 2023-05-31 14:22:31 +00:00
reset16.S
sipi_vector.S cpu/x86: Set thread local storage in C code 2022-11-12 14:23:51 +00:00
smi_trigger.c cpu/x86: Clean up includes 2022-10-26 16:37:34 +00:00
smm_start32_offset.h.template cpu/x86/mp_init.c: Generate a C header to get start32 offset 2023-04-06 15:19:00 +00:00
topology.c cpu/x86/topology: Add code to fill in topology on struct path 2023-04-06 15:27:23 +00:00