TianoCore EDK2 master
Loading...
Searching...
No Matches
HttpBootConfigNVDataStruc.h File Reference

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
 

Detailed Description

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.

Macro Definition Documentation

◆ CONFIGURATION_VARSTORE_ID

#define CONFIGURATION_VARSTORE_ID   0x1234

Definition at line 26 of file HttpBootConfigNVDataStruc.h.

◆ DESCRIPTION_STR_MAX_SIZE

#define DESCRIPTION_STR_MAX_SIZE   75

Definition at line 24 of file HttpBootConfigNVDataStruc.h.

◆ DESCRIPTION_STR_MIN_SIZE

#define DESCRIPTION_STR_MIN_SIZE   6

Definition at line 23 of file HttpBootConfigNVDataStruc.h.

◆ FORMID_MAIN_FORM

#define FORMID_MAIN_FORM   1

Definition at line 28 of file HttpBootConfigNVDataStruc.h.

◆ HTTP_BOOT_DEFAULT_DESCRIPTION_STR

#define HTTP_BOOT_DEFAULT_DESCRIPTION_STR   L"UEFI HTTP"

Definition at line 32 of file HttpBootConfigNVDataStruc.h.

◆ HTTP_BOOT_IP_VERSION_4

#define HTTP_BOOT_IP_VERSION_4   0

Definition at line 14 of file HttpBootConfigNVDataStruc.h.

◆ HTTP_BOOT_IP_VERSION_6

#define HTTP_BOOT_IP_VERSION_6   1

Definition at line 15 of file HttpBootConfigNVDataStruc.h.

◆ KEY_INITIATOR_URI

#define KEY_INITIATOR_URI   0x101

Definition at line 30 of file HttpBootConfigNVDataStruc.h.

◆ URI_STR_MAX_SIZE

#define URI_STR_MAX_SIZE   255

Definition at line 21 of file HttpBootConfigNVDataStruc.h.

◆ URI_STR_MIN_SIZE

#define URI_STR_MIN_SIZE   0

Definition at line 20 of file HttpBootConfigNVDataStruc.h.