From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from g4t3425.houston.hpe.com (g4t3425.houston.hpe.com [15.241.140.78]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 87ACE8210C for ; Sun, 12 Feb 2017 23:20:28 -0800 (PST) Received: from HEGDENAG9.asiapacific.hpqcorp.net (hegdenag9.asiapacific.hpqcorp.net [16.154.153.125]) by g4t3425.houston.hpe.com (Postfix) with ESMTP id C60C069; Mon, 13 Feb 2017 07:20:25 +0000 (UTC) From: hegdenag To: edk2-devel@lists.01.org Cc: jiaxin.wu@intel.com, ting.ye@intel.com, lubo.zhang@intel.com, siyuan.fu@intel.com, sriram-s@hpe.com Date: Mon, 13 Feb 2017 12:50:18 +0530 Message-Id: <20170213072018.14272-3-nagaraj-p.hegde@hpe.com> X-Mailer: git-send-email 2.8.3.windows.1 In-Reply-To: <20170213072018.14272-1-nagaraj-p.hegde@hpe.com> References: <20170213072018.14272-1-nagaraj-p.hegde@hpe.com> Subject: [PATCH v2 2/2] NetworkPkg/NetworkPkg.dec: Update comments for the PCD X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 07:20:28 -0000 Update comment section for the PCD PcdIScsiAIPNetworkBootPolicy. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hegde Nagaraj P --- NetworkPkg/NetworkPkg.dec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/NetworkPkg/NetworkPkg.dec b/NetworkPkg/NetworkPkg.dec index 2ad485d..eedd1e5 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.
+# (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. @@ -95,7 +95,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 +103,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 -- 2.8.3.windows.1