Re: [edk2] [PATCH] MdeModulePkg: consistent AllocatePages() support for tables above 4 GB's

2016-03-29 Thread Duran, Leo
> -Original Message- > From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] > Sent: Tuesday, March 29, 2016 12:20 PM > To: Duran, Leo > Cc: Charles Garcia-Tobin; Achin Gupta; edk2-devel-01; Leif Lindholm > Subject: Re: [PATCH] MdeModulePkg: consistent AllocatePages() support for > table

Re: [edk2] [PATCH] MdeModulePkg: consistent AllocatePages() support for tables above 4 GB's

2016-03-29 Thread Ard Biesheuvel
On 29 March 2016 at 19:14, Duran, Leo wrote: > > >> -Original Message- >> From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] >> Sent: Tuesday, March 29, 2016 12:10 PM >> To: Duran, Leo >> Cc: Charles Garcia-Tobin; Achin Gupta; edk2-devel-01; Leif Lindholm >> Subject: Re: [PATCH] MdeMo

Re: [edk2] [PATCH] MdeModulePkg: consistent AllocatePages() support for tables above 4 GB's

2016-03-29 Thread Duran, Leo
> -Original Message- > From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] > Sent: Tuesday, March 29, 2016 12:10 PM > To: Duran, Leo > Cc: Charles Garcia-Tobin; Achin Gupta; edk2-devel-01; Leif Lindholm > Subject: Re: [PATCH] MdeModulePkg: consistent AllocatePages() support for > tabl

Re: [edk2] [PATCH] MdeModulePkg: consistent AllocatePages() support for tables above 4 GB's

2016-03-29 Thread Ard Biesheuvel
(+ Al, Graeme) On 29 March 2016 at 19:06, Duran, Leo wrote: >> -Original Message- >> From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] >> Sent: Tuesday, March 29, 2016 11:14 AM >> To: Duran, Leo; Charles Garcia-Tobin; Achin Gupta >> Cc: edk2-devel-01; Leif Lindholm >> Subject: Re: [

Re: [edk2] [PATCH] MdeModulePkg: consistent AllocatePages() support for tables above 4 GB's

2016-03-29 Thread Duran, Leo
Please see reply inline below. Thanks, Leo. > -Original Message- > From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] > Sent: Tuesday, March 29, 2016 11:14 AM > To: Duran, Leo; Charles Garcia-Tobin; Achin Gupta > Cc: edk2-devel-01; Leif Lindholm > Subject: Re: [PATCH] MdeModulePkg: co

Re: [edk2] [PATCH] MdeModulePkg: consistent AllocatePages() support for tables above 4 GB's

2016-03-29 Thread Ard Biesheuvel
On 29 March 2016 at 18:06, Leo Duran wrote: > Signed-off-by: Leo Duran Hi Leo, This particular instance was also discussed in the context of the patch that introduces the AcpiExposedTableVersions PCD. The problem with this particular allocation is that it is not located below 4 GB because it n

[edk2] [PATCH] MdeModulePkg: consistent AllocatePages() support for tables above 4 GB's

2016-03-29 Thread Leo Duran
Signed-off-by: Leo Duran --- MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableProtocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableProtocol.c b/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableProtocol.c index 7f95b9d.