Lines Matching +full:firmware +full:- +full:initialized

8 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
9 SPDX-License-Identifier: BSD-2-Clause-Patent
29 /// Device Path guid definition for backward-compatible with EFI1.1.
56 UINT8 Length[2]; ///< Specific Device Path data. Type and Sub-Type define
62 /// Device Path protocol definition for backward-compatible with EFI1.1.
137 /// The Vendor Device Path allows the creation of vendor-defined Device Paths. A vendor must
144 /// Vendor-assigned GUID that defines the data that follows.
148 /// Vendor-defined variable size data.
200 /// Device's PnP hardware ID stored in a numeric 32-bit
201 /// compressed EISA-type ID. This value must match the
208 /// _UID/_HID pair in the ACPI name space. Only the 32-bit
222 /// Device's PnP hardware ID stored in a numeric 32-bit
223 /// compressed EISA-type ID. This value must match the
235 /// 32-bit compressed EISA-type ID. This value must match at
249 // EISA ID Definition 32-bits
250 // bits[15:0] - three character compressed ASCII EISA ID.
251 // bits[31:16] - binary number
276 /// field comes from Table B-2 of the ACPI 3.0 specification. At
439 /// Vendor ID assigned by USB-IF. A value of 0xFFFF will
444 /// Product ID assigned by USB-IF. A value of 0xFFFF will
449 /// The class code assigned by the USB-IF. A value of 0xFF
454 /// The subclass code assigned by the USB-IF. A value of
459 /// The protocol code assigned by the USB-IF. A value of
488 /// Last 64-or-fewer UTF-16 characters of the USB
591 /// 0x00 - The Source IP Address was assigned though DHCP.
592 /// 0x01 - The Source IP Address is statically bound.
632 /// 0x00 - The Local IP Address was manually configured.
633 /// 0x01 - The Local IP Address is assigned through IPv6
634 /// stateless auto-configuration.
635 /// 0x02 - The Local IP Address is assigned through IPv6
657 /// Bit 0 - IOC/Service (0b = IOC, 1b = Service).
658 /// Bit 1 - Extend Boot Environment.
659 /// Bit 2 - Console Protocol.
660 /// Bit 3 - Storage Protocol.
661 /// Bit 4 - Network Protocol.
666 /// 128-bit Global Identifier for remote fabric port.
670 /// 64-bit unique identifier to remote IOC or server process.
675 /// 64-bit persistent ID of remote IOC port.
679 /// 64-bit persistent ID of remote device.
712 /// Parity 0x00 - Default Parity.
713 /// Parity 0x01 - No Parity.
714 /// Parity 0x02 - Even Parity.
715 /// Parity 0x03 - Odd Parity.
716 /// Parity 0x04 - Mark Parity.
717 /// Parity 0x05 - Space Parity.
722 /// Stop Bits 0x00 - Default Stop Bits.
723 /// Stop Bits 0x01 - 1 Stop Bit.
724 /// Stop Bits 0x02 - 1.5 Stop Bits.
725 /// Stop Bits 0x03 - 2 Stop Bits.
814 /// 8-byte array of the SAS Address for Serial Attached SCSI Target Port.
818 /// 8-byte array of the SAS Logical Unit Number.
949 /// VLAN identifier (0-4094).
967 /// Wi-Fi Device Path SubType.
973 /// Service set identifier. A 32-byte octets string.
1019 /// If SignatureType is 0, this field has to be initialized with 16 zeros.
1021 /// The other 12 bytes are initialized with zeros.
1027 /// 0x01 - PC-AT compatible legacy MBR.
1028 /// 0x02 - GUID Partition Table.
1033 /// 0x00 - No Disk Signature.
1034 /// 0x01 - 32-bit signature from address 0x1b8 of the type 0x01 MBR.
1035 /// 0x02 - GUID signature.
1048 /// CD-ROM Media Device Path SubType.
1053 /// The CD-ROM Media Device Path is used to define a system partition that exists on a CD-ROM.
1062 /// Starting RBA of the partition on the medium. CD-ROMs use Relative logical Block Addressing.
1083 /// A NULL-terminated Path string including directory and file names.
1109 /// PIWG Firmware File SubType.
1114 …ice path is used by systems implementing the UEFI PI Specification 1.0 to describe a firmware file.
1119 /// Firmware file name
1125 /// PIWG Firmware Volume Device Path SubType.
1130 …e path is used by systems implementing the UEFI PI Specification 1.0 to describe a firmware volume.
1135 /// Firmware volume name.
1222 /// This Device Path is used to describe the booting of non-EFI-aware operating systems.
1235 /// Null-terminated ASCII string that describes the boot device to a user.
1241 // DeviceType definitions - from BBS specification