mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
63d54a6705
This commit cleans up the lapic codes: - Delete arch/x86/include/asm/lapic_def.h, and move register and bit defines into arch/x86/include/asm/lapic.h - Use MSR defines from msr-index.h in enable_lapic() and disable_lapic() - Remove unnecessary stuff like NEED_LAPIC, X86_GOOD_APIC and CONFIG_AP_IN_SIPI_WAIT - Move struct x86_cpu_priv defines to asm/arch-ivybridge/bd82x6x.h, as it is not apic related and only used by ivybridge - Fix coding convention issues Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org> |
||
---|---|---|
.. | ||
bd82x6x.c | ||
car.S | ||
cpu.c | ||
early_init.c | ||
early_me.c | ||
gma.c | ||
gma.h | ||
Kconfig | ||
lpc.c | ||
Makefile | ||
me_status.c | ||
microcode_intel.c | ||
model_206ax.c | ||
mrccache.c | ||
northbridge.c | ||
pch.c | ||
pci.c | ||
report_platform.c | ||
sata.c | ||
sdram.c | ||
usb_ehci.c | ||
usb_xhci.c |