From: Oliver Kurth Date: Wed, 10 Jun 2020 19:05:43 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.2.0~177 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60d527ae5ea021a7c04a8df7437ef8e5914e5404;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/backdoor_def.h b/open-vm-tools/lib/include/backdoor_def.h index a1e33a2ed..f7ae4f125 100644 --- a/open-vm-tools/lib/include/backdoor_def.h +++ b/open-vm-tools/lib/include/backdoor_def.h @@ -197,6 +197,7 @@ extern "C" { # define BDOOR_CMD_EBC_QUICKBOOT_ENABLED 4 # define BDOOR_CMD_EBC_GET_PXE_ARCH 5 # define BDOOR_CMD_EBC_SKIP_DELAYS 6 +# define BDOOR_CMD_EBC_GET_NETWORK_BOOT_URI 7 #define BDOOR_CMD_GET_HW_MODEL 74 /* CPL 0 only. */ #define BDOOR_CMD_GET_SVGA_CAPABILITIES 75 /* CPL 0 only. */ #define BDOOR_CMD_GET_FORCE_X2APIC 76 /* CPL 0 only */ @@ -290,9 +291,11 @@ extern "C" { #define EFI_BOOT_ORDER_TYPE_LEGACY 0x1 #define EFI_BOOT_ORDER_TYPE_NONE 0xf -#define BDOOR_NETWORK_BOOT_PROTOCOL_NONE 0x0 -#define BDOOR_NETWORK_BOOT_PROTOCOL_IPV4 0x1 -#define BDOOR_NETWORK_BOOT_PROTOCOL_IPV6 0x2 +#define BDOOR_NETWORK_BOOT_PROTOCOL_NONE 0x0 +#define BDOOR_NETWORK_BOOT_PROTOCOL_IPV4 0x1 +#define BDOOR_NETWORK_BOOT_PROTOCOL_IPV6 0x2 +#define BDOOR_NETWORK_BOOT_PROTOCOL_HTTPV4 0x3 +#define BDOOR_NETWORK_BOOT_PROTOCOL_HTTPV6 0x4 #define BDOOR_SECUREBOOT_STATUS_DISABLED 0xFFFFFFFFUL #define BDOOR_SECUREBOOT_STATUS_APPROVED 1