Re: [U-Boot] [PATCH v3 0/9] efi_loader: fix memory handling

2018-11-26 Thread Simon Glass
Hi Heinrich, On Sun, 18 Nov 2018 at 09:59, Heinrich Schuchardt wrote: > > The Sandbox uses an address space that is neither the physical nor the > virtual address space of the operating system. > > In the EFI subsystem we should only use addresses that can be used by an > EFI application. With th

[U-Boot] [PATCH v3 0/9] efi_loader: fix memory handling

2018-11-18 Thread Heinrich Schuchardt
The Sandbox uses an address space that is neither the physical nor the virtual address space of the operating system. In the EFI subsystem we should only use addresses that can be used by an EFI application. With the patch series we eliminate the Sandbox addresses from the EFI memory map. In the