X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=NetworkPkg%2FNetworkPkg.dec;h=aae36226d5f285223b1ef1b8b86838fdf0dee29b;hp=2ad485dbd7e596b9e4fce5a251e07f325c5f3b22;hb=f33d5d68abc02727dc828c1079e72ab65e1d63af;hpb=221463c2b337072532ed4ab8ffe3b566574724d8 diff --git a/NetworkPkg/NetworkPkg.dec b/NetworkPkg/NetworkPkg.dec index 2ad485dbd7..aae36226d5 100644 --- a/NetworkPkg/NetworkPkg.dec +++ b/NetworkPkg/NetworkPkg.dec @@ -3,8 +3,8 @@ # # This package provides network modules that conform to UEFI 2.4 specification. # -# (C) Copyright 2015 Hewlett-Packard Development Company, L.P.
-# Copyright (c) 2009 - 2017, Intel Corporation. All rights reserved.
+# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.
+# (C) Copyright 2015-2017 Hewlett Packard Enterprise Development LP
# # This program and the accompanying materials are licensed and made available under # the terms and conditions of the BSD License which accompanies this distribution. @@ -20,7 +20,7 @@ DEC_SPECIFICATION = 0x00010005 PACKAGE_NAME = NetworkPkg PACKAGE_GUID = 947988BE-8D5C-471a-893D-AD181C46BEBB - PACKAGE_VERSION = 0.96 + PACKAGE_VERSION = 0.98 PACKAGE_UNI_FILE = NetworkPkg.uni [Includes] @@ -42,10 +42,17 @@ # Include/Guid/TlsAuthConfigHii.h gTlsAuthConfigGuid = { 0xb0eae4f8, 0x9a04, 0x4c6d, { 0xa7, 0x48, 0x79, 0x3d, 0xaa, 0xf, 0x65, 0xdf }} - + # Include/Guid/TlsAuthentication.h gEfiTlsCaCertificateGuid = { 0xfd2340D0, 0x3dab, 0x4349, { 0xa6, 0xc7, 0x3b, 0x4f, 0x12, 0xb4, 0x8e, 0xae }} - + + # Include/Guid/HttpTlsCipherList.h + gEdkiiHttpTlsCipherListGuid = { 0x46ddb415, 0x5244, 0x49c7, { 0x93, 0x74, 0xf0, 0xe2, 0x98, 0xe7, 0xd3, 0x86 }} + +[PcdsFixedAtBuild] + ## The max attempt number will be created by iSCSI driver. + # @Prompt Max attempt number. + gEfiNetworkPkgTokenSpaceGuid.PcdMaxIScsiAttemptNumber|0x08|UINT8|0x0000000D [PcdsFeatureFlag] ## Indicates if the IPsec IKEv2 Certificate Authentication feature is enabled or not.

@@ -95,7 +102,7 @@ gEfiNetworkPkgTokenSpaceGuid.PcdDhcp6UidType|4|UINT8|0x10000001 ## Network boot policy to stop UEFI iSCSI if applicable. - # 0x00 = Always use UEFI iSCSI and ignore AIP. + # 0x00 = Always use UEFI iSCSI and ignore iSCSI HBA. # 0x01 = Stop UEFI iSCSI if iSCSI HBA adapter produces AIP protocol with Network Boot. # 0x02 = Stop UEFI iSCSI if iSCSI HBA adapter supports booting from iSCSI IPv4 targets. # 0x04 = Stop UEFI iSCSI if iSCSI HBA adapter supports booting from iSCSI IPv6 targets. @@ -103,6 +110,7 @@ # 0x10 = Stop UEFI iSCSI if iSCSI HBA adapter supports multipath I/O for iSCSI boot. # 0x20 = Stop UEFI iSCSI if iSCSI HBA adapter is currently configured to boot from iSCSI IPv4 targets. # 0x40 = Stop UEFI iSCSI if iSCSI HBA adapter is currently configured to boot from iSCSI IPv6 targets. + # 0xFF = Always use iSCSI HBA and ignore UEFI iSCSI. # @Prompt Type Value of network boot policy used in iSCSI. gEfiNetworkPkgTokenSpaceGuid.PcdIScsiAIPNetworkBootPolicy|0x08|UINT8|0x10000007