]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg/FvSimpleFileSystem: Add a new module to provide access to executable...
authorBrendan Jackman <brendan.jackman@arm.com>
Tue, 23 Dec 2014 03:18:04 +0000 (03:18 +0000)
committererictian <erictian@Edk2>
Tue, 23 Dec 2014 03:18:04 +0000 (03:18 +0000)
commit9da91aea69569feceb23cf502c81a32a4121d362
tree38d6575f6e1e1b33302f1969613f89b139daa11a
parent32d258b5e78f0f45562a0cad909fd4add4b521d0
MdeModulePkg/FvSimpleFileSystem: Add a new module to provide access to executable files in FVs.

This module implements Simple FileSystem protocol over Firmware Volume (FV).
EFI Modules included into a FV can be listed and launched from the EFI Shell or any other EFI applications.

Contributed-under: TianoCore Contribution Agreement 1.0

Signed-off-by: Brendan Jackman <brendan.jackman@arm.com>
Signed-off-by: Feng Tian <feng.tian@intel.com>
Reviewed-by: Olivier Martin <olivier.martin@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16547 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/MdeModulePkg.dsc
MdeModulePkg/Universal/FvSimpleFileSystemDxe/ComponentName.c [new file with mode: 0644]
MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystem.c [new file with mode: 0644]
MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystem.uni [new file with mode: 0644]
MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemDxe.inf [new file with mode: 0644]
MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemEntryPoint.c [new file with mode: 0644]
MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemExtra.uni [new file with mode: 0644]
MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemInternal.h [new file with mode: 0644]