Re: [U-Boot] [PATCH 00/11] sandbox: efi_loader support

2018-06-14 Thread Alexander Graf
On 06/14/2018 06:55 PM, Simon Glass wrote: Hi, On 14 June 2018 at 10:33, Alexander Graf wrote: This patch set augments Simon's patch set for efi_loader support in sandbox[1], but follows a different memory allocation scheme. Instead of keeping U-Boot (physical) addresses in the EFI memory

Re: [U-Boot] [PATCH 00/11] sandbox: efi_loader support

2018-06-14 Thread Simon Glass
Hi, On 14 June 2018 at 10:33, Alexander Graf wrote: > This patch set augments Simon's patch set for efi_loader support > in sandbox[1], but follows a different memory allocation scheme. > > Instead of keeping U-Boot (physical) addresses in the EFI memory > map, this patch set makes the EFI

[U-Boot] [PATCH 00/11] sandbox: efi_loader support

2018-06-14 Thread Alexander Graf
This patch set augments Simon's patch set for efi_loader support in sandbox[1], but follows a different memory allocation scheme. Instead of keeping U-Boot (physical) addresses in the EFI memory map, this patch set makes the EFI memory map contain host virtual (virtual) addresses. That way most