From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.93, mailfrom: shengfengx.xue@intel.com) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by groups.io with SMTP; Sun, 28 Apr 2019 22:56:21 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Apr 2019 22:56:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,408,1549958400"; d="scan'208";a="341660274" Received: from sxuex-mobl1.ccr.corp.intel.com ([10.254.211.144]) by fmsmga005.fm.intel.com with ESMTP; 28 Apr 2019 22:56:19 -0700 From: "Xue, ShengfengX" To: devel@edk2.groups.io Cc: Xue ShengfengX , Siyuan Fu , Jiaxin Wu Subject: [PATCH] NetworkPkg:ECC reports 4 errors in NetworkPkg Date: Mon, 29 Apr 2019 13:56:09 +0800 Message-Id: <1b52066eca6c86aee90931012586e2cee0e278d6.1556517313.git.shengfengx.xue@intel.com> X-Mailer: git-send-email 2.16.2.windows.1 REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1741 UNI file that is associated by INF or DEC file need define the prompt and help information in NetworkPkg.uni Signed-off-by: Xue ShengfengX Cc: Siyuan Fu Cc: Jiaxin Wu --- NetworkPkg/NetworkPkg.uni | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/NetworkPkg/NetworkPkg.uni b/NetworkPkg/NetworkPkg.uni index 6f8199df36..ab9b4d21d3 100644 --- a/NetworkPkg/NetworkPkg.uni +++ b/NetworkPkg/NetworkPkg.uni @@ -3,7 +3,7 @@ // // This package provides network modules that conform to UEFI 2.4 specification. // -// Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.
+// Copyright (c) 2009 - 2019, Intel Corporation. All rights reserved.
// // SPDX-License-Identifier: BSD-2-Clause-Patent // @@ -80,3 +80,15 @@ "0x10 = Stop UEFI iSCSI if iSCSI HBA adapter supports multipath I/O for iSCSI boot.\n" "0x20 = Stop UEFI iSCSI if iSCSI HBA adapter is currently configured to boot from iSCSI IPv4 targets.\n" "0x40 = Stop UEFI iSCSI if iSCSI HBA adapter is currently configured to boot from iSCSI IPv6 targets." + +#string STR_gEfiNetworkPkgTokenSpaceGuid_PcdIPv4PXESupport_PROMPT #language en-US "Enable IPV4 PXE Function." + +#string STR_gEfiNetworkPkgTokenSpaceGuid_PcdIPv4PXESupport_HELP #language en-US "Indicates IPV4 PXE Function is enabled or not.\n" + "A value of 0 indicates the IPV4 PXE Function is disabled.\n" + "A value of 1 indicates the IPV4 PXE Function is enabled." + +#string STR_gEfiNetworkPkgTokenSpaceGuid_PcdIPv6PXESupport_PROMPT #language en-US "Enable IPV6 PXE Function." + +#string STR_gEfiNetworkPkgTokenSpaceGuid_PcdIPv6PXESupport_HELP #language en-US "Indicates IPV6 PXE Function is enabled or not.\n" + "A value of 0 indicates the IPV6 PXE Function is disabled.\n" + "A value of 1 indicates the IPV6 PXE Function is enabled." -- 2.16.2.windows.1