Re: [edk2] ShellPkg: Change PcdShellFileOperationSize PCD to UINT32

2013-08-07 Thread Sergey Isakov
Looks good. I notice that file operation in OvmfPkg is limited by 2^16 but don't know yet if it is the same problem. 07.08.2013, в 19:59, "Cohen, Eugene" написал(а): > Dear ShellPkg Maintainer, > > Some storage subsystems benefit by having shell file operation sizes > (affecting copy and ty

[edk2] ShellPkg: Change PcdShellFileOperationSize PCD to UINT32

2013-08-07 Thread Cohen, Eugene
Dear ShellPkg Maintainer, 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. This patch is based on an old edk2 revision, 13353. Contributed-unde