diff options
author | jaben carsey <jaben.carsey@intel.com> | 2014-11-19 16:18:40 +0000 |
---|---|---|
committer | jcarsey <jcarsey@Edk2> | 2014-11-19 16:18:40 +0000 |
commit | 3ddcceea359145e26c97335689febf8e78538f46 (patch) | |
tree | 95bc04cf48262c12a3ba4bc51e36748e26310aa0 /MdeModulePkg/MdeModulePkg.dec | |
parent | eb774e2ef5b4b91f9c90598683daa7db84e53dab (diff) | |
download | edk2-platforms-3ddcceea359145e26c97335689febf8e78538f46.tar.xz |
[PATCH] MdeModulePkg: update poor wording in MdeModulePkg DEC/UNI file
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: jaben carsey <jaben.carsey@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Erik Bjorge <erik.c.bjorge@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16407 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/MdeModulePkg.dec')
-rw-r--r-- | MdeModulePkg/MdeModulePkg.dec | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec index 0384e5614f..c58f424ff4 100644 --- a/MdeModulePkg/MdeModulePkg.dec +++ b/MdeModulePkg/MdeModulePkg.dec @@ -773,8 +773,9 @@ # @Expression 0x80000002 | (gEfiMdeModulePkgTokenSpaceGuid.PcdSerialFifoControl & 0xD8) == 0
gEfiMdeModulePkgTokenSpaceGuid.PcdSerialFifoControl|0x07|UINT8|0x00020005
- ## TFTP BlockSize. Initial value 0 means using default block size which is (MTU-IP_HEADER-UDP_HEADER-TFTP_HEADER)
- # to handle all link layers. If the value is non zero, the PCD value will be used as block size.
+ ## 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.
gEfiMdeModulePkgTokenSpaceGuid.PcdTftpBlockSize|0x0|UINT64|0x30001026
|