[U-Boot] [PATCH v3 2/2] x86: efi_loader: Use efi_add_conventional_memory_map()
Bin Meng
bmeng.cn at gmail.com
Tue Sep 10 06:31:05 UTC 2019
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!
More information about the U-Boot
mailing list