]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg/DxeCapsuleLibFmp: Add DxeCapsuleLibFmp instance.
authorJiewen Yao <jiewen.yao@intel.com>
Wed, 21 Sep 2016 01:49:12 +0000 (09:49 +0800)
committerJiewen Yao <jiewen.yao@intel.com>
Tue, 8 Nov 2016 14:37:00 +0000 (22:37 +0800)
commitd2a160304e9358eece635b563dc6a74ec250f1f0
treebb14c7d69b862483b934ab13916695f43df96ca8
parentbf468a6ca060d8c5214a34175a309a11d1a65aba
MdeModulePkg/DxeCapsuleLibFmp: Add DxeCapsuleLibFmp instance.

This instance handles Microsoft UX capsule, UEFI defined FMP capsule.
This instance should not assume any capsule image format.

Cc: Feng Tian <feng.tian@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Chao Zhang <chao.b.zhang@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Michael Kinney <michael.d.kinney@intel.com>
Tested-by: Michael Kinney <michael.d.kinney@intel.com>
MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.c [new file with mode: 0644]
MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.inf [new file with mode: 0644]
MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.uni [new file with mode: 0644]
MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleProcessLib.c [new file with mode: 0644]
MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleProcessLibNull.c [new file with mode: 0644]
MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleReportLib.c [new file with mode: 0644]
MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleReportLibNull.c [new file with mode: 0644]
MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleRuntime.c [new file with mode: 0644]
MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf [new file with mode: 0644]
MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.uni [new file with mode: 0644]