]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg/DxeIpl: Support Capsule On Disk.
authorWei6 Xu <wei6.xu@intel.com>
Wed, 19 Jun 2019 16:32:05 +0000 (00:32 +0800)
committerZhang, Chao B <chao.b.zhang@intel.com>
Thu, 20 Jun 2019 08:50:42 +0000 (16:50 +0800)
commit6b32af2e105f9b5454a55b581f2dc365c5eb6397
tree0e0b802ae932c40173828d7bc0d1c40459ec4924
parent7837d1249807b4248079699097bc993254235d7a
MdeModulePkg/DxeIpl: Support Capsule On Disk.

https://github.com/tianocore/tianocore.github.io/wiki/UEFI-Capsule-
on-Disk-Introducation

If Capsule On Disk mode, call Capsule On Disk Load PPI to load
capsules. When it fails, still goes to Firmware Update boot path.
BDS will clear corresponding indicator and reboot later on.

Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Hao A Wu <hao.a.wu@intel.com>
Cc: Chao B Zhang <chao.b.zhang@intel.com>
Signed-off-by: Wei6 Xu <wei6.xu@intel.com>
Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
Reviewed-by: Chao B Zhang <chao.b.zhang@intel.com>
MdeModulePkg/Core/DxeIplPeim/DxeIpl.h
MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
MdeModulePkg/Core/DxeIplPeim/DxeLoad.c