REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1907
UEFI spec 2.8 introduce a new variable L"RuntimeServicesSupported". If some runtime sevices is not supported at runtime phase, the variable should present at boot services. It is a bitmask value, the bit value of zero indicate the related runtime services is not supported at runtime phase. Add the difinition and use it to control Capsule runtime services. Cc: Michael D Kinney <michael.d.kin...@intel.com> Cc: Liming Gao <liming....@intel.com> Cc: Jian J Wang <jian.j.w...@intel.com> Cc: Hao A Wu <hao.a...@intel.com> Cc: Ray Ni <ray...@intel.com> Cc: Star Zeng <star.z...@intel.com> Cc: Sean Brogan <sean.bro...@microsoft.com> Cc: Michael Turner <michael.tur...@microsoft.com> Cc: Bret Barkelew <bret.barke...@microsoft.com> Zhichao Gao (3): MdePkg/UefiSpec.h: Add define of runtime services support MdePkg: Indicate new pcd PcdRuntimeServicesSupport MdeModulePkg/CapsuleRuntimeDxe: Control runtime services supported .../CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf | 3 + .../CapsuleRuntimeDxe/CapsuleService.c | 129 ++++++++++++++++++ MdePkg/Include/Uefi/UefiSpec.h | 15 ++ MdePkg/MdePkg.dec | 19 +++ MdePkg/MdePkg.uni | 19 +++ 5 files changed, 185 insertions(+) -- 2.21.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#43848): https://edk2.groups.io/g/devel/message/43848 Mute This Topic: https://groups.io/mt/32500925/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-