]> git.sur5r.net Git - u-boot/commit
video: sunxi: de2: Reserve the fb region in the EFI memory map
authorEmmanuel Vadot <manu@freebsd.org>
Fri, 4 May 2018 08:26:55 +0000 (10:26 +0200)
committerAlexander Graf <agraf@suse.de>
Sun, 3 Jun 2018 13:27:20 +0000 (15:27 +0200)
commitd9b63ea9876d9bac4e1c137a0b66a111fb2b03c7
tree5b7d1a775f558b902d75b873ddd875a82ee8ed67
parentd73c8bc052f9b5f472b59ccd3c88e3ecc6359075
video: sunxi: de2: Reserve the fb region in the EFI memory map

If compile with support for the efi loader we need to mark the pages
allocated for the framebuffer as reserved so the kernel won't attempt
to use them for other uses.

Signed-off-by: Emmanuel Vadot <manu@freebsd.org>
Acked-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
drivers/video/sunxi/sunxi_de2.c