]> git.proxmox.com Git - mirror_edk2.git/commit - MdePkg/Library/UefiLib/UefiLib.c
MdePkg/UefiLib: introduce EfiEventGroupSignal
authorLaszlo Ersek <lersek@redhat.com>
Tue, 22 Mar 2016 16:07:14 +0000 (17:07 +0100)
committerLaszlo Ersek <lersek@redhat.com>
Wed, 23 Mar 2016 11:05:39 +0000 (12:05 +0100)
commit772fb7cb13de5e18f04e8a19b97d2949f9dc7054
treeb6693c39b080ae81ad7dfe125085566c4545eb01
parentca8f50e88e03f05df6cea0b2ed7a100c08a900b8
MdePkg/UefiLib: introduce EfiEventGroupSignal

This is a small convenience function that eases signaling an event group
(identified by GUID). An example where it can be used is Platform BDS
signaling the End-of-DXE event group.

The naming follows EfiNamedEventSignal().

The patch modifies the library class header, and updates the most commonly
used library instance at once. Other library instances in the edk2 tree
will be adapted in the following patches.

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Suggested-by: Jordan Justen <jordan.l.justen@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
MdePkg/Include/Library/UefiLib.h
MdePkg/Library/UefiLib/UefiLib.c