From 433a21cba1a6a825b9ec07f580164b84e5d41d3a Mon Sep 17 00:00:00 2001 From: Eugene Cohen Date: Thu, 8 Aug 2013 22:31:54 +0000 Subject: ShellPkg: increase available size for PcdShellFileOperationSize Some storage subsystems benefit by having shell file operation sizes (affecting copy and type commands right now) larger than 2^16. This patch changes the PcdShellFileOperationSize type to 32-bits. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eugene Cohen reviewed-by: Jaben Carsey git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14534 6f19259b-4bc3-4df7-8a09-765794883524 --- ShellPkg/ShellPkg.dec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ShellPkg/ShellPkg.dec') diff --git a/ShellPkg/ShellPkg.dec b/ShellPkg/ShellPkg.dec index 4a29f4afb..3a2bef637 100644 --- a/ShellPkg/ShellPkg.dec +++ b/ShellPkg/ShellPkg.dec @@ -103,7 +103,7 @@ gEfiShellPkgTokenSpaceGuid.PcdShellMapNameLength|50|UINT8|0x00000009 ## This determins how many bytes are read out of files at a time for file operations (type, copy, etc...) - gEfiShellPkgTokenSpaceGuid.PcdShellFileOperationSize|1000|UINT16|0x0000000A + gEfiShellPkgTokenSpaceGuid.PcdShellFileOperationSize|1000|UINT32|0x0000000A [PcdsFixedAtBuild, PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx] ## This flag is used to control the protocols produced by the shell -- cgit v1.2.3