Re: [edk2] [PATCH] ShellPkg: Add '-nc' flag support in 'disconnect' command

2016-09-22 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey And commited. > -Original Message- > From: Tapan Shah [mailto:tapands...@hpe.com] > Sent: Thursday, September 22, 2016 12:49 PM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben ; Tapan Shah >

[edk2] [PATCH] ShellPkg: Add '-nc' flag support in 'disconnect' command

2016-09-22 Thread Tapan Shah
As per ECR 1416, latest UEFI Shell 2.2 specification: Define a behavior where 'disconnect -r' will disconnect drivers from all devices but it will reconnect all consoles. If -nc flag is used (e.g. 'disconnect -r -nc') then disconnect drivers from all devices and don't reconnect consoles.