Efi_Device_Path Protocol - Intel Extensible Firmware Interface Specification

Intel extensible firmware interface specification
Table of Contents

Advertisement

Extensible Firmware Interface Specification
5.2

EFI_DEVICE_PATH Protocol

This section provides a detailed description of the
Summary
Can be used on any device handle to obtain generic path/location information concerning the
physical device or logical device. If the handle does not logically map to a physical device, the
handle may not necessarily support the device path protocol.
GUID
#define DEVICE_PATH_PROTOCOL
{ 09576e91-6d3f-11d2-8e39-00a0c969723b }
Protocol Interface Structure
EFI_DEVICE_PATH
Parameters
DevicePath
Description
The executing EFI Image may use the device path to match its own device drivers to the particular
device. Note that the executing EFI OS loader and EFI application images must access all physical
devices via Boot Services device handles until
An EFI driver may access only a physical device for which it provides functionality.
118
EFI_DEVICE_PATH
*DevicePath;
A pointer to device path data. The device path describes the location of
the device the handle is for. The size of the Device Path can be
determined from the structures that make up the Device Path. Type
is defined in Chapter 3.
EFI_DEVICE_PATH
ExitBootServices()
12/12/00
protocol.
\
is successfully called.
Version 1.02

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Extensible Firmware Interface and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents