Re: [U-Boot] [PATCH v8 02/30] efi: sandbox: Adjust memory usage for sandbox

2018-06-24 Thread Simon Glass
Hi Alex, On 23 June 2018 at 01:31, Alexander Graf wrote: > > > On 22.06.18 21:28, Simon Glass wrote: >> Hi Alex, >> >> On 22 June 2018 at 06:08, Alexander Graf wrote: >>> On 06/21/2018 09:45 PM, Simon Glass wrote: Hi Alex, On 21 June 2018 at 03:52, Alexander Graf wrote:

Re: [U-Boot] [PATCH v8 02/30] efi: sandbox: Adjust memory usage for sandbox

2018-06-23 Thread Alexander Graf
On 22.06.18 21:28, Simon Glass wrote: > Hi Alex, > > On 22 June 2018 at 06:08, Alexander Graf wrote: >> On 06/21/2018 09:45 PM, Simon Glass wrote: >>> >>> Hi Alex, >>> >>> On 21 June 2018 at 03:52, Alexander Graf wrote: On 06/21/2018 04:02 AM, Simon Glass wrote: > > Hi Alex,

Re: [U-Boot] [PATCH v8 02/30] efi: sandbox: Adjust memory usage for sandbox

2018-06-22 Thread Simon Glass
Hi Alex, On 22 June 2018 at 06:08, Alexander Graf wrote: > On 06/21/2018 09:45 PM, Simon Glass wrote: >> >> Hi Alex, >> >> On 21 June 2018 at 03:52, Alexander Graf wrote: >>> >>> On 06/21/2018 04:02 AM, Simon Glass wrote: Hi Alex, On 20 June 2018 at 02:54, Alexander Graf wro

Re: [U-Boot] [PATCH v8 02/30] efi: sandbox: Adjust memory usage for sandbox

2018-06-22 Thread Alexander Graf
On 06/21/2018 09:45 PM, Simon Glass wrote: Hi Alex, On 21 June 2018 at 03:52, Alexander Graf wrote: On 06/21/2018 04:02 AM, Simon Glass wrote: Hi Alex, On 20 June 2018 at 02:54, Alexander Graf wrote: On 06/20/2018 08:10 AM, Heinrich Schuchardt wrote: On 06/18/2018 04:08 PM, Simon Glass wr

Re: [U-Boot] [PATCH v8 02/30] efi: sandbox: Adjust memory usage for sandbox

2018-06-21 Thread Simon Glass
Hi Alex, On 21 June 2018 at 03:52, Alexander Graf wrote: > On 06/21/2018 04:02 AM, Simon Glass wrote: >> >> Hi Alex, >> >> On 20 June 2018 at 02:54, Alexander Graf wrote: >>> >>> On 06/20/2018 08:10 AM, Heinrich Schuchardt wrote: On 06/18/2018 04:08 PM, Simon Glass wrote: > > W

Re: [U-Boot] [PATCH v8 02/30] efi: sandbox: Adjust memory usage for sandbox

2018-06-21 Thread Alexander Graf
On 06/21/2018 04:02 AM, Simon Glass wrote: Hi Alex, On 20 June 2018 at 02:54, Alexander Graf wrote: On 06/20/2018 08:10 AM, Heinrich Schuchardt wrote: On 06/18/2018 04:08 PM, Simon Glass wrote: With sandbox the U-Boot code is not mapped into the sandbox memory range so does not need to be ex

Re: [U-Boot] [PATCH v8 02/30] efi: sandbox: Adjust memory usage for sandbox

2018-06-20 Thread Simon Glass
Hi Heinrich, On 20 June 2018 at 00:10, Heinrich Schuchardt wrote: > On 06/18/2018 04:08 PM, 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 acco

Re: [U-Boot] [PATCH v8 02/30] efi: sandbox: Adjust memory usage for sandbox

2018-06-20 Thread Simon Glass
Hi Alex, On 20 June 2018 at 02:54, Alexander Graf wrote: > On 06/20/2018 08:10 AM, Heinrich Schuchardt wrote: >> >> On 06/18/2018 04:08 PM, 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 m

Re: [U-Boot] [PATCH v8 02/30] efi: sandbox: Adjust memory usage for sandbox

2018-06-20 Thread Alexander Graf
On 06/20/2018 08:10 AM, Heinrich Schuchardt wrote: On 06/18/2018 04:08 PM, 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. Also use ma

Re: [U-Boot] [PATCH v8 02/30] efi: sandbox: Adjust memory usage for sandbox

2018-06-19 Thread Heinrich Schuchardt
On 06/18/2018 04:08 PM, 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. > > Also use mapmem instead of a cast to convert a memory a

[U-Boot] [PATCH v8 02/30] efi: sandbox: Adjust memory usage for sandbox

2018-06-18 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. Also use mapmem instead of a cast to convert a memory address to a pointer. Signed-off-by: Simon Glass ---