diff options
author | Michael Brown <mcb30@ipxe.org> | 2024-03-15 17:30:21 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2024-03-15 17:30:21 +0000 |
commit | 1344e13a03cb6ed25372651cae6b057b863c89be (patch) | |
tree | 16c62043094c652a3179ec302b436185f3c5b822 /src/config/defaults/pcbios.h | |
parent | a67f913d6635772af746fc215066e3d510ae25d1 (diff) | |
download | ipxe-1344e13a03cb6ed25372651cae6b057b863c89be.tar.gz |
[bios] Provide a multiprocessor API for BIOS
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>
Diffstat (limited to 'src/config/defaults/pcbios.h')
-rw-r--r-- | src/config/defaults/pcbios.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/defaults/pcbios.h b/src/config/defaults/pcbios.h index 968bd82a6..fa12a1005 100644 --- a/src/config/defaults/pcbios.h +++ b/src/config/defaults/pcbios.h @@ -24,7 +24,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #define TIME_RTC #define REBOOT_PCBIOS #define ACPI_RSDP -#define MPAPI_NULL +#define MPAPI_PCBIOS #ifdef __x86_64__ #define IOMAP_PAGES |