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 <logmsg.h>
|
||||
|
||||
#define BOOTLOADER_NUM 4U
|
||||
#define BOOTLOADER_NUM 5U
|
||||
#define BOOTLOADER_NAME_SIZE 20U
|
||||
|
||||
struct vboot_bootloader_map {
|
||||
|
@ -40,6 +40,7 @@ void init_vboot(void)
|
|||
{"Intel IOTG/TSD ABL", DIRECT_BOOT_MODE},
|
||||
{"ACRN UEFI loader", DEPRI_BOOT_MODE},
|
||||
{"GRUB", DIRECT_BOOT_MODE},
|
||||
{"PXELINUX", DIRECT_BOOT_MODE},
|
||||
};
|
||||
|
||||
mbi = (struct multiboot_info *)hpa2hva((uint64_t)boot_regs[1]);
|
||||
|
|
Loading…
Reference in New Issue