]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/NetworkPkg.dec
SecurityPkg: Add TPM PTP support in TCG2 SMM.
[mirror_edk2.git] / NetworkPkg / NetworkPkg.dec
index afadbf51ba11e87776a9bb0248b8b4d5f7972df3..288d1aad2ba102acaf4ca9fb138be7d83190cbb4 100644 (file)
@@ -1,8 +1,10 @@
 ## @file\r
+# Network Package.\r
 #\r
 # This package provides network modules that conform to UEFI 2.4 specification.\r
 #\r
-# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
+# (C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR>\r
+# Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR>\r
 #\r
 # This program and the accompanying materials are licensed and made available under\r
 # the terms and conditions of the BSD License which accompanies this distribution.\r
@@ -18,7 +20,7 @@
   DEC_SPECIFICATION              = 0x00010005\r
   PACKAGE_NAME                   = NetworkPkg\r
   PACKAGE_GUID                   = 947988BE-8D5C-471a-893D-AD181C46BEBB\r
-  PACKAGE_VERSION                = 0.94\r
+  PACKAGE_VERSION                = 0.96\r
   PACKAGE_UNI_FILE               = NetworkPkg.uni\r
 \r
 [Includes]\r
   # @Prompt Private Key's size.\r
   gEfiNetworkPkgTokenSpaceGuid.PcdIpsecUefiCertificateKeySize|0x3d5|UINT32|0x00000006\r
 \r
+[PcdsFixedAtBuild, PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx]\r
+  ## IPv6 DHCP Unique Identifier (DUID) Type configuration (From RFCs 3315 and 6355).\r
+  # 01 = DUID Based on Link-layer Address Plus Time [DUID-LLT]\r
+  # 04 = UUID-Based DHCPv6 Unique Identifier (DUID-UUID)\r
+  # 02 = DUID Assigned by Vendor Based on Enterprise Number [DUID-EN] (not supported)\r
+  # 03 = DUID Based on Link-layer Address [DUID-LL] (not supported)\r
+  # @Prompt Type Value of Dhcp6 Unique Identifier (DUID).\r
+  gEfiNetworkPkgTokenSpaceGuid.PcdDhcp6UidType|4|UINT8|0x10000001\r
+\r
+  ## Network boot policy to stop UEFI iSCSI if applicable.\r
+  # 0x00 = Always use UEFI iSCSI and ignore AIP.\r
+  # 0x01 = Stop UEFI iSCSI if iSCSI HBA adapter produces AIP protocol with Network Boot.\r
+  # 0x02 = Stop UEFI iSCSI if iSCSI HBA adapter supports booting from iSCSI IPv4 targets.\r
+  # 0x04 = Stop UEFI iSCSI if iSCSI HBA adapter supports booting from iSCSI IPv6 targets.\r
+  # 0x08 = Stop UEFI iSCSI if iSCSI HBA adapter supports an offload engine for iSCSI boot.\r
+  # 0x10 = Stop UEFI iSCSI if iSCSI HBA adapter supports multipath I/O for iSCSI boot.\r
+  # 0x20 = Stop UEFI iSCSI if iSCSI HBA adapter is currently configured to boot from iSCSI IPv4 targets.\r
+  # 0x40 = Stop UEFI iSCSI if iSCSI HBA adapter is currently configured to boot from iSCSI IPv6 targets.\r
+  # @Prompt Type Value of network boot policy used in iSCSI.\r
+  gEfiNetworkPkgTokenSpaceGuid.PcdIScsiAIPNetworkBootPolicy|0x08|UINT8|0x10000007\r
+\r
 [UserExtensions.TianoCore."ExtraFiles"]\r
   NetworkPkgExtra.uni\r