]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Network/IScsiDxe/IScsiConfig.h
Retire Extended HII library class.
[mirror_edk2.git] / MdeModulePkg / Universal / Network / IScsiDxe / IScsiConfig.h
CommitLineData
12618416 1/** @file\r
d272bf7d 2 The header file of IScsiConfig.c.\r
6a690e23 3\r
d272bf7d 4Copyright (c) 2004 - 2008, Intel Corporation.<BR>\r
7a444476 5All rights reserved. This program and the accompanying materials\r
6are licensed and made available under the terms and conditions of the BSD License\r
7which accompanies this distribution. The full text of the license may be found at\r
8http://opensource.org/licenses/bsd-license.php\r
9\r
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
6a690e23 12\r
12618416 13**/\r
6a690e23 14\r
15#ifndef _ISCSI_CONFIG_H_\r
16#define _ISCSI_CONFIG_H_\r
17\r
b9982883 18#include <Protocol/HiiConfigRouting.h>\r
93e3992d 19#include <Library/HiiLib.h>\r
f6f910dd 20#include <Library/DevicePathLib.h>\r
93e3992d 21#include <Library/IfrSupportLib.h>\r
9226efe5 22#include <Library/ExtendedIfrSupportLib.h>\r
6a690e23 23#include <Library/DebugLib.h>\r
24#include <Library/BaseLib.h>\r
6a690e23 25#include <Library/NetLib.h>\r
6a690e23 26\r
27extern UINT8 IScsiConfigDxeBin[];\r
7a444476 28extern UINT8 IScsiDxeStrings[];\r
6a690e23 29\r
30#define ISCSI_INITATOR_NAME_VAR_NAME L"I_NAME"\r
31\r
32#define ISCSI_CONFIG_VAR_ATTR (EFI_VARIABLE_BOOTSERVICE_ACCESS | EFI_VARIABLE_NON_VOLATILE)\r
33\r
f3f2e05d 34#define ISCSI_FORM_CALLBACK_INFO_SIGNATURE SIGNATURE_32 ('I', 'f', 'c', 'i')\r
6a690e23 35\r
963dbb30 36\r
37\r
38/**\r
39 If the DEBUG_PROPERTY_DEBUG_ASSERT_ENABLED bit of PcdDebugProperyMask is clear, \r
40 then this macro return a pointer to a data structure ISCSI_FORM_CALLBACK_INFO.\r
41\r
42 If the DEBUG_PROPERTY_DEBUG_ASSERT_ENABLED bit of PcdDebugProperyMask is set, \r
43 The Signature field of the data structure ISCSI_FORM_CALLBACK_INFO \r
44 is compared to TestSignature. If the signatures match, then a pointer \r
45 to the pointer to a data structure ISCSI_FORM_CALLBACK_INFO is returned. \r
46 If the signatures do not match, then DebugAssert() is called with a description \r
47 of "CR has a bad signature" and Callback is returned. \r
48\r
49 If the data type ISCSI_FORM_CALLBACK_INFO_SIGNATURE does not contain the field\r
50 specified by Callback, then the module will not compile.\r
51\r
52 If ISCSI_FORM_CALLBACK_INFO_SIGNATURE does not contain a field called Signature, \r
53 then the module will not compile.\r
54\r
55a64ae0 55 @param Callback Pointer to the specified field within the data \r
963dbb30 56 structure ISCSI_FORM_CALLBACK_INFO.\r
55a64ae0 57 @return A pointer to the pointer to a data structure ISCSI_FORM_CALLBACK_INFO.\r
58 @retval Others Some unexpected error happened.\r
963dbb30 59**/\r
60\r
6a690e23 61#define ISCSI_FORM_CALLBACK_INFO_FROM_FORM_CALLBACK(Callback) \\r
62 CR ( \\r
63 Callback, \\r
64 ISCSI_FORM_CALLBACK_INFO, \\r
93e3992d 65 ConfigAccess, \\r
6a690e23 66 ISCSI_FORM_CALLBACK_INFO_SIGNATURE \\r
67 )\r
68\r
69#pragma pack(1)\r
70\r
71typedef struct _ISCSI_MAC_INFO {\r
72 EFI_MAC_ADDRESS Mac;\r
73 UINT8 Len;\r
74} ISCSI_MAC_INFO;\r
75\r
76typedef struct _ISCSI_DEVICE_LIST {\r
77 UINT8 NumDevice;\r
78 ISCSI_MAC_INFO MacInfo[1];\r
79} ISCSI_DEVICE_LIST;\r
80\r
81#pragma pack()\r
82\r
83typedef struct _ISCSI_CONFIG_FORM_ENTRY {\r
e48e37fc 84 LIST_ENTRY Link;\r
6a690e23 85 EFI_HANDLE Controller;\r
86 CHAR16 MacString[95];\r
6c7a807a 87 EFI_STRING_ID PortTitleToken;\r
88 EFI_STRING_ID PortTitleHelpToken;\r
6a690e23 89\r
90 ISCSI_SESSION_CONFIG_NVDATA SessionConfigData;\r
91 ISCSI_CHAP_AUTH_CONFIG_NVDATA AuthConfigData;\r
92} ISCSI_CONFIG_FORM_ENTRY;\r
93\r
94typedef struct _ISCSI_FORM_CALLBACK_INFO {\r
93e3992d 95 UINTN Signature;\r
96 EFI_HANDLE DriverHandle;\r
97 EFI_HII_CONFIG_ACCESS_PROTOCOL ConfigAccess;\r
98 EFI_HII_DATABASE_PROTOCOL *HiiDatabase;\r
99 EFI_HII_CONFIG_ROUTING_PROTOCOL *ConfigRouting;\r
100 UINT16 *KeyList;\r
101 VOID *FormBuffer;\r
102 EFI_HII_HANDLE RegisteredHandle;\r
103 ISCSI_CONFIG_FORM_ENTRY *Current;\r
6a690e23 104} ISCSI_FORM_CALLBACK_INFO;\r
105\r
f6f910dd 106#pragma pack(1)\r
107\r
108///\r
109/// HII specific Vendor Device Path definition.\r
110///\r
111typedef struct {\r
112 VENDOR_DEVICE_PATH VendorDevicePath;\r
113 EFI_DEVICE_PATH_PROTOCOL End;\r
114} HII_VENDOR_DEVICE_PATH;\r
115\r
116#pragma pack()\r
117\r
12618416 118/**\r
119 Updates the iSCSI configuration form to add/delete an entry for the iSCSI\r
120 device specified by the Controller.\r
121\r
d272bf7d 122 @param[in] DriverBindingHandle The driverbinding handle.\r
123 @param[in] Controller The controller handle of the iSCSI device.\r
124 @param[in] AddForm Whether to add or delete a form entry.\r
12618416 125\r
126 @retval EFI_SUCCESS The iSCSI configuration form is updated.\r
12618416 127 @retval EFI_OUT_OF_RESOURCES Failed to allocate memory.\r
963dbb30 128 @retval Others Other errors as indicated.\r
12618416 129**/\r
6a690e23 130EFI_STATUS\r
131IScsiConfigUpdateForm (\r
132 IN EFI_HANDLE DriverBindingHandle,\r
133 IN EFI_HANDLE Controller,\r
134 IN BOOLEAN AddForm\r
135 );\r
136\r
12618416 137/**\r
138 Initialize the iSCSI configuration form.\r
139\r
d272bf7d 140 @param[in] DriverBindingHandle The iSCSI driverbinding handle.\r
12618416 141\r
d272bf7d 142 @retval EFI_SUCCESS The iSCSI configuration form is initialized.\r
143 @retval EFI_OUT_OF_RESOURCES Failed to allocate memory.\r
963dbb30 144 @retval Others Other errors as indicated.\r
12618416 145**/\r
6a690e23 146EFI_STATUS\r
147IScsiConfigFormInit (\r
963dbb30 148 VOID\r
6a690e23 149 );\r
150\r
12618416 151/**\r
152 Unload the iSCSI configuration form, this includes: delete all the iSCSI\r
153 device configuration entries, uninstall the form callback protocol and\r
154 free the resources used.\r
155\r
d272bf7d 156 @param[in] DriverBindingHandle The iSCSI driverbinding handle.\r
157 \r
12618416 158 @retval EFI_SUCCESS The iSCSI configuration form is unloaded.\r
12618416 159 @retval EFI_OUT_OF_RESOURCES Failed to allocate memory.\r
12618416 160**/\r
6a690e23 161EFI_STATUS\r
162IScsiConfigFormUnload (\r
163 IN EFI_HANDLE DriverBindingHandle\r
164 );\r
165\r
166#endif\r