[U-Boot] [PATCH v3 2/2] x86: efi_loader: Use efi_add_conventional_memory_map()
Park, Aiden
aiden.park at intel.com
Tue Sep 10 07:22:22 UTC 2019
Thanks Bin!
> -----Original Message-----
> From: Bin Meng [mailto:bmeng.cn at gmail.com]
> Sent: Monday, September 9, 2019 11:31 PM
> To: Park, Aiden <aiden.park at intel.com>
> Cc: Heinrich Schuchardt <xypron.glpk at gmx.de>; Alexander Graf
> <agraf at csgraf.de>; u-boot at lists.denx.de
> Subject: Re: [PATCH v3 2/2] x86: efi_loader: Use
> efi_add_conventional_memory_map()
>
> On Wed, Sep 4, 2019 at 1:43 AM Park, Aiden <aiden.park at intel.com> wrote:
> >
> > Use efi_add_conventional_memory_map() to configure EFI conventional
> > memory properly with ram_top value. This will give 32bit mode U-Boot
> > proper
>
> nits: 32-bit
>
> > conventional memory regions even if e820 has a entry which is greater
> > than
>
> nits: an entry
>
> > 32bit address space.
>
> 32-bit
>
> >
> > Signed-off-by: Aiden Park <aiden.park at intel.com>
> > ---
> > Changes in v3:
> > * Split a single commit to two relevant commits
> >
> > Changes in v2:
> > * Add efi_add_conventional_memory_map() for common code re-use
> >
> > arch/x86/lib/e820.c | 17 ++++++++++++++---
> > 1 file changed, 14 insertions(+), 3 deletions(-)
> >
>
> Fixed the above nits, and
>
> applied to u-boot-x86, thanks!
Best Regards,
Aiden
More information about the U-Boot
mailing list