summaryrefslogtreecommitdiffstats
path: root/ShellPkg/ShellPkg.dec
diff options
context:
space:
mode:
authorBrendan Jackman <Brendan.Jackman@arm.com>2015-07-14 16:04:30 +0000
committeroliviermartin <oliviermartin@Edk2>2015-07-14 16:04:30 +0000
commitc84f2b5cb0a13b4db86fd10b525e4f04ece264d9 (patch)
tree12b8de336e1bcb04a91f91b0e47073930b2cc7e7 /ShellPkg/ShellPkg.dec
parentc14effd77f367f3548644a99ae2c5adc38f7792f (diff)
downloadedk2-c84f2b5cb0a13b4db86fd10b525e4f04ece264d9.tar.gz
edk2-c84f2b5cb0a13b4db86fd10b525e4f04ece264d9.tar.bz2
edk2-c84f2b5cb0a13b4db86fd10b525e4f04ece264d9.zip
ShellPkg: Increase PcdShellFileOperationSize
This improves performance for dumb filesystem drivers as block sizes tend to be more 4KB size than 1000 bytes size. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Brendan Jackman <Brendan.Jackman@arm.com> Reviewed-by: Olivier Martin <olivier.martin@arm.com> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17976 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg/ShellPkg.dec')
-rw-r--r--ShellPkg/ShellPkg.dec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShellPkg/ShellPkg.dec b/ShellPkg/ShellPkg.dec
index 2b1d128970..453487653a 100644
--- a/ShellPkg/ShellPkg.dec
+++ b/ShellPkg/ShellPkg.dec
@@ -99,7 +99,7 @@
gEfiShellPkgTokenSpaceGuid.PcdShellMapNameLength|50|UINT8|0x00000009
## This determines how many bytes are read out of files at a time for file operations (type, copy, etc...)
- gEfiShellPkgTokenSpaceGuid.PcdShellFileOperationSize|1000|UINT32|0x0000000A
+ gEfiShellPkgTokenSpaceGuid.PcdShellFileOperationSize|0x1000|UINT32|0x0000000A
[PcdsFixedAtBuild, PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx]
## This flag is used to control the protocols produced by the shell