sunxi: video: mark framebuffer as EFI reserved memory
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 3 Mar 2018 09:30:17 +0000 (10:30 +0100)
committerAnatolij Gustschin <agust@denx.de>
Fri, 9 Mar 2018 17:24:49 +0000 (18:24 +0100)
commitd06717f853cd98a6a4536e5de5248e6c99a2b7bc
tree756bdeba30ee6237a2f7d4ff80b4414f6353fc83
parent5fba532954fe0363bcaa802ba4990e9466dc7d8c
sunxi: video: mark framebuffer as EFI reserved memory

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 <xypron.glpk@gmx.de>
drivers/video/sunxi/sunxi_display.c