From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 9 Mar 2018 18:27:09 +0100 Subject: [U-Boot] [PATCH 1/1] sunxi: video: mark framebuffer as EFI reserved memory In-Reply-To: <20180303093017.2640-1-xypron.glpk@gmx.de> References: <20180303093017.2640-1-xypron.glpk@gmx.de> Message-ID: <20180309182709.467608c6@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, 3 Mar 2018 10:30:17 +0100 Heinrich Schuchardt xypron.glpk at 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. > > Signed-off-by: Heinrich Schuchardt > --- > drivers/video/sunxi/sunxi_display.c | 8 ++++++++ > 1 file changed, 8 insertions(+) Applied to u-boot-video/next, thanks! -- Anatolij