summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/UefiScsiLib/UefiScsiLib.c
Commit message (Expand)AuthorAgeFilesLines
* MdePkg: Apply uncrustify changesMichael Kubacki2021-12-071-315/+299
* MdePkg: Change OPTIONAL keyword usage styleMichael D Kinney2021-12-071-32/+32
* MdePkg/UefiScsiLib: Set FUA bit for synchronous SCSI Write operationsZurcher, Christopher J2020-04-151-6/+8
* MdePkg: Implement SCSI commands for Security Protocol In/OutZurcher, Christopher J2019-09-291-1/+228
* MdePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdePkg: Clean up source filesLiming Gao2018-06-281-24/+24
* MdePkg UefiScsiLib: Raise the Tpl of async IO callback to TPL_NOTIFYHao Wu2015-12-221-4/+4
* MdePkg UefiScsiLib: Close event when SCSI command failsHao Wu2015-12-221-4/+44
* MdePkg UefiScsiLib: Add non-blocking support for SCSI Read/Write commandHao Wu2015-12-111-0/+776
* MdePkg/UefiScsiLib: comments update to add EFI_INVALID_PARAMETER statusFeng Tian2015-09-101-149/+236
* MdePkg: UefiScsiLib: do not encode LUN in CDB for other SCSI commandsLaszlo Ersek2014-11-281-52/+1
* MdePkg: UefiScsiLib: do not encode LUN in CDB for READ and WRITELaszlo Ersek2014-11-281-28/+0
* MdePkg/UefiScsiLib: Wrong function parameter comments in UefiScsiLib. It shou...Tian, Feng2014-04-301-4/+4
* Add BlockIO revision 3 definition. Add new API ScsiInquiryCommandEx to UefiSc...niruiyu2011-05-231-5/+115
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-301-10/+10
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-251-1/+1
* Add Read/Write (16) command to SCSI library.li-elvin2010-05-281-16/+204
* Update the copyright notice formathhtian2010-04-231-2/+2
* Add missing parameter check ASSERTs in ScsiReadCapacity16Command() of UefiScs...rsun32009-06-051-0/+6
* Fix ScsiLib build break by << operator, which is replaced by LShiftU64 of Bas...lgao42009-05-211-7/+8
* Add back logic to encode LUN in CDB for compatibility with SCSI-2 spec, altho...rsun32009-05-191-2/+56
* Fix bugs in the UEFI SCSI Library.rsun32009-05-191-56/+2
* Fix minor coding style issue for ScsiReadCapacity16Command() API in UefiScsiLib qhuang82009-05-111-9/+9
* Update function header description of ScsiReadCapacity16Command() in the UEFI...mdkinney2009-05-091-28/+32
* Fix several minor coding style issues.qhuang82009-04-151-10/+9
* Read-Capacity16 command added for SCSI driversjji42009-04-011-0/+94
* Synchronize interface function comment from declaration in library class head...klu22008-12-101-2/+2
* Function comments have been checked with spec.jji42008-12-041-6/+2
* Function headers checked with specjji42008-11-241-31/+32
* Code Scrub:jji42008-11-171-259/+339
* Update for the library class renaming: ScsiLib -> UefiScsiLibqhuang82008-11-131-1/+1
* Fix a typo.qwang122008-10-311-1/+1
* Move definition of EFI_SCSI_TARGET_MAX_BYTES from IndustryStandard in MDE Pac...xli242008-10-201-1/+6
* Fix ECC issue.klu22008-10-201-12/+12
* add proper modifers preceding to function arguments.eric_tian2008-10-071-4/+4
* sync the comments of scsilib library class with Mde Library Spec.eric_tian2008-10-071-137/+149
* Update UefiScsiLib to add ASSERT comments and define new macros to replace th...lgao42008-09-081-28/+71
* The driver and library in MdePkg, MdeModulePkg and Nt32Pkg that don't depend ...lgao42008-08-301-1/+1
* Code Scrub for MdePkg.yshang12008-07-251-12/+12
* Code Scrub the common includes in MdePkg.yshang12008-07-161-0/+8
* Fix build failure by adding DebugLiblgao42008-02-251-0/+1
* update comments and add assert for these files.lgao42008-02-251-30/+92
* edk2/MdePkg/MdePkg/Library/UefiScsiLib/UefiScsiLib.c:jljusten2007-11-021-90/+90
* Fix a bug of ScsiWrite10Command() UefiScsiLib. After the SCSI WRITE command i...xli242007-09-281-1/+1
* Fix invalid return status to sync with newest UEFI spec 2.1qhuang82007-09-201-5/+5
* Sync code with MdePkg spec for Scsi library class and CustomDecompress librar...lgao42007-08-141-7/+7
* Fix bugs in MdePkg for GCC build.yshang12007-07-191-1/+1
* Fixed comments to follow coding standard. AJFISH2007-07-131-280/+244
* Removed MdePkg usage of ModuleName: in file headersAJFISH2007-07-121-8/+0
* 1) Modify ScsiIo protocol according to UEFI specificationklu22007-06-291-0/+677