summaryrefslogtreecommitdiff
path: root/MdePkg/Library/UefiScsiLib
AgeCommit message (Expand)AuthorFilesLines
2009-06-05Add missing parameter check ASSERTs in ScsiReadCapacity16Command() of UefiScs...rsun31-0/+6
2009-05-21Fix ScsiLib build break by << operator, which is replaced by LShiftU64 of Bas...lgao42-7/+9
2009-05-19Add back logic to encode LUN in CDB for compatibility with SCSI-2 spec, altho...rsun31-2/+56
2009-05-19Fix bugs in the UEFI SCSI Library.rsun31-56/+2
2009-05-11Fix minor coding style issue for ScsiReadCapacity16Command() API in UefiScsiLib qhuang81-9/+9
2009-05-09Update function header description of ScsiReadCapacity16Command() in the UEFI...mdkinney1-28/+32
2009-04-15Fix several minor coding style issues.qhuang81-10/+9
2009-04-01Read-Capacity16 command added for SCSI driversjji41-0/+94
2008-12-10Synchronize interface function comment from declaration in library class head...klu21-2/+2
2008-12-04Function comments have been checked with spec.jji41-6/+2
2008-11-25Clean up the unused EDK_RELEASE_VERSION, PI_SPECIFICATION_VERSION and EFI_SPE...lgao41-1/+0
2008-11-24Function headers checked with specjji41-31/+32
2008-11-17Code Scrub:jji41-259/+339
2008-11-13Update for the library class renaming: ScsiLib -> UefiScsiLibqhuang82-2/+2
2008-10-31Fix a typo.qwang121-1/+1
2008-10-29Remove unnessary UEFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION in I...eric_tian1-1/+0
2008-10-28Refine file header for INF files of MDE library instances.xli241-3/+5
2008-10-20Move definition of EFI_SCSI_TARGET_MAX_BYTES from IndustryStandard in MDE Pac...xli241-1/+6
2008-10-20Fix ECC issue.klu21-12/+12
2008-10-07add proper modifers preceding to function arguments.eric_tian1-4/+4
2008-10-07sync the comments of scsilib library class with Mde Library Spec.eric_tian1-137/+149
2008-09-19Update these library instances module type to UEFI_DIRVER, because they only ...lgao41-1/+1
2008-09-08Update UefiScsiLib to add ASSERT comments and define new macros to replace th...lgao41-28/+71
2008-08-30The driver and library in MdePkg, MdeModulePkg and Nt32Pkg that don't depend ...lgao41-1/+1
2008-08-25remove the unused msa files in MdePkg.lgao41-43/+0
2008-07-25Code Scrub for MdePkg.yshang11-12/+12
2008-07-16Code Scrub the common includes in MdePkg.yshang11-0/+8
2008-02-25Fix build failure by adding DebugLiblgao42-1/+2
2008-02-25update comments and add assert for these files.lgao41-30/+92
2007-11-02edk2/MdePkg/MdePkg/Library/UefiScsiLib/UefiScsiLib.c:jljusten1-90/+90
2007-09-28Fix a bug of ScsiWrite10Command() UefiScsiLib. After the SCSI WRITE command i...xli241-1/+1
2007-09-20Fix invalid return status to sync with newest UEFI spec 2.1qhuang81-5/+5
2007-08-14Sync code with MdePkg spec for Scsi library class and CustomDecompress librar...lgao41-7/+7
2007-07-19Remove unused comments in MdePkg.yshang11-27/+0
2007-07-19Fix bugs in MdePkg for GCC build.yshang11-1/+1
2007-07-13Fixed comments to follow coding standard. AJFISH1-280/+244
2007-07-12Removed MdePkg usage of ModuleName: in file headersAJFISH1-8/+0
2007-06-29removed [includes] section from MdePkg and MdeModulePkg .inf files. The inclu...AJFISH1-9/+0
2007-06-291) Modify ScsiIo protocol according to UEFI specificationklu23-0/+799