Re: [U-Boot] [PATCH v3 1/6] x86: efi_loader: Build EFI memory map per E820 table

2018-07-01 Thread Bin Meng
On Thu, Jun 28, 2018 at 11:38 AM, Bin Meng wrote: > On x86 traditional E820 table is used to pass the memory information > to kernel. With EFI loader we can build the EFI memory map from it. > > Signed-off-by: Bin Meng > Reviewed-by: Simon Glass > --- > > Changes in v3: None > Changes in v2:

Re: [U-Boot] [PATCH v3 1/6] x86: efi_loader: Build EFI memory map per E820 table

2018-06-28 Thread Bin Meng
Hi Alex, On Thu, Jun 28, 2018 at 11:38 AM, Bin Meng wrote: > On x86 traditional E820 table is used to pass the memory information > to kernel. With EFI loader we can build the EFI memory map from it. > > Signed-off-by: Bin Meng > Reviewed-by: Simon Glass > --- > > Changes in v3: None > Changes

[U-Boot] [PATCH v3 1/6] x86: efi_loader: Build EFI memory map per E820 table

2018-06-27 Thread Bin Meng
On x86 traditional E820 table is used to pass the memory information to kernel. With EFI loader we can build the EFI memory map from it. Signed-off-by: Bin Meng Reviewed-by: Simon Glass --- Changes in v3: None Changes in v2: None arch/x86/lib/e820.c | 39