TianoCore EDK2 master
|
Go to the source code of this file.
Data Structures | |
struct | OPAL_PCI_DEVICE |
struct | OPAL_DEVICE_LOCKBOX_DATA |
Macros | |
#define | OPAL_MAX_PASSWORD_SIZE 32 |
#define | OPAL_DEVICE_TYPE_UNKNOWN 0x0 |
#define | OPAL_DEVICE_TYPE_ATA 0x1 |
#define | OPAL_DEVICE_TYPE_NVME 0x2 |
#define | OPAL_DEVICE_LOCKBOX_GUID { 0x56a77f0d, 0x6f05, 0x4d47, { 0xb9, 0x11, 0x4f, 0xd, 0xec, 0x5c, 0x58, 0x61 } } |
Opal Password common header file.
Copyright (c) 2018 - 2019, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file OpalPasswordCommon.h.
#define OPAL_DEVICE_LOCKBOX_GUID { 0x56a77f0d, 0x6f05, 0x4d47, { 0xb9, 0x11, 0x4f, 0xd, 0xec, 0x5c, 0x58, 0x61 } } |
Definition at line 36 of file OpalPasswordCommon.h.
#define OPAL_DEVICE_TYPE_ATA 0x1 |
Definition at line 15 of file OpalPasswordCommon.h.
#define OPAL_DEVICE_TYPE_NVME 0x2 |
Definition at line 16 of file OpalPasswordCommon.h.
#define OPAL_DEVICE_TYPE_UNKNOWN 0x0 |
Definition at line 14 of file OpalPasswordCommon.h.
#define OPAL_MAX_PASSWORD_SIZE 32 |
Definition at line 12 of file OpalPasswordCommon.h.