diff options
author | Dat Mach <dmach@nvidia.com> | 2024-03-19 14:32:41 -0700 |
---|---|---|
committer | Liming Gao <gaoliming@byosoft.com.cn> | 2024-03-22 12:47:04 +0800 |
commit | 7f1ffba5de3d9840dbeeba20fba165f2fb724941 (patch) | |
tree | 842bfc9f4b5470c1aae044e9a0a8613be53b9751 /EmulatorPkg | |
parent | 35f6a2780e5198315a9f100c07b3bc86187d20a8 (diff) | |
download | edk2-7f1ffba5de3d9840dbeeba20fba165f2fb724941.zip edk2-7f1ffba5de3d9840dbeeba20fba165f2fb724941.tar.gz edk2-7f1ffba5de3d9840dbeeba20fba165f2fb724941.tar.bz2 |
MdeModulePkg/Xhci: Skip another size round up for TRB address
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=4560
Commit f36e1ec1f0a5fd3be84913e09181d7813444b620 had fixed the DXE_ASSERT
caused by the TRB size round up from 16 to 64 for most cases.
However, there is a remaining case that the TRB size is also rounded up
during setting TR dequeue pointer that would trigger DXE_ASSERT.
This patch sets the alignment flag to FALSE in XhcSetTrDequeuePointer to
fix this issue as well.
Cc: Gao Cheng <gao.cheng@intel.com>
Cc: Hao A Wu <hao.a.wu@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Signed-off-by: Dat Mach <dmach@nvidia.com>
Reviewed-by: Gao Cheng <gao.cheng@intel.com>
Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Diffstat (limited to 'EmulatorPkg')
0 files changed, 0 insertions, 0 deletions