Re: [U-Boot] [PATCH 1/1] sunxi: video: mark framebuffer as EFI reserved memory

2018-03-09 Thread Anatolij Gustschin
On Fri, 9 Mar 2018 16:49:49 +0100 Heinrich Schuchardt xypron.g...@gmx.de wrote: ... > If efi_allocate_memory is called with type = EFI_ALLOCATE_MAX_ADDRESS we > can already have an error. So, please, put the patch into your v2018.05 > queue. There is no need to wait for Alex. okay, done. --

Re: [U-Boot] [PATCH 1/1] sunxi: video: mark framebuffer as EFI reserved memory

2018-03-09 Thread Anatolij Gustschin
On Sat, 3 Mar 2018 10:30:17 +0100 Heinrich Schuchardt xypron.g...@gmx.de wrote: > Inform the EFI subsystem that the framebuffer memory is reserved. > > Without the patch the AllocatePool boot service allocates memory from the > framebuffer which will will be overwritten by screen output. > >

Re: [U-Boot] [PATCH 1/1] sunxi: video: mark framebuffer as EFI reserved memory

2018-03-09 Thread Heinrich Schuchardt
On 03/06/2018 11:21 AM, Anatolij Gustschin wrote: > Hello Heinrich, > > On Mon, 5 Mar 2018 17:55:52 +0100 > Heinrich Schuchardt xypron.g...@gmx.de wrote: > ... >> v2018.05 is fine. The problem will become visible in more cases with >> >> [PATCH 1/1] efi_loader: efi_allocate_pages is too

Re: [U-Boot] [PATCH 1/1] sunxi: video: mark framebuffer as EFI reserved memory

2018-03-06 Thread Anatolij Gustschin
Hello Heinrich, On Mon, 5 Mar 2018 17:55:52 +0100 Heinrich Schuchardt xypron.g...@gmx.de wrote: ... > v2018.05 is fine. The problem will become visible in more cases with > > [PATCH 1/1] efi_loader: efi_allocate_pages is too restrictive > https://patchwork.ozlabs.org/patch/881055/ >

Re: [U-Boot] [PATCH 1/1] sunxi: video: mark framebuffer as EFI reserved memory

2018-03-05 Thread Heinrich Schuchardt
On 03/05/2018 08:19 AM, Anatolij Gustschin wrote: Hi Heinrich, On Sat, 3 Mar 2018 10:30:17 +0100 Heinrich Schuchardt xypron.g...@gmx.de wrote: Inform the EFI subsystem that the framebuffer memory is reserved. Without the patch the AllocatePool boot service allocates memory from the

Re: [U-Boot] [PATCH 1/1] sunxi: video: mark framebuffer as EFI reserved memory

2018-03-04 Thread Anatolij Gustschin
Hi Heinrich, On Sat, 3 Mar 2018 10:30:17 +0100 Heinrich Schuchardt xypron.g...@gmx.de wrote: > Inform the EFI subsystem that the framebuffer memory is reserved. > > Without the patch the AllocatePool boot service allocates memory from the > framebuffer which will will be overwritten by screen

[U-Boot] [PATCH 1/1] sunxi: video: mark framebuffer as EFI reserved memory

2018-03-03 Thread Heinrich Schuchardt
Inform the EFI subsystem that the framebuffer memory is reserved. Without the patch the AllocatePool boot service allocates memory from the framebuffer which will will be overwritten by screen output. Signed-off-by: Heinrich Schuchardt ---