index
:
edk2-platforms.git
about
devel-IntelAtomProcessorE3900
devel-MinPlatform
devel-MinnowBoard3
devel-MinnowBoard3-UDK2017
devel-MinnowBoardMax-UDK2017
devel-OpenPlatformPkg
devel-dynamictables
master
minnowboard-max-udk2015
pentium-celeron-n-udk2015
(https://github.com/tianocore/edk2-platforms)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MdePkg
/
Library
/
UefiScsiLib
Age
Commit message (
Expand
)
Author
2011-05-23
Add BlockIO revision 3 definition. Add new API ScsiInquiryCommandEx to UefiSc...
niruiyu
2010-06-30
Minor grammatical work--mostly adding periods. Items with ONLY period added ...
myronporter
2010-06-25
Minor grammatical work--mostly adding periods. Items with ONLY period added ...
myronporter
2010-05-28
Add Read/Write (16) command to SCSI library.
li-elvin
2010-04-23
Update the copyright notice format
hhtian
2010-02-24
1. Correct File header to ## @file
lgao4
2009-06-05
Add missing parameter check ASSERTs in ScsiReadCapacity16Command() of UefiScs...
rsun3
2009-05-21
Fix ScsiLib build break by << operator, which is replaced by LShiftU64 of Bas...
lgao4
2009-05-19
Add back logic to encode LUN in CDB for compatibility with SCSI-2 spec, altho...
rsun3
2009-05-19
Fix bugs in the UEFI SCSI Library.
rsun3
2009-05-11
Fix minor coding style issue for ScsiReadCapacity16Command() API in UefiScsiLib
qhuang8
2009-05-09
Update function header description of ScsiReadCapacity16Command() in the UEFI...
mdkinney
2009-04-15
Fix several minor coding style issues.
qhuang8
2009-04-01
Read-Capacity16 command added for SCSI drivers
jji4
2008-12-10
Synchronize interface function comment from declaration in library class head...
klu2
2008-12-04
Function comments have been checked with spec.
jji4
2008-11-25
Clean up the unused EDK_RELEASE_VERSION, PI_SPECIFICATION_VERSION and EFI_SPE...
lgao4
2008-11-24
Function headers checked with spec
jji4
2008-11-17
Code Scrub:
jji4
2008-11-13
Update for the library class renaming: ScsiLib -> UefiScsiLib
qhuang8
2008-10-31
Fix a typo.
qwang12
2008-10-29
Remove unnessary UEFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION in I...
eric_tian
2008-10-28
Refine file header for INF files of MDE library instances.
xli24
2008-10-20
Move definition of EFI_SCSI_TARGET_MAX_BYTES from IndustryStandard in MDE Pac...
xli24
2008-10-20
Fix ECC issue.
klu2
2008-10-07
add proper modifers preceding to function arguments.
eric_tian
2008-10-07
sync the comments of scsilib library class with Mde Library Spec.
eric_tian
2008-09-19
Update these library instances module type to UEFI_DIRVER, because they only ...
lgao4
2008-09-08
Update UefiScsiLib to add ASSERT comments and define new macros to replace th...
lgao4
2008-08-30
The driver and library in MdePkg, MdeModulePkg and Nt32Pkg that don't depend ...
lgao4
2008-08-25
remove the unused msa files in MdePkg.
lgao4
2008-07-25
Code Scrub for MdePkg.
yshang1
2008-07-16
Code Scrub the common includes in MdePkg.
yshang1
2008-02-25
Fix build failure by adding DebugLib
lgao4
2008-02-25
update comments and add assert for these files.
lgao4
2007-11-02
edk2/MdePkg/MdePkg/Library/UefiScsiLib/UefiScsiLib.c:
jljusten
2007-09-28
Fix a bug of ScsiWrite10Command() UefiScsiLib. After the SCSI WRITE command i...
xli24
2007-09-20
Fix invalid return status to sync with newest UEFI spec 2.1
qhuang8
2007-08-14
Sync code with MdePkg spec for Scsi library class and CustomDecompress librar...
lgao4
2007-07-19
Remove unused comments in MdePkg.
yshang1
2007-07-19
Fix bugs in MdePkg for GCC build.
yshang1
2007-07-13
Fixed comments to follow coding standard.
AJFISH
2007-07-12
Removed MdePkg usage of ModuleName: in file headers
AJFISH
2007-06-29
removed [includes] section from MdePkg and MdeModulePkg .inf files. The inclu...
AJFISH
2007-06-29
1) Modify ScsiIo protocol according to UEFI specification
klu2