TianoCore EDK2 master
|
#include <Guid/HttpBootConfigHii.h>
Go to the source code of this file.
Data Structures | |
struct | _HTTP_BOOT_CONFIG_IFR_NVDATA |
Macros | |
#define | HTTP_BOOT_IP_VERSION_4 0 |
#define | HTTP_BOOT_IP_VERSION_6 1 |
#define | URI_STR_MIN_SIZE 0 |
#define | URI_STR_MAX_SIZE 255 |
#define | DESCRIPTION_STR_MIN_SIZE 6 |
#define | DESCRIPTION_STR_MAX_SIZE 75 |
#define | CONFIGURATION_VARSTORE_ID 0x1234 |
#define | FORMID_MAIN_FORM 1 |
#define | KEY_INITIATOR_URI 0x101 |
#define | HTTP_BOOT_DEFAULT_DESCRIPTION_STR L"UEFI HTTP" |
Typedefs | |
typedef struct _HTTP_BOOT_CONFIG_IFR_NVDATA | HTTP_BOOT_CONFIG_IFR_NVDATA |
Define NVData structures used by the HTTP Boot configuration component.
Copyright (c) 2016, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file HttpBootConfigNVDataStruc.h.
#define CONFIGURATION_VARSTORE_ID 0x1234 |
Definition at line 26 of file HttpBootConfigNVDataStruc.h.
#define DESCRIPTION_STR_MAX_SIZE 75 |
Definition at line 24 of file HttpBootConfigNVDataStruc.h.
#define DESCRIPTION_STR_MIN_SIZE 6 |
Definition at line 23 of file HttpBootConfigNVDataStruc.h.
#define FORMID_MAIN_FORM 1 |
Definition at line 28 of file HttpBootConfigNVDataStruc.h.
#define HTTP_BOOT_DEFAULT_DESCRIPTION_STR L"UEFI HTTP" |
Definition at line 32 of file HttpBootConfigNVDataStruc.h.
#define HTTP_BOOT_IP_VERSION_4 0 |
Definition at line 14 of file HttpBootConfigNVDataStruc.h.
#define HTTP_BOOT_IP_VERSION_6 1 |
Definition at line 15 of file HttpBootConfigNVDataStruc.h.
#define KEY_INITIATOR_URI 0x101 |
Definition at line 30 of file HttpBootConfigNVDataStruc.h.
#define URI_STR_MAX_SIZE 255 |
Definition at line 21 of file HttpBootConfigNVDataStruc.h.
#define URI_STR_MIN_SIZE 0 |
Definition at line 20 of file HttpBootConfigNVDataStruc.h.