This patch set is an attempt to fix the error where we allocate incorrectly aligned memory for XHCI PDI and DXE. The change for DXE phase has been verified already but change for PEI needs to be verified by Hao as I do not have a setup to be able to verify that. The change made to fix PEI is taken from the way it has been fixed in DXE. This avoids the need for adding any new function and takes care of allocating and freeing extra memory in the parent function.
Ashish Singhal (1): MdeModulePkg/XhciDxe: Fix Aligned Page Allocation MdeModulePkg/Bus/Pci/XhciDxe/UsbHcMem.c | 2 +- MdeModulePkg/Bus/Pci/XhciPei/UsbHcMem.c | 19 ++++++++++++++++++- 2 files changed, 19 insertions(+), 2 deletions(-) -- 2.7.4 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#48847): https://edk2.groups.io/g/devel/message/48847 Mute This Topic: https://groups.io/mt/34502002/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
