coreboot/src/cpu/x86
Kyösti Mälkki dea42e011a cpu/x86/lapic: Replace LOCAL_APIC_ADDR references
Note that there are assumptions about LAPIC MMIO location
in both AMD and Intel sources in coreboot proper.

Change-Id: I2c668f5f9b93d170351c00d77d003c230900e0b4
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55194
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2021-06-11 07:11:43 +00:00
..
64bit cpu/x86/64bit/exit32.inc: Don't invalidate cache in CAR 2020-12-10 07:30:56 +00:00
cache
lapic cpu/x86/lapic: Replace LOCAL_APIC_ADDR references 2021-06-11 07:11:43 +00:00
mtrr cpu/x86/mtrr: Use a Kconfig for reserving MTRRs for OS 2021-04-29 14:51:47 +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/lapic: Replace LOCAL_APIC_ADDR references 2021-06-11 07:11:43 +00:00
tsc
backup_default_smm.c
early_reset.S cpu/x86/early_reset: Mark assemblycode as 32bit 2020-12-01 16:00:40 +00:00
entry16.S cpu/x86/entry16.S: Make Intel CBnT TOCTOU safe 2021-05-28 09:13:06 +00:00
entry32.S cpu/x86: Rename __protected_start symbol 2021-01-28 08:53:30 +00:00
fpu_enable.inc
Kconfig cpu/x86/lapic: Separate stop_this_cpu() 2021-06-10 17:51:51 +00:00
Kconfig.debug_cpu
Makefile.inc cpu/x86: Only include smm code if CONFIG_HAVE_SMI_HANDLER=y 2021-05-18 16:54:21 +00:00
mp_init.c cpu/x86/lapic: Add lapic_busy() helper 2021-06-10 17:49:16 +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