On Fri, 25 Feb 2022 at 09:17, Wu, Hao A wrote:
>
> Acked-by: Hao A Wu
>
Merged as #2561
Thanks all
> > -Original Message-
> > From: Tomas Pilar
> > Sent: Friday, February 25, 2022 12:22 AM
> > To: devel@edk2.groups.io
> > Cc: Ni, Ray ; Ard Biesheuvel
> > ; Leif Lindholm ;
> > Wu, Hao
Acked-by: Hao A Wu
Best Regards,
Hao Wu
> -Original Message-
> From: Tomas Pilar
> Sent: Friday, February 25, 2022 12:22 AM
> To: devel@edk2.groups.io
> Cc: Ni, Ray ; Ard Biesheuvel
> ; Leif Lindholm ;
> Wu, Hao A ; Ard Biesheuvel
> Subject: [PATCH v5] MdeModulePkg: Correct high-memory
Move the logic that stores starting PCI attributes and sets the
EFI_PCI_IO_ATTRIBUTE_DUAL_ADDRESS_CYCLE attribute to
DriverBindingStart() before the memory that backs the
DMA engine is allocated.
This ensures that the DMA-backing memory is not forcibly allocated
below 4G in system address map. Oth