mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-17 07:40:14 +00:00
acrn: add pxelinux as known bootloader
Tracked-On: #4389 Signed-off-by: Alexander Merritt <alex.merritt@intel.com>
This commit is contained in:
parent
50f284528e
commit
8ddbfc268c
@ -14,7 +14,7 @@
|
|||||||
#include <deprivilege_boot.h>
|
#include <deprivilege_boot.h>
|
||||||
#include <logmsg.h>
|
#include <logmsg.h>
|
||||||
|
|
||||||
#define BOOTLOADER_NUM 4U
|
#define BOOTLOADER_NUM 5U
|
||||||
#define BOOTLOADER_NAME_SIZE 20U
|
#define BOOTLOADER_NAME_SIZE 20U
|
||||||
|
|
||||||
struct vboot_bootloader_map {
|
struct vboot_bootloader_map {
|
||||||
@ -40,6 +40,7 @@ void init_vboot(void)
|
|||||||
{"Intel IOTG/TSD ABL", DIRECT_BOOT_MODE},
|
{"Intel IOTG/TSD ABL", DIRECT_BOOT_MODE},
|
||||||
{"ACRN UEFI loader", DEPRI_BOOT_MODE},
|
{"ACRN UEFI loader", DEPRI_BOOT_MODE},
|
||||||
{"GRUB", DIRECT_BOOT_MODE},
|
{"GRUB", DIRECT_BOOT_MODE},
|
||||||
|
{"PXELINUX", DIRECT_BOOT_MODE},
|
||||||
};
|
};
|
||||||
|
|
||||||
mbi = (struct multiboot_info *)hpa2hva((uint64_t)boot_regs[1]);
|
mbi = (struct multiboot_info *)hpa2hva((uint64_t)boot_regs[1]);
|
||||||
|
Loading…
Reference in New Issue
Block a user