mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 21:54:27 +02:00
NetworkPkg: Add PcdTftpBlockSize in NetworkPkg.dec
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2195 PcdTftpBlockSize is network related PCD. It should be defined in NetworkPkg.dec. Cc: Siyuan Fu <siyuan.fu@intel.com> Cc: Jiaxin Wu <jiaxin.wu@intel.com> Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Siyuan Fu <siyuan.fu@intel.com>
This commit is contained in:
parent
1aebb09519
commit
c7471e2a01
@ -102,6 +102,13 @@
|
|||||||
# @Prompt PXE TFTP windowsize.
|
# @Prompt PXE TFTP windowsize.
|
||||||
gEfiNetworkPkgTokenSpaceGuid.PcdPxeTftpWindowSize|0x4|UINT64|0x10000008
|
gEfiNetworkPkgTokenSpaceGuid.PcdPxeTftpWindowSize|0x4|UINT64|0x10000008
|
||||||
|
|
||||||
|
|
||||||
|
## This setting can override the default TFTP block size. A value of 0 computes
|
||||||
|
# the default from MTU information. A non-zero value will be used as block size
|
||||||
|
# in bytes.
|
||||||
|
# @Prompt TFTP block size.
|
||||||
|
gEfiNetworkPkgTokenSpaceGuid.PcdTftpBlockSize|0x0|UINT64|0x1000000B
|
||||||
|
|
||||||
[PcdsFixedAtBuild, PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx]
|
[PcdsFixedAtBuild, PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx]
|
||||||
## IPv6 DHCP Unique Identifier (DUID) Type configuration (From RFCs 3315 and 6355).
|
## IPv6 DHCP Unique Identifier (DUID) Type configuration (From RFCs 3315 and 6355).
|
||||||
# 01 = DUID Based on Link-layer Address Plus Time [DUID-LLT]
|
# 01 = DUID Based on Link-layer Address Plus Time [DUID-LLT]
|
||||||
|
@ -92,3 +92,9 @@
|
|||||||
#string STR_gEfiNetworkPkgTokenSpaceGuid_PcdIPv6PXESupport_HELP #language en-US "Indicates IPV6 PXE Function is enabled or not.\n"
|
#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 0 indicates the IPV6 PXE Function is disabled.\n"
|
||||||
"A value of 1 indicates the IPV6 PXE Function is enabled."
|
"A value of 1 indicates the IPV6 PXE Function is enabled."
|
||||||
|
|
||||||
|
#string STR_gEfiNetworkPkgTokenSpaceGuid_PcdTftpBlockSize_PROMPT #language en-US "TFTP block size"
|
||||||
|
|
||||||
|
#string STR_gEfiNetworkPkgTokenSpaceGuid_PcdTftpBlockSize_HELP #language en-US "This setting can override the default TFTP block size. A value of 0 computes "
|
||||||
|
"the default from MTU information. A non-zero value will be used as block size "
|
||||||
|
"in bytes."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user