Age | Commit message (Expand) | Author | Files | Lines |
2023-04-01 | MdeModulePkg: Consume new alignment-related macros | Marvin Häuser | 3 | -7/+3 |
2023-04-01 | MdeModulePkg: Rename IS_ALIGNED macros to avoid name collisions | Marvin Häuser | 3 | -5/+5 |
2022-11-04 | MdeModulePkg/Ufs :Coverity scan flags multiple issues in edk2-stable202205 | Sivaparvathi C | 2 | -13/+24 |
2022-03-29 | MdeModulePkg/Ufs: bRefClkFreq attribute be programmed after fDeviceInit | Bandaru, Purna Chandra Rao | 1 | -17/+17 |
2022-03-10 | MdeModulePkg: Add bRefClkFreq card attribute programming support | Bandaru, Purna Chandra Rao | 2 | -19/+61 |
2022-01-04 | MdeModulePkg: Put off UFS HCS.DP checking to fix timing problem | Ke, VincentX | 1 | -28/+19 |
2022-01-04 | MdeModulePkg: Refactoring UFS DME request and fix timing problem | Ke, VincentX | 1 | -139/+187 |
2022-01-04 | MdeModulePkg: Replace with UFS_UNIT_DESC to fix timeout problem | Ke, VincentX | 1 | -12/+11 |
2021-12-07 | MdeModulePkg: Apply uncrustify changes | Michael Kubacki | 13 | -2365/+2397 |
2021-12-07 | MdeModulePkg: Change OPTIONAL keyword usage style | Michael D Kinney | 1 | -5/+5 |
2021-12-07 | MdeModulePkg: Change use of EFI_D_* to DEBUG_* | Michael D Kinney | 2 | -43/+42 |
2021-03-05 | MdeModulePkg/UfsPassThruDxe: Improve Device initialization polling Loop | Bandaru, Purna Chandra Rao | 2 | -5/+15 |
2020-04-21 | MdeModulePkg/UfsPassThruDxe: Use BaseLib linked list iteration macros | Michael Kubacki | 3 | -10/+5 |
2019-10-15 | MdeModulePkg/Ufs: Fix UFS flag read from Query Resp UPIU | Agrawal, Sachin | 2 | -2/+8 |
2019-09-29 | MdeModulePkg/UfsPassThruDxe: Check for RPMB W-LUN (SecurityLun) | Zurcher, Christopher J | 1 | -1/+16 |
2019-08-13 | MdeModulePkg/UfsPassThruDxe: Implement EDKII_UFS_HC_PLATFORM_PROTOCOL | Albecki, Mateusz | 4 | -3/+112 |
2019-08-13 | MdeModulePkg/UfsPassThruDxe: Refactor private data to use UfsHcInfo | Albecki, Mateusz | 3 | -23/+58 |
2019-08-13 | MdeModulePkg/UfsPassThruDxe: Refactor UfsExecUicCommand function | Albecki, Mateusz | 2 | -23/+27 |
2019-07-01 | MdeModulePkg/UfsPassThruDxe: Fix unaligned data transfer handling | Albecki, Mateusz | 2 | -54/+150 |
2019-06-27 | MdeModulePkg/UfsPassThruDxe: Refactor UFS device presence detection | Albecki, Mateusz | 1 | -32/+18 |
2019-04-09 | MdeModulePkg: Replace BSD License with BSD+Patent License | Michael D Kinney | 19 | -136/+19 |
2019-02-25 | MdeModulePkg/UfsBlockIoPei: Correct use of 'DeviceIndex' in BlkIO PPI | Hao Wu | 1 | -25/+31 |
2018-10-17 | MdeModulePkg/Bus/Ufs: Ensure device not return more data than expected | Hao Wu | 2 | -6/+43 |
2018-09-06 | MdeModulePkg: Removing ipf which is no longer supported from edk2. | Chen A Chen | 2 | -3/+3 |
2018-08-21 | MdeModulePkg UfsPassThruDxe: Remove redundant functions | shenglei | 1 | -49/+0 |
2018-08-21 | MdeModulePkg UfsBlockIoPei: Remove redundant functions | shenglei | 3 | -307/+0 |
2018-06-28 | MdeModulePkg: Clean up source files | Liming Gao | 16 | -344/+344 |
2017-11-17 | MdeModulePkg/UfsBlockIoPei: Support IoMmu | Hao Wu | 7 | -38/+535 |
2017-08-02 | MdeModulePkg/Ufs: Set 'Data Segment Length' field for Write Descriptor | Hao Wu | 2 | -0/+6 |
2017-08-02 | MdeModulePkg/UfsPassThruDxe: Add impl of UFS Device Config Protocol | Hao Wu | 5 | -14/+383 |
2017-05-17 | MdeModulePkg/UfsPassThruDxe: Fix typo in UfsPassThruGetTargetLun() | Hao Wu | 1 | -2/+2 |
2017-04-20 | MdeModulePkg/Ufs: Wait fDeviceInit be cleared by devices during init | Hao Wu | 3 | -256/+267 |
2017-04-20 | MdeModulePkg/UfsPassThruDxe: Replace 'EFI_D_XXX' with 'DEBUG_XXX' | Hao Wu | 2 | -48/+48 |
2017-04-13 | MdeModulePkg/UfsBlkIoPei: Fix undefined behavior in signed left shift | Hao Wu | 1 | -3/+3 |
2017-03-06 | MdeModulePkg: Refine casting expression result to bigger size | Hao Wu | 2 | -6/+6 |
2017-01-20 | MdeModulePkg/UfsBlockIoPei: fix initialize OCS value to 0x0F | Haojian Zhuang | 2 | -1/+9 |
2017-01-20 | MdeModulePkg/UfsPassThruDxe: fix initialize OCS value to 0x0F | Haojian Zhuang | 2 | -1/+9 |
2017-01-20 | MdeModulePkg/UfsBlockIoPei: fix the bit in UFS_HC_UTRLDBR_OFFSET reg | Haojian Zhuang | 1 | -5/+5 |
2017-01-20 | MdeModulePkg/UfsPassThruDxe: fix the bit in UFS_HC_UTRLDBR_OFFSET reg | Haojian Zhuang | 1 | -5/+5 |
2017-01-20 | MdeModuelPkg/UfsPassThruDxe: fix to identify 32 bits address mode | Haojian Zhuang | 1 | -2/+2 |
2016-11-09 | MdeModulePkg/Ufs: ensure the DBC field of UTP PRDT is dword-aligned | Feng Tian | 2 | -2/+12 |
2016-10-27 | MdeModulePkg/Bus: Fix typos in comments | Gary Lin | 1 | -1/+1 |
2016-07-11 | MdeModulePkg: Fix typos in comments and variables | Giri P Mudusuru | 1 | -2/+2 |
2016-03-25 | MdeModulePkg: UfsPassThruDxe: remove set but unused variables | Laszlo Ersek | 2 | -10/+1 |
2016-01-11 | MdeModulePkg/UfsBlockIoPei: Fix MS toolchain /Od 32bit build failure | Feng Tian | 1 | -2/+2 |
2015-12-22 | MdeModulePkg UfsPassThruDxe: Raise to TPL_NOTIFY when dealing async task | Hao Wu | 2 | -2/+2 |
2015-12-15 | MdeModulePkg UfsPassThru: ASSERT if params are NULL in SignalCallerEvent | Hao Wu | 1 | -3/+4 |
2015-12-15 | MdeModulePkg: Convert all .uni files to utf-8 | Jordan Justen | 4 | -0/+0 |
2015-12-11 | MdeModulePkg UfsPassThruDxe: Add Non-blocking I/O Support | Hao Wu | 3 | -40/+393 |
2015-07-28 | MdeModulePkg/UfsPassThru: Fix wrong GLOBAL_REMOVE_IF_UNREFERENCED usage | Feng Tian | 1 | -3/+3 |