Lines Matching full:devices
34 Support for attaching virtual block devices, e.g. iSCSI drives connected by the
170 are devices, drivers, and loaded images. These objects are referenced by
183 Devices offer the EFI_DEVICE_PATH_PROTOCOL. A device path is the concatenation
184 of device nodes. By their device paths all devices of a system are arranged in a
188 a driver to devices (which are referenced as controllers in this context).
228 The driver may create child controllers (child devices). E.g. a driver for block
229 IO devices will create the device handles for the partitions. The child
235 ## U-Boot devices mapped as UEFI devices
237 Some of the U-Boot devices are mapped as UEFI devices
239 * block IO devices
246 The development target is to integrate the setup of these UEFI devices with the
252 ## UEFI devices mapped as U-Boot devices
254 UEFI drivers binaries and applications may create new (virtual) devices, install
262 In U-Boot 2018.03 this has only been implemented for block IO devices.
299 The UEFI block IO driver supports devices exposing the EFI_BLOCK_IO_PROTOCOL.
330 * support DisconnectController for UEFI block devices.