-
- Downloads
x86: Add MultiProcessor (MP) table APIs
The MP table provides a way for the operating system to support for symmetric multiprocessing as well as symmetric I/O interrupt handling with the local APIC and I/O APIC. We provide a bunch of APIs for U-Boot to write the floating table, configuration table header as well as base and extended table entries. Signed-off-by:Bin Meng <bmeng.cn@gmail.com> Acked-by:
Simon Glass <sjg@chromium.org>
Showing
- arch/x86/include/asm/mpspec.h 434 additions, 0 deletionsarch/x86/include/asm/mpspec.h
- arch/x86/include/asm/tables.h 14 additions, 0 deletionsarch/x86/include/asm/tables.h
- arch/x86/lib/Makefile 1 addition, 0 deletionsarch/x86/lib/Makefile
- arch/x86/lib/mpspec.c 225 additions, 0 deletionsarch/x86/lib/mpspec.c
- arch/x86/lib/tables.c 14 additions, 0 deletionsarch/x86/lib/tables.c
arch/x86/include/asm/mpspec.h
0 → 100644
arch/x86/lib/mpspec.c
0 → 100644
Please register or sign in to comment