diff options
author | Sreekanth Reddy <sreekanth.reddy@avagotech.com> | 2015-01-12 01:08:55 -0500 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2015-01-12 07:15:35 -0500 |
commit | cb16ef384f15d33a53b4db47878aa818be059d77 (patch) | |
tree | 92daa0af65a290598bb4f56c8219a56bbb459a89 /drivers/scsi/mpt2sas/mpi/mpi2_ioc.h | |
parent | 0128d5cf8f85c93b3c70ff03299c2839f3e6d21e (diff) |
mpt2sas: MPI2 Rev AA (2.00.19) specifications
Below is the changeset from the MPI specification and 2.00.34 header
files:
1) Defined additional bits in the BiosOptions field of BIOS Page 1 to
allow for finer control of X86 BIOS and UEFI BSD.
2) For the Clean Tool, reserved bit 26 of the Flags field for product
specific use.
Signed-off-by: Sreekanth Reddy <Sreekanth.Reddy@avagotech.com>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/scsi/mpt2sas/mpi/mpi2_ioc.h')
-rw-r--r-- | drivers/scsi/mpt2sas/mpi/mpi2_ioc.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/scsi/mpt2sas/mpi/mpi2_ioc.h b/drivers/scsi/mpt2sas/mpi/mpi2_ioc.h index 2c3b0f28576b..b02de48be204 100644 --- a/drivers/scsi/mpt2sas/mpi/mpi2_ioc.h +++ b/drivers/scsi/mpt2sas/mpi/mpi2_ioc.h | |||
@@ -6,7 +6,7 @@ | |||
6 | * Title: MPI IOC, Port, Event, FW Download, and FW Upload messages | 6 | * Title: MPI IOC, Port, Event, FW Download, and FW Upload messages |
7 | * Creation Date: October 11, 2006 | 7 | * Creation Date: October 11, 2006 |
8 | * | 8 | * |
9 | * mpi2_ioc.h Version: 02.00.23 | 9 | * mpi2_ioc.h Version: 02.00.24 |
10 | * | 10 | * |
11 | * Version History | 11 | * Version History |
12 | * --------------- | 12 | * --------------- |
@@ -126,6 +126,7 @@ | |||
126 | * Added MPI2_IOCFACTS_CAPABILITY_RDPQ_ARRAY_CAPABLE. | 126 | * Added MPI2_IOCFACTS_CAPABILITY_RDPQ_ARRAY_CAPABLE. |
127 | * Added MPI2_FW_DOWNLOAD_ITYPE_PUBLIC_KEY. | 127 | * Added MPI2_FW_DOWNLOAD_ITYPE_PUBLIC_KEY. |
128 | * Added Encrypted Hash Extended Image. | 128 | * Added Encrypted Hash Extended Image. |
129 | * 12-05-13 02.00.24 Added MPI25_HASH_IMAGE_TYPE_BIOS. | ||
129 | * -------------------------------------------------------------------------- | 130 | * -------------------------------------------------------------------------- |
130 | */ | 131 | */ |
131 | 132 | ||
@@ -1589,6 +1590,7 @@ Mpi25EncryptedHashEntry_t, MPI2_POINTER pMpi25EncryptedHashEntry_t; | |||
1589 | /* values for HashImageType */ | 1590 | /* values for HashImageType */ |
1590 | #define MPI25_HASH_IMAGE_TYPE_UNUSED (0x00) | 1591 | #define MPI25_HASH_IMAGE_TYPE_UNUSED (0x00) |
1591 | #define MPI25_HASH_IMAGE_TYPE_FIRMWARE (0x01) | 1592 | #define MPI25_HASH_IMAGE_TYPE_FIRMWARE (0x01) |
1593 | #define MPI25_HASH_IMAGE_TYPE_BIOS (0x02) | ||
1592 | 1594 | ||
1593 | /* values for HashAlgorithm */ | 1595 | /* values for HashAlgorithm */ |
1594 | #define MPI25_HASH_ALGORITHM_UNUSED (0x00) | 1596 | #define MPI25_HASH_ALGORITHM_UNUSED (0x00) |