summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/include/ipxe/bios_mp.h
Commit message (Collapse)AuthorAgeFilesLines
* [bios] Provide a multiprocessor API for BIOSMichael Brown2024-03-151-0/+32
Provide an implementation of the iPXE multiprocessor API for BIOS, based on sending broadcast INIT and SIPI interprocessor interrupts to start up all application processors. Signed-off-by: Michael Brown <mcb30@ipxe.org>