Re: [U-Boot] [PATCH 1/4] x86: efi: payload: Install E820 map from EFI memory map

2018-08-29 Thread Bin Meng
On Thu, Aug 30, 2018 at 8:29 AM Simon Glass wrote: > > On 23 August 2018 at 09:24, Bin Meng wrote: > > This implements payload-specific install_e820_map() to get E820 map > > from the EFI memory map descriptors. > > > > Signed-off-by: Bin Meng > > --- > > > > arch/x86/cpu/efi/payload.c | 82 >

Re: [U-Boot] [PATCH 1/4] x86: efi: payload: Install E820 map from EFI memory map

2018-08-29 Thread Simon Glass
On 23 August 2018 at 09:24, Bin Meng wrote: > This implements payload-specific install_e820_map() to get E820 map > from the EFI memory map descriptors. > > Signed-off-by: Bin Meng > --- > > arch/x86/cpu/efi/payload.c | 82 > ++ > 1 file changed, 82 i

[U-Boot] [PATCH 1/4] x86: efi: payload: Install E820 map from EFI memory map

2018-08-23 Thread Bin Meng
This implements payload-specific install_e820_map() to get E820 map from the EFI memory map descriptors. Signed-off-by: Bin Meng --- arch/x86/cpu/efi/payload.c | 82 ++ 1 file changed, 82 insertions(+) diff --git a/arch/x86/cpu/efi/payload.c b/arch/x