Changeset 80721 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/NetworkPkg/NetworkPkg.uni
- Timestamp:
- Sep 11, 2019 8:46:37 AM (5 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776,129194-129237 /vendor/edk2/current 103735-103757,103769-103776,129194-133213
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/NetworkPkg/NetworkPkg.uni
r77662 r80721 4 4 // This package provides network modules that conform to UEFI 2.4 specification. 5 5 // 6 // Copyright (c) 2009 - 201 7, Intel Corporation. All rights reserved.<BR>6 // Copyright (c) 2009 - 2019, Intel Corporation. All rights reserved.<BR> 7 7 // 8 // This program and the accompanying materials are licensed and made available under 9 // the terms and conditions of the BSD License which accompanies this distribution. 10 // The full text of the license may be found at 11 // http://opensource.org/licenses/bsd-license.php 12 // 13 // THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 14 // WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 8 // SPDX-License-Identifier: BSD-2-Clause-Patent 15 9 // 16 10 // **/ … … 56 50 "FALSE - HTTP connections are denied." 57 51 52 #string STR_gEfiNetworkPkgTokenSpaceGuid_PcdPxeTftpWindowSize_PROMPT #language en-US "This setting is to specify the MTFTP windowsize used by UEFI PXE driver." 53 54 #string STR_gEfiNetworkPkgTokenSpaceGuid_PcdPxeTftpWindowSize_HELP #language en-US "Specify MTFTP windowsize used by UEFI PXE driver.\n" 55 "A value of 0 indicates the default value of windowsize(1).\n" 56 "A non-zero value will be used as windowsize." 57 58 58 #string STR_gEfiNetworkPkgTokenSpaceGuid_PcdIpsecCertificateEnabled_PROMPT #language en-US "Enable IPsec IKEv2 Certificate Authentication." 59 59 … … 81 81 "0x20 = Stop UEFI iSCSI if iSCSI HBA adapter is currently configured to boot from iSCSI IPv4 targets.\n" 82 82 "0x40 = Stop UEFI iSCSI if iSCSI HBA adapter is currently configured to boot from iSCSI IPv6 targets." 83 84 #string STR_gEfiNetworkPkgTokenSpaceGuid_PcdIPv4PXESupport_PROMPT #language en-US "Enable IPV4 PXE Function." 85 86 #string STR_gEfiNetworkPkgTokenSpaceGuid_PcdIPv4PXESupport_HELP #language en-US "Indicates IPV4 PXE Function is enabled or not.\n" 87 "A value of 0 indicates the IPV4 PXE Function is disabled.\n" 88 "A value of 1 indicates the IPV4 PXE Function is enabled." 89 90 #string STR_gEfiNetworkPkgTokenSpaceGuid_PcdIPv6PXESupport_PROMPT #language en-US "Enable IPV6 PXE Function." 91 92 #string STR_gEfiNetworkPkgTokenSpaceGuid_PcdIPv6PXESupport_HELP #language en-US "Indicates IPV6 PXE Function is enabled or not.\n" 93 "A value of 0 indicates the IPV6 PXE Function is disabled.\n" 94 "A value of 1 indicates the IPV6 PXE Function is enabled."
Note:
See TracChangeset
for help on using the changeset viewer.