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

2016-02-01 Thread Alexander Graf
On 01/31/2016 04:23 PM, Simon Glass wrote: Hi Alexander, On 14 January 2016 at 22:06, Alexander Graf wrote: Due to popular request, this is a separate patch implementing all of the memory allocation and memory mapping bits. We assume we always have a linear RAM map. At TOM

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

2016-01-31 Thread Simon Glass
Hi Alexander, On 14 January 2016 at 22:06, Alexander Graf wrote: > Due to popular request, this is a separate patch implementing all of the > memory > allocation and memory mapping bits. > > We assume we always have a linear RAM map. At TOM U-Boot resides. Inside of > U-Boot

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

2016-01-14 Thread Alexander Graf
Due to popular request, this is a separate patch implementing all of the memory allocation and memory mapping bits. We assume we always have a linear RAM map. At TOM U-Boot resides. Inside of U-Boot there is the runtime region that we need to explicitly expose via the EFI memory map. Below