Re: [U-Boot] [PATCH 09/16] efi_loader: Implement memory allocation and map

2016-02-02 Thread Simon Glass
On 1 February 2016 at 19:45, Alexander Graf wrote: > The EFI loader needs to maintain views of memory - general system memory > windows as well as used locations inside those and potential runtime service > MMIO windows. > > To manage all of these, add a few helpers that maintain an internal > rep

Re: [U-Boot] [PATCH 09/16] efi_loader: Implement memory allocation and map

2016-02-02 Thread Leif Lindholm
On Tue, Feb 02, 2016 at 03:45:07AM +0100, Alexander Graf wrote: > The EFI loader needs to maintain views of memory - general system memory > windows as well as used locations inside those and potential runtime service > MMIO windows. > > To manage all of these, add a few helpers that maintain an i

[U-Boot] [PATCH 09/16] efi_loader: Implement memory allocation and map

2016-02-01 Thread Alexander Graf
The EFI loader needs to maintain views of memory - general system memory windows as well as used locations inside those and potential runtime service MMIO windows. To manage all of these, add a few helpers that maintain an internal representation of the map the similar to how the EFI API later on