Re: [U-Boot] [PATCH 06/16] efi: sandbox: Adjust memory setup for sandbox

2017-12-04 Thread Simon Glass
Hi Heinrich, On 18 September 2017 at 00:12, Heinrich Schuchardt wrote: > On 09/18/2017 12:59 AM, Simon Glass wrote: >> With sandbox the U-Boot code is not mapped into the sandbox memory range >> so does not need to be excluded when allocating EFI memory. Update the EFI >> memory init code to take

Re: [U-Boot] [PATCH 06/16] efi: sandbox: Adjust memory setup for sandbox

2017-09-17 Thread Heinrich Schuchardt
On 09/18/2017 12:59 AM, Simon Glass wrote: > With sandbox the U-Boot code is not mapped into the sandbox memory range > so does not need to be excluded when allocating EFI memory. Update the EFI > memory init code to take account of that. > > Signed-off-by: Simon Glass > --- > > lib/efi_loader/

[U-Boot] [PATCH 06/16] efi: sandbox: Adjust memory setup for sandbox

2017-09-17 Thread Simon Glass
With sandbox the U-Boot code is not mapped into the sandbox memory range so does not need to be excluded when allocating EFI memory. Update the EFI memory init code to take account of that. Signed-off-by: Simon Glass --- lib/efi_loader/efi_memory.c | 28 1 file chan