audk/MdeModulePkg/Universal/FvSimpleFileSystemDxe
Feng Tian b07c966581 MdeModulePkg/FvSimpleFs: don't open DevicePath with BY_DRIVER mode
The device path protocol doesn't get closed at FvSimpleFilesystem
driver stop() when it's opened at start() with BY_DRIVER mode.

We change it to open DevicePath with GET_PROTOCOL mode as FV2 protocol with BY_DRIVER is enough.

Cc: Chao Zhang <chao.b.zhang@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Feng Tian <feng.tian@intel.com>
Reviewed-by: Chao Zhang <chao.b.zhang@intel.com>
2016-03-03 15:50:19 +08:00
..
ComponentName.c MdeModulePkg/FvSimpleFileSystem: Add a new module to provide access to executable files in FVs. 2014-12-23 03:18:04 +00:00
FvSimpleFileSystem.c MdeModulePkg/FvSimpleFileSystemDxe: Support file opening with no '.efi' 2015-07-09 10:34:27 +00:00
FvSimpleFileSystem.uni MdeModulePkg: Convert all .uni files to utf-8 2015-12-15 04:56:23 +00:00
FvSimpleFileSystemDxe.inf MdeModulePkg/FvSimpleFileSystem: Add a new module to provide access to executable files in FVs. 2014-12-23 03:18:04 +00:00
FvSimpleFileSystemEntryPoint.c MdeModulePkg/FvSimpleFs: don't open DevicePath with BY_DRIVER mode 2016-03-03 15:50:19 +08:00
FvSimpleFileSystemExtra.uni MdeModulePkg: Convert all .uni files to utf-8 2015-12-15 04:56:23 +00:00
FvSimpleFileSystemInternal.h MdeModulePkg/FvSimpleFileSystemDxe: Fixed ARM compiler error 2015-02-25 02:24:04 +00:00