Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android
/
bootable
/
bootloader
/
edk2
/
a3589760c461266cca9a88a27fa9b54454dc9b82
/
MdePkg
/
Library
/
UefiScsiLib
/
UefiScsiLib.c
a358976
edk2/MdePkg/MdePkg/Library/UefiScsiLib/UefiScsiLib.c:
by jljusten
· 17 years ago
ba7e162
Fix a bug of ScsiWrite10Command() UefiScsiLib. After the SCSI WRITE command is executed, the output DataLength parameter should be EFI_SCSI_IO_SCSI_REQUEST_PACKET.OutTransferLength, instead of EFI_SCSI_IO_SCSI_REQUEST_PACKET.InTransferLength.
by xli24
· 17 years ago
c7a54f2
Fix invalid return status to sync with newest UEFI spec 2.1
by qhuang8
· 17 years ago
d35be2a
Sync code with MdePkg spec for Scsi library class and CustomDecompress library class.
by lgao4
· 17 years ago
581e82a
Fix bugs in MdePkg for GCC build.
by yshang1
· 17 years ago
bf231ea
Fixed comments to follow coding standard.
by AJFISH
· 17 years ago
d5b86e4
Removed MdePkg usage of ModuleName: in file headers
by AJFISH
· 17 years ago
a02e796
1) Modify ScsiIo protocol according to UEFI specification
by klu2
· 18 years ago