coreboot-kgpe-d16/src/cpu/x86
Felix Held 207225c686 cpu/x86/mp_init: retype do_smm element in mp_state struct to bool
The do_smm struct element in the mp_state struct was an int even though
it only had two possible states, so change it to bool to make this more
obvious. Also change the return type of is_smm_enabled from int to bool.

Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I8d2d95f0497649d67565243d14a5ab9c9cdda412
Reviewed-on: https://review.coreboot.org/c/coreboot/+/65776
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
2022-07-13 10:44:08 +00:00
..
64bit cpu/x86/64bit: Generate static page tables from an assembly file 2022-04-25 14:00:41 +00:00
lapic cpu/x86/lapic: Fix SMP=n case with LEGACY_SMP_INIT 2022-02-11 13:53:56 +00:00
mtrr Revert "cpu/x86/mtrr: Make useful MTRR functions available for all boot stages" 2022-06-01 09:49:05 +00:00
name
pae
smm cpu/x86/smm/smm_module_loader.c: Fix formatted print 2022-06-15 16:12:29 +00:00
tsc
Kconfig cpu/x86: Allow SoC to select the LAPIC access mode 2022-05-29 14:54:00 +00:00
Kconfig.debug_cpu cpu/x86/Kconfig*: Guard with ARCH_X86 2022-04-19 13:03:16 +00:00
Makefile.inc cpu/x86/64bit: Add a separate Makefile.inc 2022-04-25 13:56:54 +00:00
backup_default_smm.c
cpu_info.S.inc
early_reset.S
entry16.S
entry32.S
mp_init.c cpu/x86/mp_init: retype do_smm element in mp_state struct to bool 2022-07-13 10:44:08 +00:00
reset16.S
sipi_vector.S
smi_trigger.c cpu/x86/Makefile.inc: Build smi_trigger on !HAVE_SMI_HANDLER 2022-02-07 13:47:04 +00:00
sse_enable.inc