coreboot/src/cpu/x86
Elyes Haouas 69c02b0cd8 cpu/x86/mtrr/mtrr.c: Add missing <stdbool.h>
Remove <stdint.h>, <stddef.h> and add <stdbool.h>. All of them are
included through <types.h>.

Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Change-Id: If5296988c68302896e3676d7b80d0f133d5d4264
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68031
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
2022-10-06 16:59:00 +00:00
..
64bit cpu/x86/64bit: Generate static page tables from an assembly file 2022-04-25 14:00:41 +00:00
lapic arch/x86: Add X2APIC_LATE_WORKAROUND 2022-07-18 15:40:46 +00:00
mtrr cpu/x86/mtrr/mtrr.c: Add missing <stdbool.h> 2022-10-06 16:59:00 +00:00
name cpu/x86/name/name.c: Clean up includes 2021-02-01 09:02:35 +00:00
pae src/acpi to src/lib: Fix spelling errors 2021-10-05 18:06:39 +00:00
smm cpu/x86/smm/smihandler: use lapicid() 2022-09-24 19:39:26 +00:00
tsc cpu/x86/tsc: Deduplicate Makefile logic 2021-09-08 14:35:16 +00:00
backup_default_smm.c
cpu_info.S.inc arch/x86,cpu/x86: Fix 64-bit CPU_INFO_V2 build errors 2021-10-21 17:36:09 +00:00
early_reset.S
entry16.S Asm code: Use NO_EARLY_BOOTBLOCK_POSTCODES to remove Asm port80s 2021-06-25 15:51:20 +00:00
entry32.S arch/x86,cpu/x86: Disable the %gs and %fs segments 2021-09-29 14:12:58 +00:00
Kconfig soc/amd: Do SMM relocation via MSR 2022-09-15 14:47:52 +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
mp_init.c cpu/x86/mp_init: drop unused MAX_APIC_IDS define 2022-09-24 19:39:05 +00:00
reset16.S cpu/x86: Link reset16.inc 2021-01-28 08:52:35 +00:00
sipi_vector.S cpu/x86: Remove cpu parameter to ap_init 2021-10-21 17:37:10 +00:00
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