Age | Commit message (Expand) | Author | Files | Lines |
2023-04-10 | MdeModulePkg: Update code to be more C11 compliant by using __func__ | Rebecca Cran | 1 | -3/+3 |
2023-04-01 | MdeModulePkg: Consume new alignment-related macros | Marvin Häuser | 2 | -4/+2 |
2023-04-01 | MdeModulePkg: Rename IS_ALIGNED macros to avoid name collisions | Marvin Häuser | 2 | -3/+3 |
2023-02-04 | MdeModulePkg: ScsiDiskDxe: clean up comment in ScsiDisk.c | Yuan Yu | 1 | -4/+0 |
2023-02-02 | MdeModulePkg: ScsiBusDxe: Refactor DiscoverScsiDevice() | Yuan Yu | 2 | -20/+23 |
2022-11-04 | MdeModulePkg/scsi :Coverity scan flags multiple issues in edk2-stable202205 | Sivaparvathi C | 2 | -10/+19 |
2022-10-31 | MdeModulePkg/ScsiDiskDxe: Update proper device name for ScsiDisk drive | Cheripally Gopi | 3 | -2/+62 |
2021-12-07 | MdeModulePkg: Apply uncrustify changes | Michael Kubacki | 6 | -1715/+1735 |
2021-12-07 | MdeModulePkg: Change use of EFI_D_* to DEBUG_* | Michael D Kinney | 1 | -22/+22 |
2020-02-10 | MdeModulePkg/Bus/Scsi: Fix various typos | Antoine Coeur | 4 | -26/+26 |
2019-09-29 | MdeModulePkg/ScsiDiskDxe: Support Storage Security Command Protocol | Zurcher, Christopher J | 3 | -16/+774 |
2019-09-29 | MdeModulePkg/ScsiBusDxe: Clean up Peripheral Type check | Zurcher, Christopher J | 1 | -2/+3 |
2019-04-09 | MdeModulePkg: Replace BSD License with BSD+Patent License | Michael D Kinney | 12 | -84/+12 |
2018-09-06 | MdeModulePkg: Removing ipf which is no longer supported from edk2. | Chen A Chen | 2 | -2/+2 |
2018-06-28 | MdeModulePkg: Clean up source files | Liming Gao | 11 | -202/+202 |
2017-12-09 | MdeModulePkg/ScsiDisk: Return EFI_NO_MEDIA when no media presents | Ruiyu Ni | 1 | -11/+30 |
2017-08-19 | MdeModulePkg/ScsiBusDxe: don't produce ScsiIo for nonexistent LUNs, part 2 | Laszlo Ersek | 1 | -2/+22 |
2017-08-19 | MdeModulePkg/ScsiBusDxe: remove redundant "else" after "break" statement | Laszlo Ersek | 1 | -3/+4 |
2017-08-19 | MdeModulePkg/ScsiBusDxe: don't produce ScsiIo for nonexistent LUNs, part 1 | Laszlo Ersek | 1 | -9/+1 |
2017-04-13 | MdeModulePkg/ScsiDiskDxe: Fix undefined behavior in signed left shift | Hao Wu | 1 | -2/+2 |
2016-05-20 | MdeModulePkg ScsiDiskDxe: Add Erase Block Protocol support for UFS devices | Hao Wu | 3 | -27/+761 |
2016-05-05 | MdeModulePkg: ScsiDiskDxe: cope with broken "Supported VPD Pages" VPD page | Laszlo Ersek | 1 | -0/+37 |
2016-03-29 | MdeModulePkg ScsiDiskDxe: Fix hang issue when reconnecting an ISCSI device | Hao Wu | 1 | -5/+13 |
2016-01-07 | MdeModulePkg/ScsiDisk: Increase the value of SCSI_DISK_TIMEOUT to 30s | Feng Tian | 1 | -1/+5 |
2015-12-22 | MdeModulePkg ScsiBusDxe: Raise the Tpl of async IO callback to TPL_NOTIFY | Hao Wu | 1 | -1/+1 |
2015-12-22 | MdeModulePkg ScsiDiskDxe: Raise the Tpl of async IO callback to TPL_NOTIFY | Hao Wu | 2 | -12/+105 |
2015-12-22 | MdeModulePkg ScsiDiskDxe: Add retry scheme for async SCSI I/O command | Hao Wu | 1 | -8/+58 |
2015-12-22 | MdeModulePkg ScsiDiskDxe: Fix async request retry times info lost issue | Hao Wu | 2 | -0/+32 |
2015-12-22 | MdeModulePkg ScsiDiskDxe: Close event when SCSI command fails | Hao Wu | 1 | -0/+24 |
2015-12-22 | MdeModulePkg ScsiBusDxe: Only signal caller event when PassThru() succeeds | Hao Wu | 1 | -2/+3 |
2015-12-22 | MdeModulePkg ScsiDiskDxe: Modify WriteBlocks(Ex)() to follow UEFI spec | Hao Wu | 1 | -0/+10 |
2015-12-22 | MdeModulePkg ScsiDiskDxe: Modify FlushBlocksEx() to follow UEFI spec | Hao Wu | 2 | -10/+71 |
2015-12-22 | MdeModulePkg ScsiDiskDxe: Set block I/O media of SCSI CDROM to read-only | Hao Wu | 1 | -0/+1 |
2015-12-15 | MdeModulePkg: Convert all .uni files to utf-8 | Jordan Justen | 4 | -0/+0 |
2015-12-11 | MdeModulePkg ScsiBusDxe: Fix caller event may nerver be signaled | Hao Wu | 1 | -9/+37 |
2015-12-11 | MdeModulePkg ScsiDiskDxe: Add BlockIO2 Support | Hao Wu | 4 | -14/+1767 |
2015-09-10 | MdeModulePkg: ScsiDiskDxe: adapt SectorCount when shortening transfers | Laszlo Ersek | 1 | -0/+41 |
2015-09-10 | MdeModulePkg: ScsiDiskDxe: recognize EFI_BAD_BUFFER_SIZE | Laszlo Ersek | 1 | -4/+4 |
2015-04-29 | MdeModulePkg: fix some issues in ScsiDisk to co-work with UFS stack | Feng Tian | 2 | -12/+15 |
2015-04-23 | MdeModulePkg/ScsiDisk: Set correct value to the Media->IoAlign field of Block... | Feng Tian | 1 | -10/+11 |
2014-09-30 | MdeModulePkg/ScsiDiskDxe: Fix the build warning/error "unreachable statement" | Olivier Martin | 1 | -1/+0 |
2014-09-03 | MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo... | Gao, Liming | 2 | -0/+0 |
2014-08-28 | MdeModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star | 4 | -0/+0 |
2014-08-28 | MdeModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star | 2 | -12/+24 |
2014-04-30 | MdeModulePkg/ScsiDisk: Using back-off algorithm to dynamically adjust transfe... | Tian, Feng | 2 | -113/+160 |
2014-02-11 | MdeModulePkg/ScsiDisk:If the SCSI device target status is in CHECK_CONDITION,... | Tian, Feng | 1 | -57/+278 |
2013-08-05 | MdeMdeModulePkg/Scsi: Enlarge SCSI cmd timeout to a more reasonable experienc... | Feng Tian | 4 | -15/+30 |
2013-01-04 | MdeModulePkg/AtaBus&ScsiBus: Dynamically calculate how long shall we wait for... | erictian | 1 | -2/+60 |
2012-10-30 | Add missing status code in several modules. | li-elvin | 3 | -24/+71 |
2012-03-06 | MdeModulePkg: When media_change happens at Partition.Start(), the lower drive... | erictian | 1 | -1/+5 |