UEFI Spec 2.3.1: OpenProtocol() Boot Service
BY_DRIVER:
Used by a driver to gain access to a protocol interface. When this mode is
used, the driver’s Stop() function will be called by DisconnectController() if
the protocol interface is reinstalled or uninstalled. Once a protocol interface
is op
On Tue, Sep 18, 2012 at 3:51 AM, Laszlo Ersek wrote:
> Hi,
>
> "9.2 Driver Binding Protocol Template" in the Driver Writer’s Guide
> for UEFI 2.3.1 (v1.01) says,
>
> Although the thought of initializing something as soon as it is
> supported in the Supported() service of the driver seems t