[edk2-devel] [PATCH] NetworkPkg:ECC reports 4 errors in NetworkPkg

Xue, ShengfengX posted 1 patch 4 years, 12 months ago
Failed in applying to current master (apply log)
NetworkPkg/NetworkPkg.uni | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
[edk2-devel] [PATCH] NetworkPkg:ECC reports 4 errors in NetworkPkg
Posted by Xue, ShengfengX 4 years, 12 months ago
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 <shengfengx.xue@intel.com>
Cc: Siyuan Fu <siyuan.fu@intel.com>
Cc: Jiaxin Wu <jiaxin.wu@intel.com>
---
 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.<BR>
+// Copyright (c) 2009 - 2019, Intel Corporation. All rights reserved.<BR>
 //
 // 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


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#39739): https://edk2.groups.io/g/devel/message/39739
Mute This Topic: https://groups.io/mt/31380400/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [PATCH] NetworkPkg:ECC reports 4 errors in NetworkPkg
Posted by Siyuan, Fu 4 years, 12 months ago
Reviewed-by: Siyuan Fu <siyuan.fu@intel.com>


> -----Original Message-----
> From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Xue,
> ShengfengX
> Sent: Monday, April 29, 2019 1:56 PM
> To: devel@edk2.groups.io
> Cc: Xue, ShengfengX <shengfengx.xue@intel.com>; Fu, Siyuan
> <siyuan.fu@intel.com>; Wu, Jiaxin <jiaxin.wu@intel.com>
> Subject: [edk2-devel] [PATCH] NetworkPkg:ECC reports 4 errors in NetworkPkg
> 
> 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 <shengfengx.xue@intel.com>
> Cc: Siyuan Fu <siyuan.fu@intel.com>
> Cc: Jiaxin Wu <jiaxin.wu@intel.com>
> ---
>  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.<BR>
> +// Copyright (c) 2009 - 2019, Intel Corporation. All rights reserved.<BR>
>  //
>  // 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
> 
> 
> 


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#39743): https://edk2.groups.io/g/devel/message/39743
Mute This Topic: https://groups.io/mt/31380400/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-