
Thanks Bin!
-----Original Message----- From: Bin Meng [mailto:bmeng.cn@gmail.com] Sent: Monday, September 9, 2019 11:31 PM To: Park, Aiden aiden.park@intel.com Cc: Heinrich Schuchardt xypron.glpk@gmx.de; Alexander Graf agraf@csgraf.de; u-boot@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@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@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